/linux-6.3-rc2/lib/ |
A D | build_OID_registry | 53 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-6.3-rc2/Documentation/gpu/ |
A D | afbc.rst | 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 179 - Plane 0: 3 components 188 Plane 1: 2 components 194 - Plane 0: 3 components [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | devcom.c | 11 comp = &(priv)->components[iter], iter < MLX5_DEVCOM_NUM_COMPONENTS; \ 27 struct mlx5_devcom_component components[MLX5_DEVCOM_NUM_COMPONENTS]; member 162 comp = &devcom->priv->components[id]; in mlx5_devcom_register_component() 177 comp = &devcom->priv->components[id]; in mlx5_devcom_unregister_component() 194 comp = &devcom->priv->components[id]; in mlx5_devcom_send_event() 213 comp = &devcom->priv->components[id]; in mlx5_devcom_set_paired() 225 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired() 237 comp = &devcom->priv->components[id]; in mlx5_devcom_get_peer_data() 254 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data()
|
/linux-6.3-rc2/sound/soc/intel/boards/ |
A D | sof_sdw_rt715.c | 18 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()
|
A D | sof_sdw_rt715_sdca.c | 18 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt715_sdca_rtd_init() 20 card->components); in rt715_sdca_rtd_init() 21 if (!card->components) in rt715_sdca_rtd_init()
|
A D | sof_sdw_rt5682.c | 57 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt5682_rtd_init() 59 card->components); in rt5682_rtd_init() 60 if (!card->components) in rt5682_rtd_init()
|
A D | sof_sdw_rt700.c | 57 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt700_rtd_init() 59 card->components); in rt700_rtd_init() 60 if (!card->components) in rt700_rtd_init()
|
A D | sof_sdw_max98373.c | 31 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in spk_init() 33 card->components); in spk_init() 34 if (!card->components) in spk_init()
|
A D | sof_sdw_rt711.c | 81 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt711_rtd_init() 83 card->components); in rt711_rtd_init() 84 if (!card->components) in rt711_rtd_init()
|
A D | sof_sdw_rt711_sdca.c | 82 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt711_sdca_rtd_init() 84 card->components); in rt711_sdca_rtd_init() 85 if (!card->components) in rt711_sdca_rtd_init()
|
/linux-6.3-rc2/scripts/ |
A D | check-sysctl-docs | 167 split(paths[tables[1]], components, "/") 168 if (length(components) > 1 && components[1] == table) { 170 seen[components[2]]++
|
/linux-6.3-rc2/drivers/misc/ |
A D | enclosure.c | 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() 291 if (number >= edev->components) in enclosure_component_alloc() 369 if (!edev || component >= edev->components) in enclosure_add_device() 407 for (i = 0; i < edev->components; i++) { in enclosure_remove_device() 429 return sysfs_emit(buf, "%d\n", edev->components); in components_show() [all …]
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/huawei/ |
A D | hinic.rst | 37 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-6.3-rc2/drivers/scsi/ |
A D | ses.c | 515 for (i = 0; i < edev->components; i++) { in ses_enclosure_find_by_addr() 535 int i, j, page7_len, len, components; in ses_enclosure_data_process() local 573 components = 0; in ses_enclosure_data_process() 602 components++, in ses_enclosure_data_process() 606 ecomp = &edev->component[components++]; in ses_enclosure_data_process() 674 int i, types, len, components = 0; in ses_intf_add() local 734 components += type_ptr[1]; in ses_intf_add() 737 if (components == 0) { in ses_intf_add() 788 components, &ses_enclosure_callbacks); in ses_intf_add() 797 for (i = 0; i < components; i++) in ses_intf_add() [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-jpeg.rst | 30 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.
|
A D | pixfmt-packed-yuv.rst | 10 Cr components consecutively in memory. They may apply subsampling to the chroma 11 components and thus differ in how they interlave the three components. 17 'U') and red chroma (also known as 'V') components respectively. 'A' 25 These formats do not subsample the chroma components and store each pixels as a 29 component. They are named based on the order of the Y, Cb and Cr components as 157 They are named based on the order of the Y, Cb and Cr components as stored in 265 components horizontally by 2, storing 2 pixels in a container. The container 397 This format subsamples the chroma components horizontally by 4, storing 8
|
/linux-6.3-rc2/Documentation/sound/soc/ |
A D | pops-clicks.rst | 6 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-6.3-rc2/Documentation/devicetree/bindings/display/ |
A D | allwinner,sun4i-a10-display-engine.yaml | 18 The Allwinner A10 Display pipeline is composed of several components 21 For all connections between components up to the TCONs in the 22 display pipeline, when there are multiple components of the same 36 represent the connections between the components, while the numbers
|
/linux-6.3-rc2/Documentation/driver-api/pldmfw/ |
A D | index.rst | 41 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
|
A D | file-format.rst | 9 package header, one or more firmware records, and one or more components 85 which set of components that are used by this device. It is possible that 86 only subset of provided components will be used by a given record. A record 140 components. Following this count is a description for each component. The
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/ |
A D | power-controller.txt | 3 Power-management integrated circuits or miscellaneous hardware components are 5 components might need to define this capability, which tells the kernel that
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-flash.rst | 23 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-6.3-rc2/Documentation/devicetree/bindings/spi/ |
A D | sprd,spi-adi.yaml | 23 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-6.3-rc2/lib/pldmfw/ |
A D | pldmfw.c | 28 struct list_head components; member 424 data->component_start = component_area->components; in pldm_parse_records() 484 list_add_tail(&component->entry, &data->components); in pldm_parse_components() 549 list_for_each_entry_safe(component, c_safe, &data->components, entry) { in pldmfw_free_priv() 743 list_for_each_entry(component, &data->components, entry) { in pldm_send_component_tables() 785 list_for_each_entry(component, &data->components, entry) { in pldm_flash_components() 842 INIT_LIST_HEAD(&data->components); in pldmfw_flash_image()
|
/linux-6.3-rc2/Documentation/virt/kvm/s390/ |
A D | s390-pv-boot.rst | 16 information about the encrypted components and necessary metadata to 21 PVM, decrypt the components and verify the data and address list 59 The components are for instance an encrypted kernel, kernel parameters 60 and initrd. The components are decrypted by the UV.
|