Home
last modified time | relevance | path

Searched full:components (Results 1 – 25 of 1596) sorted by relevance

12345678910>>...64

/kernel/linux/linux-6.6/Documentation/gpu/
Dafbc.rst18 Components and Ordering
21 AFBC streams can contain several components - where a component
59 In AFBC, 'X' components are not treated any differently from any other
61 encodes with 4 components, like so:
123 - Planes/Components
127 - Plane 0: 4 components
135 - Plane 0: 4 components
143 - Plane 0: 3 components
150 - Plane 0: 3 components
157 - Plane 0: 4 components
[all …]
/kernel/linux/linux-5.10/Documentation/gpu/
Dafbc.rst18 Components and Ordering
21 AFBC streams can contain several components - where a component
59 In AFBC, 'X' components are not treated any differently from any other
61 encodes with 4 components, like so:
123 - Planes/Components
127 - Plane 0: 4 components
135 - Plane 0: 4 components
143 - Plane 0: 3 components
150 - Plane 0: 3 components
157 - Plane 0: 4 components
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
DKconfig174 bool "TQ Components TQM8540"
176 This option enables support for the TQ Components TQM8540 board.
181 bool "TQ Components TQM8541"
183 This option enables support for the TQ Components TQM8541 board.
189 bool "TQ Components TQM8548"
191 This option enables support for the TQ Components TQM8548 board.
196 bool "TQ Components TQM8555"
198 This option enables support for the TQ Components TQM8555 board.
204 bool "TQ Components TQM8560"
206 This option enables support for the TQ Components TQM8560 board.
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
DKconfig180 bool "TQ Components TQM8540"
182 This option enables support for the TQ Components TQM8540 board.
187 bool "TQ Components TQM8541"
189 This option enables support for the TQ Components TQM8541 board.
195 bool "TQ Components TQM8548"
197 This option enables support for the TQ Components TQM8548 board.
202 bool "TQ Components TQM8555"
204 This option enables support for the TQ Components TQM8555 board.
210 bool "TQ Components TQM8560"
212 This option enables support for the TQ Components TQM8560 board.
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.c12 comp = &(priv)->components[iter], iter < MLX5_DEVCOM_NUM_COMPONENTS; \
28 struct mlx5_devcom_component components[MLX5_DEVCOM_NUM_COMPONENTS]; member
172 comp = &devcom->priv->components[id]; in mlx5_devcom_register_component()
187 comp = &devcom->priv->components[id]; in mlx5_devcom_unregister_component()
204 comp = &devcom->priv->components[id]; in mlx5_devcom_send_event()
223 comp = &devcom->priv->components[id]; in mlx5_devcom_set_paired()
235 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired()
247 comp = &devcom->priv->components[id]; in mlx5_devcom_get_peer_data()
264 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data()
/kernel/linux/linux-5.10/drivers/base/
Dcomponent.c23 * already provide functions to get hold of such components, e.g.
29 * the SoC on various components (scanout engines, blending blocks, transcoders
35 * Components are registered using component_add() and unregistered with
189 * any components which are found to this master. in find_components()
242 dev_dbg(master->dev, "master has incomplete components\n"); in try_to_bring_up_master()
255 /* Found all components */ in try_to_bring_up_master()
385 * @compare: compare function to match against all components
391 * only matches against components added with component_add().
414 * @compare_typed: compare function to match against all typed components
420 * only matches against components added with component_add_typed().
[all …]
/kernel/linux/linux-6.6/sound/soc/intel/boards/
Dsof_sdw_rt712_sdca.c42 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt712_spk_init()
44 card->components); in rt712_spk_init()
45 if (!card->components) in rt712_spk_init()
84 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt712_sdca_dmic_rtd_init()
86 card->components); in rt712_sdca_dmic_rtd_init()
87 if (!card->components) in rt712_sdca_dmic_rtd_init()
Dsof_sdw_maxim.c35 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in spk_init()
37 card->components, maxim_part_id); in spk_init()
38 if (!card->components) in spk_init()
41 dev_dbg(card->dev, "soundwire maxim card components assigned : %s\n", in spk_init()
42 card->components); in spk_init()
Dsof_sdw_rt715.c18 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt715_rtd_init()
20 card->components); in rt715_rtd_init()
21 if (!card->components) in rt715_rtd_init()
/kernel/linux/linux-5.10/include/linux/
Dcomponent.h13 * Components are registered with component_add() and unregistered with
30 * part-ways through and needs to unbind some already bound components.
56 * Called when all components or the aggregate driver, as specified in
62 * 2. Bind all components to the aggregate driver by calling
79 * component_master_del(), or one of its components, using
104 * @compare: compare function to match against all components
110 * only matches against components added with component_add().
/kernel/linux/linux-6.6/include/linux/
Dcomponent.h13 * Components are registered with component_add() and unregistered with
30 * part-ways through and needs to unbind some already bound components.
56 * Called when all components or the aggregate driver, as specified in
62 * 2. Bind all components to the aggregate driver by calling
79 * component_master_del(), or one of its components, using
110 * @compare: compare function to match against all components
116 * only matches against components added with component_add().
/kernel/linux/linux-6.6/drivers/base/
Dcomponent.c18 * already provide functions to get hold of such components, e.g.
24 * the SoC on various components (scanout engines, blending blocks, transcoders
30 * Components are registered using component_add() and unregistered with
181 * any components which are found to this adev. in find_components()
235 dev_dbg(adev->parent, "master has incomplete components\n"); in try_to_bring_up_aggregate_device()
248 /* Found all components */ in try_to_bring_up_aggregate_device()
430 * @compare: compare function to match against all components
436 * only matches against components added with component_add().
459 * @compare_typed: compare function to match against all typed components
465 * only matches against components added with component_add_typed().
[all …]
/kernel/linux/linux-5.10/lib/
Dbuild_OID_registry53 my @components = split(/[.]/, $oid);
56 my $size = $#components;
57 for (my $loop = 2; $loop <= $#components; $loop++) {
58 my $c = $components[$loop];
93 my @components = split(/[.]/, $oids[$i]);
95 push @octets, $components[0] * 40 + $components[1];
97 for (my $loop = 2; $loop <= $#components; $loop++) {
98 my $c = $components[$loop];
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/huawei/
Dhinic.rst37 hinic_hwdev - Implement the HW details of the device and include the components
40 hinic_hwdev contains the following components:
52 MGMT components:
66 IO components:
85 IO - de/constructs all the IO components. (hinic_hw_io.c, hinic_hw_io.h)
90 HW device - de/constructs the HW Interface, the MGMT components on the
91 initialization of the driver and the IO components on the case of Interface
95 hinic_dev contains the following components:
/kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/huawei/
Dhinic.rst37 hinic_hwdev - Implement the HW details of the device and include the components
40 hinic_hwdev contains the following components:
52 MGMT components:
66 IO components:
85 IO - de/constructs all the IO components. (hinic_hw_io.c, hinic_hw_io.h)
90 HW device - de/constructs the HW Interface, the MGMT components on the
91 initialization of the driver and the IO components on the case of Interface
95 hinic_dev contains the following components:
/kernel/linux/linux-6.6/lib/
Dbuild_OID_registry58 my @components = split(/[.]/, $oid);
61 my $size = $#components;
62 for (my $loop = 2; $loop <= $#components; $loop++) {
63 my $c = $components[$loop];
98 my @components = split(/[.]/, $oids[$i]);
100 push @octets, $components[0] * 40 + $components[1];
102 for (my $loop = 2; $loop <= $#components; $loop++) {
103 my $c = $components[$loop];
/kernel/linux/linux-6.6/Documentation/virt/kvm/s390/
Ds390-pv-boot.rst16 information about the encrypted components and necessary metadata to
21 PVM, decrypt the components and verify the data and address list
51 * List of Components composed of
59 The components are for instance an encrypted kernel, kernel parameters
60 and initrd. The components are decrypted by the UV.
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-jpeg.rst30 how Cb and Cr components are downsampled after converting an input
42 - Horizontally subsample Cr, Cb components by a factor of 2.
44 - Subsample Cr, Cb components horizontally and vertically by 2.
46 - Horizontally subsample Cr, Cb components by a factor of 4.
48 - Subsample Cr, Cb components horizontally by 4 and vertically by 2.
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Ds390-pv-boot.rst16 information about the encrypted components and necessary metadata to
21 PVM, decrypt the components and verify the data and address list
51 * List of Components composed of
59 The components are for instance an encrypted kernel, kernel parameters
60 and initrd. The components are decrypted by the UV.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-jpeg.rst30 how Cb and Cr components are downsampled after converting an input
42 - Horizontally subsample Cr, Cb components by a factor of 2.
44 - Subsample Cr, Cb components horizontally and vertically by 2.
46 - Horizontally subsample Cr, Cb components by a factor of 4.
48 - Subsample Cr, Cb components horizontally by 4 and vertically by 2.
/kernel/linux/linux-6.6/drivers/misc/
Denclosure.c107 * @components: number of components in the enclosure
115 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument
119 kzalloc(struct_size(edev, component, components), GFP_KERNEL); in enclosure_register()
127 edev->components = components; in enclosure_register()
137 for (i = 0; i < components; i++) { in enclosure_register()
171 for (i = 0; i < edev->components; i++) in enclosure_unregister()
254 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name()
275 * The name is optional for enclosures that give their components a unique
291 if (number >= edev->components) in enclosure_component_alloc()
305 /* Some hardware (e.g. enclosure in RX300 S6) has components in enclosure_component_alloc()
[all …]
/kernel/linux/linux-5.10/drivers/misc/
Denclosure.c107 * @components: number of components in the enclosure
115 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument
119 kzalloc(struct_size(edev, component, components), GFP_KERNEL); in enclosure_register()
127 edev->components = components; in enclosure_register()
137 for (i = 0; i < components; i++) { in enclosure_register()
171 for (i = 0; i < edev->components; i++) in enclosure_unregister()
254 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name()
275 * The name is optional for enclosures that give their components a unique
291 if (number >= edev->components) in enclosure_component_alloc()
305 /* Some hardware (e.g. enclosure in RX300 S6) has components in enclosure_component_alloc()
[all …]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
DKconfig14 a topological view of the CoreSight components based on a DT
15 specification and configure the right series of components when a
67 components and a trace for bridging the gap between the on-chip
68 coresight components and a trace port collection engine, typically
148 This driver provides support for CoreSight CTI and CTM components.
150 source and sink components. These can be used to halt trace or
/kernel/linux/linux-5.10/Documentation/sound/soc/
Dpops-clicks.rst6 of components within the audio subsystem. This is noticeable on PCs when an
11 because the components within the subsystem are being dynamically powered
22 components in a specific order. This order is different for startup and
39 playback in that components are powered in a sequence depending upon stream
/kernel/linux/linux-6.6/Documentation/sound/soc/
Dpops-clicks.rst6 of components within the audio subsystem. This is noticeable on PCs when an
11 because the components within the subsystem are being dynamically powered
22 components in a specific order. This order is different for startup and
39 playback in that components are powered in a sequence depending upon stream

12345678910>>...64