Home
last modified time | relevance | path

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

12345678910>>...37

/linux/Documentation/devicetree/bindings/clock/
H A Damlogic,axg-audio-clkc.yaml46 - description: slave bit clock N0 provided by external components
47 - description: slave bit clock N1 provided by external components
48 - description: slave bit clock N2 provided by external components
49 - description: slave bit clock N3 provided by external components
50 - description: slave bit clock N4 provided by external components
51 - description: slave bit clock N5 provided by external components
52 - description: slave bit clock N6 provided by external components
53 - description: slave bit clock N7 provided by external components
54 - description: slave bit clock N8 provided by external components
55 - description: slave bit clock N9 provided by external components
[all …]
/linux/Documentation/gpu/
H A 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 …]
/linux/arch/powerpc/platforms/85xx/
H A 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.
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_rt_dmic.c25 * rt715-sdca (aka rt714) is a special case that uses different name in card->components in asoc_sdw_rt_dmic_rtd_init()
33 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in asoc_sdw_rt_dmic_rtd_init()
34 "%s mic:%s", card->components, in asoc_sdw_rt_dmic_rtd_init()
36 if (!card->components) in asoc_sdw_rt_dmic_rtd_init()
39 dev_dbg(card->dev, "card->components: %s\n", card->components); in asoc_sdw_rt_dmic_rtd_init()
H A Dsoc_sdw_cs42l43.c61 card->components = devm_kasprintf(card->dev, GFP_KERNEL, "%s hs:cs42l43", in asoc_sdw_cs42l43_hs_rtd_init()
62 card->components); in asoc_sdw_cs42l43_hs_rtd_init()
63 if (!card->components) in asoc_sdw_cs42l43_hs_rtd_init()
113 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in asoc_sdw_cs42l43_spk_rtd_init()
115 card->components); in asoc_sdw_cs42l43_spk_rtd_init()
116 if (!card->components) in asoc_sdw_cs42l43_spk_rtd_init()
149 card->components = devm_kasprintf(card->dev, GFP_KERNEL, "%s mic:cs42l43-dmic", in asoc_sdw_cs42l43_dmic_rtd_init()
150 card->components); in asoc_sdw_cs42l43_dmic_rtd_init()
151 if (!card->components) in asoc_sdw_cs42l43_dmic_rtd_init()
H A Dsoc_sdw_maxim.c31 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in asoc_sdw_maxim_spk_rtd_init()
33 card->components, maxim_part_id); in asoc_sdw_maxim_spk_rtd_init()
34 if (!card->components) in asoc_sdw_maxim_spk_rtd_init()
37 dev_dbg(card->dev, "soundwire maxim card components assigned : %s\n", in asoc_sdw_maxim_spk_rtd_init()
38 card->components); in asoc_sdw_maxim_spk_rtd_init()
H A Dsoc_sdw_rt_sdca_jack_common.c98 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in asoc_sdw_rt_sdca_jack_rtd_init()
100 card->components, component->name_prefix); in asoc_sdw_rt_sdca_jack_rtd_init()
101 if (!card->components) in asoc_sdw_rt_sdca_jack_rtd_init()
107 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in asoc_sdw_rt_sdca_jack_rtd_init()
108 "%s-sdca", card->components); in asoc_sdw_rt_sdca_jack_rtd_init()
109 if (!card->components) in asoc_sdw_rt_sdca_jack_rtd_init()
H A Dsoc_sdw_rt722_sdca.c29 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in asoc_sdw_rt722_spk_rtd_init()
31 card->components); in asoc_sdw_rt722_spk_rtd_init()
32 if (!card->components) in asoc_sdw_rt722_spk_rtd_init()
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c171 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_require()
173 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_require()
223 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_run()
225 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_run()
244 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_subfrm_run()
246 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_subfrm_run()
280 inner_id = CFG_GET(MT8183, path->config, components[index].type); in mdp_path_ctx_init()
282 inner_id = CFG_GET(MT8195, path->config, components[index].type); in mdp_path_ctx_init()
287 param = (void *)CFG_ADDR(MT8183, path->config, components[index]); in mdp_path_ctx_init()
289 param = (void *)CFG_ADDR(MT8195, path->config, components[index]); in mdp_path_ctx_init()
[all …]
/linux/drivers/base/
H A 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 …]
/linux/include/linux/
H A 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().
/linux/Documentation/networking/device_drivers/ethernet/huawei/
H A 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:
/linux/lib/
H A 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];
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_reqmgr.h217 int components; in setup_sgio_components() local
236 components = buf_count / SG_COMPS_MAX; in setup_sgio_components()
238 for (i = 0; i < components; i++) { in setup_sgio_components()
249 components = buf_count % SG_COMPS_MAX; in setup_sgio_components()
251 switch (components) { in setup_sgio_components()
286 int components; in sgv2io_components_setup() local
305 components = buf_count / SGV2_COMPS_MAX; in sgv2io_components_setup()
307 for (i = 0; i < components; i++) { in sgv2io_components_setup()
317 components = buf_count % SGV2_COMPS_MAX; in sgv2io_components_setup()
319 sg_ptr->valid_segs = components; in sgv2io_components_setup()
[all …]
/linux/Documentation/sphinx/
H A Dtranslations.py42 components = docname.split(os.sep)
43 if components[0] == 'translations' and len(components) > 2:
44 this_lang_code = components[1]
47 docname = os.path.join(*components[2:])
/linux/drivers/misc/
H A 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 …]
/linux/Documentation/virt/kvm/s390/
H A 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.
/linux/Documentation/userspace-api/media/v4l/
H A 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.
/linux/Documentation/networking/devlink/
H A Ddevlink-info.rst54 - Group for hardware identifiers, and versions of components
60 components, e.g. PCI VPD may concatenate various information
82 components stored on the flash should feature in both the ``running`` and
85 In case software/firmware components are loaded from the disk (e.g.
109 - Version of API between components. API items are usually of limited
120 but it must not be reported if any of the components covered by the
152 Part number of the board and its components.
H A Ddevlink-flash.rst23 how the device should handle subsections of flash components when updating.
32 - Indicates that the device should overwrite settings in the components
36 components being updated with the identifiers found in the provided
42 in the components being updated. Settings and identifiers are expected to be
54 components and versions).
/linux/Documentation/sound/soc/
H A 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
/linux/drivers/scsi/
H A Dses.c538 for (i = 0; i < edev->components; i++) { in ses_enclosure_find_by_addr()
558 int i, j, page7_len, len, components; in ses_enclosure_data_process() local
596 components = 0; in ses_enclosure_data_process()
625 components++, in ses_enclosure_data_process()
628 else if (components < edev->components) in ses_enclosure_data_process()
629 ecomp = &edev->component[components++]; in ses_enclosure_data_process()
698 int i, types, len, components = 0; in ses_intf_add() local
758 components += type_ptr[1]; in ses_intf_add()
802 if (components > 0) { in ses_intf_add()
803 scomp = kcalloc(components, sizeof(struct ses_component), GFP_KERNEL); in ses_intf_add()
[all …]
/linux/Documentation/devicetree/bindings/spi/
H A Dsprd,spi-adi.yaml23 we can configure them to allow other hardware components to use it independently,
26 triggered by hardware components instead of ADI software channels.
31 the analog chip address where user want to access by hardware components.
77 hardware components.
/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst41 length, including version strings and the number of records and components.
43 descriptors, or components.
52 components are stored in linked lists.
71 6. After all components are programmed, perform any final device-specific
/linux/Documentation/networking/device_drivers/ethernet/meta/
H A Dfbnic.rst10 fbnic has three components stored on the flash which are provided in one PLDM
21 fbnic stores two copies of these three components on flash. This allows fbnic
27 devlink dev info provides version information for all three components. In

12345678910>>...37