Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v5.4/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];
/Linux-v5.4/Documentation/gpu/
Dafbc.rst21 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:
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
165 - Plane 0: 3 components
172 - Plane 0: 3 components
[all …]
Damdgpu-dc.rst10 1. **Display Core (DC)** contains the OS-agnostic components. Things like
12 2. **Display Manager (DM)** contains the OS-dependent components. Hooks to the
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.c11 comp = &(priv)->components[iter], iter < MLX5_DEVCOM_NUM_COMPONENTS; \
27 struct mlx5_devcom_component components[MLX5_DEVCOM_NUM_COMPONENTS]; member
160 comp = &devcom->priv->components[id]; in mlx5_devcom_register_component()
175 comp = &devcom->priv->components[id]; in mlx5_devcom_unregister_component()
192 comp = &devcom->priv->components[id]; in mlx5_devcom_send_event()
211 comp = &devcom->priv->components[id]; in mlx5_devcom_set_paired()
223 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired()
235 comp = &devcom->priv->components[id]; in mlx5_devcom_get_peer_data()
252 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data()
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dcirrus,lochnagar.txt37 - lochnagar-clk : Binding for the clocking components, see [4].
39 - lochnagar-pinctrl : Binding for the pin control components, see [5].
43 - Bindings for the regulator components, see [6]. Only available on
46 - lochnagar-sc : Binding for the sound card components, see [7].
48 - lochnagar-hwmon : Binding for the hardware monitor components, see [8].
/Linux-v5.4/drivers/misc/
Denclosure.c113 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument
117 kzalloc(struct_size(edev, component, components), GFP_KERNEL); in enclosure_register()
125 edev->components = components; in enclosure_register()
135 for (i = 0; i < components; i++) { in enclosure_register()
169 for (i = 0; i < edev->components; i++) in enclosure_unregister()
252 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name()
289 if (number >= edev->components) in enclosure_component_alloc()
367 if (!edev || component >= edev->components) in enclosure_add_device()
405 for (i = 0; i < edev->components; i++) { in enclosure_remove_device()
428 return snprintf(buf, 40, "%d\n", edev->components); in components_show()
[all …]
/Linux-v5.4/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-v5.4/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-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-jpeg.rst37 how Cb and Cr components are downsampled after converting an input
49 - Horizontally subsample Cr, Cb components by a factor of 2.
51 - Subsample Cr, Cb components horizontally and vertically by 2.
53 - Horizontally subsample Cr, Cb components by a factor of 4.
55 - Subsample Cr, Cb components horizontally by 4 and vertically by 2.
/Linux-v5.4/drivers/scsi/
Dses.c483 for (i = 0; i < edev->components; i++) { in ses_enclosure_find_by_addr()
503 int i, j, page7_len, len, components; in ses_enclosure_data_process() local
541 components = 0; in ses_enclosure_data_process()
565 components++, in ses_enclosure_data_process()
569 ecomp = &edev->component[components++]; in ses_enclosure_data_process()
631 int i, types, len, components = 0; in ses_intf_add() local
691 components += type_ptr[1]; in ses_intf_add()
734 scomp = kcalloc(components, sizeof(struct ses_component), GFP_KERNEL); in ses_intf_add()
739 components, &ses_enclosure_callbacks); in ses_intf_add()
748 for (i = 0; i < components; i++) in ses_intf_add()
/Linux-v5.4/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-v5.4/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.
49 by hardware components.
/Linux-v5.4/scripts/
Dget_dvb_firmware11 @components = ( "sp8870", "sp887x", "tda10045", "tda10046",
26 for ($i=0; $i < scalar(@components); $i++) {
27 if ($cid eq $components[$i]) {
924 @components = sort @components;
925 for($i=0; $i < scalar(@components); $i++) {
926 print STDERR "\t" . $components[$i] . "\n";
/Linux-v5.4/security/integrity/
DKconfig9 of a number of different components including the Integrity
14 Each of these components can be enabled/disabled separately.
15 Refer to the individual components for additional details.
/Linux-v5.4/drivers/hwtracing/coresight/
DKconfig13 a topological view of the CoreSight components based on a DT
14 specification and configure the right series of components when a
53 components and a trace for bridging the gap between the on-chip
54 coresight components and a trace port collection engine, typically
/Linux-v5.4/samples/pktgen/
DREADME.rst38 configuring the different components of pktgen: pg_ctrl(), pg_thread()
41 These functions correspond to pktgens different components.
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Damlogic,axg-audio-clkc.txt20 components.
22 components.
/Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/
Ddpio-driver.rst37 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-v5.4/drivers/media/platform/sti/delta/
Ddelta-mjpeg.h27 struct mjpeg_component components[MJPEG_MAX_COMPONENTS]; member
/Linux-v5.4/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.
/Linux-v5.4/Documentation/admin-guide/pm/
Dstrategies.rst27 components of the system, as needed, in the working state. In consequence, if
31 the individual components of it can be either ``active`` (in use) or
37 If all of the system components are active, the system as a whole is regarded as
/Linux-v5.4/drivers/staging/most/Documentation/ABI/
Dconfigfs-most.txt46 comp_params pass parameters needed by some components
90 comp_params pass parameters needed by some components
134 comp_params pass parameters needed by some components
188 comp_params pass parameters needed by some components
/Linux-v5.4/sound/core/
Dinit.c891 ptr = strstr(card->components, component); in snd_component_add()
896 if (strlen(card->components) + 1 + len + 1 > sizeof(card->components)) { in snd_component_add()
900 if (card->components[0] != '\0') in snd_component_add()
901 strcat(card->components, " "); in snd_component_add()
902 strcat(card->components, component); in snd_component_add()
/Linux-v5.4/sound/aoa/
DKconfig8 Apple Onboard Audio components.
/Linux-v5.4/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c47 int components; in setup_sgio_components() local
72 components = buf_count / 4; in setup_sgio_components()
74 for (i = 0; i < components; i++) { in setup_sgio_components()
86 components = buf_count % 4; in setup_sgio_components()
88 switch (components) { in setup_sgio_components()

12345678910>>...12