Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 264) sorted by relevance

1234567891011

/Linux-v4.19/lib/
Dbuild_OID_registry57 my @components = split(/[.]/, $oid);
60 my $size = $#components;
61 for (my $loop = 2; $loop <= $#components; $loop++) {
62 my $c = $components[$loop];
97 my @components = split(/[.]/, $oids[$i]);
99 push @octets, $components[0] * 40 + $components[1];
101 for (my $loop = 2; $loop <= $#components; $loop++) {
102 my $c = $components[$loop];
/Linux-v4.19/drivers/misc/
Denclosure.c124 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument
129 sizeof(struct enclosure_component)*components, in enclosure_register()
138 edev->components = components; in enclosure_register()
148 for (i = 0; i < components; i++) { in enclosure_register()
182 for (i = 0; i < edev->components; i++) in enclosure_unregister()
265 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name()
302 if (number >= edev->components) in enclosure_component_alloc()
380 if (!edev || component >= edev->components) in enclosure_add_device()
418 for (i = 0; i < edev->components; i++) { in enclosure_remove_device()
441 return snprintf(buf, 40, "%d\n", edev->components); in components_show()
[all …]
/Linux-v4.19/Documentation/networking/
Dhinic.txt34 hinic_hwdev - Implement the HW details of the device and include the components
37 hinic_hwdev contains the following components:
49 MGMT components:
63 IO components:
82 IO - de/constructs all the IO components. (hinic_hw_io.c, hinic_hw_io.h)
87 HW device - de/constructs the HW Interface, the MGMT components on the
88 initialization of the driver and the IO components on the case of Interface
92 hinic_dev contains the following components:
/Linux-v4.19/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
/Linux-v4.19/drivers/scsi/
Dses.c499 for (i = 0; i < edev->components; i++) { in ses_enclosure_find_by_addr()
519 int i, j, page7_len, len, components; in ses_enclosure_data_process() local
557 components = 0; in ses_enclosure_data_process()
581 components++, in ses_enclosure_data_process()
585 ecomp = &edev->component[components++]; in ses_enclosure_data_process()
647 int i, types, len, components = 0; in ses_intf_add() local
707 components += type_ptr[1]; in ses_intf_add()
750 scomp = kcalloc(components, sizeof(struct ses_component), GFP_KERNEL); in ses_intf_add()
755 components, &ses_enclosure_callbacks); in ses_intf_add()
764 for (i = 0; i < components; i++) in ses_intf_add()
/Linux-v4.19/Documentation/devicetree/bindings/power/
Dpower-controller.txt3 Power-management integrated circuits or miscellaneous hardware components are
5 components might need to define this capability, which tells the kernel that
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dspi-sprd-adi.txt11 we can configure them to allow other hardware components to use it independently,
14 triggered by hardware components instead of ADI software channels.
19 the analog chip address where user want to access by hardware components.
44 by hardware components.
/Linux-v4.19/security/integrity/
DKconfig8 of a number of different components including the Integrity
13 Each of these components can be enabled/disabled separately.
14 Refer to the individual components for additional details.
/Linux-v4.19/scripts/
Dget_dvb_firmware24 @components = ( "sp8870", "sp887x", "tda10045", "tda10046",
39 for ($i=0; $i < scalar(@components); $i++) {
40 if ($cid eq $components[$i]) {
937 @components = sort @components;
938 for($i=0; $i < scalar(@components); $i++) {
939 print STDERR "\t" . $components[$i] . "\n";
/Linux-v4.19/drivers/hwtracing/coresight/
DKconfig11 a topological view of the CoreSight components based on a DT
12 specification and configure the right series of components when a
51 components and a trace for bridging the gap between the on-chip
52 coresight components and a trace port collection engine, typically
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Damlogic,axg-audio-clkc.txt19 components.
21 components.
/Linux-v4.19/samples/pktgen/
DREADME.rst37 configuring the different components of pktgen: pg_ctrl(), pg_thread()
40 These functions correspond to pktgens different components.
/Linux-v4.19/Documentation/networking/dpaa2/
Ddpio-driver.rst36 The Linux DPIO driver consists of 3 primary components--
60 The diagram below shows how the DPIO driver components fit with the other
61 DPAA2 Linux driver components::
/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-mjpeg.h27 struct mjpeg_component components[MJPEG_MAX_COMPONENTS]; member
/Linux-v4.19/Documentation/admin-guide/pm/
Dstrategies.rst23 components of the system, as needed, in the working state. In consequence, if
27 the individual components of it can be either ``active`` (in use) or
33 If all of the system components are active, the system as a whole is regarded as
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dqcom,apq8096.txt13 Definition: A list of the connections between audio components.
90 qcom,audio-routing: A list of the connections between audio components.
Dsimple-scu-card.txt28 - simple-audio-card,routing : A list of the connections between audio components.
31 use audio-prefix if some components is using same sink/sources naming.
Datmel-at91sam9g20ek-wm8731-audio.txt6 - atmel,audio-routing: A list of the connections between audio components.
Dname-prefix.txt4 audio components as list of string pair. Component using the same
/Linux-v4.19/sound/core/
Dinit.c910 ptr = strstr(card->components, component); in snd_component_add()
915 if (strlen(card->components) + 1 + len + 1 > sizeof(card->components)) { in snd_component_add()
919 if (card->components[0] != '\0') in snd_component_add()
920 strcat(card->components, " "); in snd_component_add()
921 strcat(card->components, component); in snd_component_add()
/Linux-v4.19/sound/aoa/
DKconfig7 Apple Onboard Audio components.
/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c50 int components; in setup_sgio_components() local
75 components = buf_count / 4; in setup_sgio_components()
77 for (i = 0; i < components; i++) { in setup_sgio_components()
89 components = buf_count % 4; in setup_sgio_components()
91 switch (components) { in setup_sgio_components()
/Linux-v4.19/Documentation/media/uapi/dvb/
Dintro.rst72 following main hardware components:
92 The demultiplexer splits the TS into its components like audio and
113 flow between those components.
122 The Linux Digital TV API lets you control these hardware components through
/Linux-v4.19/drivers/media/platform/s5p-jpeg/
Djpeg-core.c799 int c, x, components; in exynos4_jpeg_parse_decode_h_tbl() local
814 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
815 if (components == -1) in exynos4_jpeg_parse_decode_h_tbl()
817 while (components--) { in exynos4_jpeg_parse_decode_h_tbl()
894 int c, x, components; in exynos4_jpeg_parse_decode_q_tbl() local
902 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
903 if (components == -1) in exynos4_jpeg_parse_decode_q_tbl()
906 exynos4_jpeg_set_dec_components(jpeg->regs, components); in exynos4_jpeg_parse_decode_q_tbl()
908 while (components--) { in exynos4_jpeg_parse_decode_q_tbl()
1143 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; in s5p_jpeg_parse_hdr() local
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
Dst,stm32-vrefbuf.txt5 components through the dedicated VREF+ pin.

1234567891011