Home
last modified time | relevance | path

Searched full:enumeration (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/kernel/linux/linux-6.6/Documentation/driver-api/rapidio/
Drapidio.rst107 an enumeration and/or discovery routine may be called automatically or
113 4. Enumeration and Discovery
119 RapidIO subsystem configuration options allow users to build enumeration and
121 An enumeration/discovery method implementation and available input parameters
125 Depending on selected enumeration/discovery build configuration, there are
126 several methods to initiate an enumeration and/or discovery process:
128 (a) Statically linked enumeration and discovery process can be started
132 'rio-scan.scan' for existing basic enumeration/discovery method.
133 When automatic start of enumeration/discovery is used a user has to ensure
135 and are waiting for enumeration to be completed.
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/rapidio/
Drapidio.rst107 an enumeration and/or discovery routine may be called automatically or
113 4. Enumeration and Discovery
119 RapidIO subsystem configuration options allow users to build enumeration and
121 An enumeration/discovery method implementation and available input parameters
125 Depending on selected enumeration/discovery build configuration, there are
126 several methods to initiate an enumeration and/or discovery process:
128 (a) Statically linked enumeration and discovery process can be started
132 'rio-scan.scan' for existing basic enumeration/discovery method.
133 When automatic start of enumeration/discovery is used a user has to ensure
135 and are waiting for enumeration to be completed.
[all …]
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
Denum-attributes.c3 * Functions corresponding to enumeration type attributes under
4 * BIOS Enumeration GUID for use with dell-wmi-sysman
11 get_instance_id(enumeration);
63 attribute_s_property_show(display_name_language_code, enumeration);
67 attribute_s_property_show(display_name, enumeration);
71 attribute_s_property_show(default_value, enumeration);
75 attribute_property_store(current_value, enumeration);
79 attribute_s_property_show(dell_modifier, enumeration);
83 attribute_s_property_show(dell_value_modifier, enumeration);
87 attribute_s_property_show(possible_values, enumeration);
[all …]
/kernel/linux/linux-6.6/drivers/rapidio/
Drio-scan.c3 * RapidIO enumeration and discovery support
184 * rio_clear_locks- Release all host locks and signal enumeration complete
187 * Marks the component tag CSR on each device with the enumeration
312 * @do_enum: Enumeration/Discovery mode flag
316 * ID is either assigned in enumeration mode or read from configuration
502 * Used during enumeration to read the Host Device ID Lock CSR on a
701 * rio_enum_complete- Tests if enumeration of a network is complete
704 * Tests the PGCCSR discovered bit for non-zero value (enumeration
705 * complete flag). Return %1 if enumeration is complete or %0 if
706 * enumeration is incomplete.
[all …]
DKconfig24 enumeration before giving up.
63 prompt "Enumeration method"
67 There are different enumeration and discovery mechanisms offered
77 This option includes basic RapidIO fabric enumeration and discovery
/kernel/linux/linux-5.10/drivers/rapidio/
Drio-scan.c3 * RapidIO enumeration and discovery support
184 * rio_clear_locks- Release all host locks and signal enumeration complete
187 * Marks the component tag CSR on each device with the enumeration
312 * @do_enum: Enumeration/Discovery mode flag
316 * ID is either assigned in enumeration mode or read from configuration
502 * Used during enumeration to read the Host Device ID Lock CSR on a
701 * rio_enum_complete- Tests if enumeration of a network is complete
704 * Tests the PGCCSR discovered bit for non-zero value (enumeration
705 * complete flag). Return %1 if enumeration is complete or %0 if
706 * enumeration is incomplete.
[all …]
DKconfig24 enumeration before giving up.
63 prompt "Enumeration method"
67 There are different enumeration and discovery mechanisms offered
77 This option includes basic RapidIO fabric enumeration and discovery
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
Denum-attributes.c3 * Functions corresponding to enumeration type attributes under
4 * BIOS Enumeration GUID for use with hp-bioscfg driver.
11 GET_INSTANCE_ID(enumeration);
60 ATTRIBUTE_S_COMMON_PROPERTY_SHOW(display_name, enumeration);
64 ATTRIBUTE_PROPERTY_STORE(current_value, enumeration);
68 ATTRIBUTE_VALUES_PROPERTY_SHOW(possible_values, enumeration, SEMICOLON_SEP);
75 return sysfs_emit(buf, "enumeration\n"); in type_show()
290 pr_warn("Invalid element: %d found in Enumeration attribute or data may be malformed\n", elem); in hp_populate_enumeration_elements_from_package()
305 * Populate all properties of an instance under enumeration attribute
307 * @enum_obj: ACPI object with enumeration data
[all …]
/kernel/linux/linux-5.10/include/media/davinci/
Dvpbe_osd.h28 * An enumeration of the osd display layers.
43 * An enumeration of the OSD Window layers.
64 * An enumeration of the DaVinci pixel formats.
86 * An enumeration of the available horizontal expansion ratios.
100 * An enumeration of the available vertical expansion ratios.
114 * An enumeration of the available zoom factors.
128 * An enumeration of the available Color Lookup Tables (CLUTs).
141 * An enumeration of the ROM Color Lookup Table (CLUT) options.
160 * An enumeration of the DaVinci pixel blending factor options.
181 * An enumeration of the DaVinci pixel blinking interval options.
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-frame-size.rst34 This ioctl allows applications to access the enumeration of frame sizes
43 Each pair of ``pad`` and ``code`` correspond to a separate enumeration.
44 Each enumeration starts with the ``index`` of 0, and
45 the lowest invalid index marks the end of the enumeration.
56 ``EINVAL`` means that either no more entries are available in the enumeration,
87 - Index of the frame size in the enumeration belonging to the given pad
Dvidioc-enum-framesizes.rst68 the ``type`` field to determine the type of frame size enumeration the
78 Applications can assume that the enumeration data does not change
80 enumeration data is consistent if the application does not perform any
81 other ioctl calls while it runs the frame size enumeration.
142 - IN: Index of the given frame size in the enumeration.
Dvidioc-enum-frameintervals.rst67 the ``type`` field to determine the type of frame interval enumeration
78 Applications can assume that the enumeration data does not change
80 enumeration data is consistent if the application does not perform any
81 other ioctl calls while it runs the frame interval enumeration.
128 - IN: Index of the given frame interval in the enumeration.
/kernel/linux/linux-5.10/drivers/fpga/
Ddfl-pci.c139 /* allocate enumeration info via pci_dev */ in cci_enumerate_feature_devs()
144 /* add irq info for enumeration if the device support irq */ in cci_enumerate_feature_devs()
173 * for the next step enumeration. in cci_enumerate_feature_devs()
199 * step enumeration. in cci_enumerate_feature_devs()
218 /* release I/O mappings for next step enumeration */ in cci_enumerate_feature_devs()
221 /* start enumeration with prepared enumeration information */ in cci_enumerate_feature_devs()
224 dev_err(&pcidev->dev, "Enumeration failure\n"); in cci_enumerate_feature_devs()
281 dev_err(&pcidev->dev, "enumeration failure %d.\n", ret); in cci_pci_probe()
/kernel/linux/linux-5.10/sound/soc/sof/
DKconfig13 tristate "SOF PCI enumeration support"
18 This adds support for PCI enumeration. This option is
24 tristate "SOF ACPI enumeration support"
30 This adds support for ACPI enumeration. This option is required
36 tristate "SOF OF enumeration support"
40 This adds support for Device Tree enumeration. This option is
/kernel/linux/linux-6.6/drivers/fpga/
Ddfl-pci.c245 * for the next step enumeration. in find_dfls_by_default()
271 * step enumeration. in find_dfls_by_default()
298 /* release I/O mappings for next step enumeration */ in find_dfls_by_default()
313 /* allocate enumeration info via pci_dev */ in cci_enumerate_feature_devs()
318 /* add irq info for enumeration if the device support irq */ in cci_enumerate_feature_devs()
344 /* start enumeration with prepared enumeration information */ in cci_enumerate_feature_devs()
347 dev_err(&pcidev->dev, "Enumeration failure\n"); in cci_enumerate_feature_devs()
392 dev_err(&pcidev->dev, "enumeration failure %d.\n", ret); in cci_pci_probe()
/kernel/linux/linux-5.10/include/uapi/linux/
Dv4l2-subdev.h75 * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
77 * @index: format index during enumeration
92 * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
94 * @index: format index during enumeration
122 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
124 * @index: frame interval index during enumeration
/kernel/linux/linux-6.6/sound/soc/sof/
DKconfig16 tristate "SOF PCI enumeration support"
19 This adds support for PCI enumeration. This option is
27 tristate "SOF ACPI enumeration support"
30 This adds support for ACPI enumeration. This option is required
41 tristate "SOF OF enumeration support"
44 This adds support for Device Tree enumeration. This option is
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-enum-frameintervals.rst67 the ``type`` field to determine the type of frame interval enumeration
78 Applications can assume that the enumeration data does not change
80 enumeration data is consistent if the application does not perform any
81 other ioctl calls while it runs the frame interval enumeration.
130 - IN: Index of the given frame interval in the enumeration.
Dvidioc-enum-framesizes.rst68 the ``type`` field to determine the type of frame size enumeration the
78 Applications can assume that the enumeration data does not change
80 enumeration data is consistent if the application does not perform any
81 other ioctl calls while it runs the frame size enumeration.
146 - IN: Index of the given frame size in the enumeration.
/kernel/linux/linux-6.6/drivers/scsi/isci/
Disci.h118 * enum sci_status - This is the general return status enumeration for non-IO,
400 * enum sci_io_status - This enumeration depicts all of the possible IO
401 * completion status values. Each value in this enumeration maps directly
402 * to a value in the enum sci_status enumeration. Please refer to that
403 * enumeration for detailed comments concerning what the status represents.
433 * enum sci_task_status - This enumeration depicts all of the possible task
434 * completion status values. Each value in this enumeration maps directly
435 * to a value in the enum sci_status enumeration. Please refer to that
436 * enumeration for detailed comments concerning what the status represents.
/kernel/linux/linux-5.10/drivers/scsi/isci/
Disci.h118 * enum sci_status - This is the general return status enumeration for non-IO,
400 * enum sci_io_status - This enumeration depicts all of the possible IO
401 * completion status values. Each value in this enumeration maps directly
402 * to a value in the enum sci_status enumeration. Please refer to that
403 * enumeration for detailed comments concerning what the status represents.
433 * enum sci_task_status - This enumeration depicts all of the possible task
434 * completion status values. Each value in this enumeration maps directly
435 * to a value in the enum sci_status enumeration. Please refer to that
436 * enumeration for detailed comments concerning what the status represents.
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-bus-dfl-devices-n3000-nios17 Description: Read-only. Returns the enumeration value of the working mode of
30 retimer modes, more enumeration value is expected.
37 Description: Read-only. Returns the enumeration value of the working mode of
/kernel/linux/linux-6.6/include/uapi/linux/
Dv4l2-subdev.h69 * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
71 * @index: format index during enumeration
89 * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
90 * @index: format index during enumeration
129 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
131 * @index: frame interval index during enumeration
/kernel/linux/linux-6.6/lib/
Ddhry.h314 } Enumeration; /* for boolean and enumeration types in Ada, Pascal */ typedef
328 Enumeration Discr;
331 Enumeration Enum_Comp;
336 Enumeration E_Comp_2;
350 void Proc_6(Enumeration Enum_Val_Par, Enumeration *Enum_Ref_Par);
355 Enumeration Func_1(Capital_Letter Ch_1_Par_Val, Capital_Letter Ch_2_Par_Val);
Ddhry_2.c24 static Boolean Func_3(Enumeration Enum_Par_Val) in Func_3()
29 Enumeration Enum_Loc; in Func_3()
42 void Proc_6(Enumeration Enum_Val_Par, Enumeration *Enum_Ref_Par) in Proc_6()
114 Enumeration Func_1(Capital_Letter Ch_1_Par_Val, Capital_Letter Ch_2_Par_Val) in Func_1()

12345678910>>...41