Home
last modified time | relevance | path

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

12345678910>>...20

/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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
498 * Used during enumeration to read the Host Device ID Lock CSR on a
697 * rio_enum_complete- Tests if enumeration of a network is complete
700 * Tests the PGCCSR discovered bit for non-zero value (enumeration
701 * complete flag). Return %1 if enumeration is complete or %0 if
702 * 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
/Linux-v5.15/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.
/Linux-v5.15/drivers/fpga/
Ddfl-pci.c231 * for the next step enumeration. in find_dfls_by_default()
257 * step enumeration. in find_dfls_by_default()
275 /* release I/O mappings for next step enumeration */ in find_dfls_by_default()
290 /* allocate enumeration info via pci_dev */ in cci_enumerate_feature_devs()
295 /* add irq info for enumeration if the device support irq */ in cci_enumerate_feature_devs()
321 /* start enumeration with prepared enumeration information */ in cci_enumerate_feature_devs()
324 dev_err(&pcidev->dev, "Enumeration failure\n"); in cci_enumerate_feature_devs()
381 dev_err(&pcidev->dev, "enumeration failure %d.\n", ret); in cci_pci_probe()
/Linux-v5.15/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"
45 This adds support for Device Tree enumeration. This option is
/Linux-v5.15/include/uapi/linux/
Dv4l2-subdev.h77 * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
79 * @index: format index during enumeration
95 * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
96 * @index: format index during enumeration
131 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
133 * @index: frame interval index during enumeration
/Linux-v5.15/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.
128 - 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.
142 - IN: Index of the given frame size in the enumeration.
Dstandard.rst34 band. Enumeration gives a "PAL-B/G" or "PAL-I" choice. Similar a
48 index into the standard enumeration. Drivers must implement all video
99 /* EINVAL indicates the end of the enumeration, which cannot be
139 /* EINVAL indicates the end of the enumeration, which cannot be
Dpixfmt-v4l2.rst119 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
164 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
178 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
193 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
206 :c:type:`v4l2_fmtdesc` during enumeration. See :ref:`fmtdesc-flags`.
/Linux-v5.15/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.
/Linux-v5.15/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
Dsysfs-bus-rapidio88 (RO) returns device destination ID assigned by the enumeration
128 set by the switch initialization routine during enumeration or discovery
192 (WO) Allows to trigger enumeration discovery process from user
193 space. To initiate an enumeration or discovery process on
199 initiate RapidIO enumeration/discovery on all available mports a
/Linux-v5.15/Documentation/networking/caif/
Dcaif.rst86 - Enumeration::
93 Command:Enumeration(1)
127 - last_tx_msg contains enumeration message and last_rx_msg is empty ->
137 You will probably see the enumeration message in last_tx_message
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_hw_types.h114 * Enumeration otx2_cpt_ucode_error_code_e
130 * Enumeration otx2_cpt_comp_e
132 * OcteonTX2 CPT Completion Enumeration
145 * Enumeration otx2_cpt_vf_int_vec_e
147 * OcteonTX2 CPT VF MSI-X Vector Enumeration
155 * Enumeration otx2_cpt_lf_int_vec_e
157 * OcteonTX2 CPT LF MSI-X Vector Enumeration
/Linux-v5.15/include/media/i2c/
Dsaa7127.h12 /* Enumeration for the supported input types */
18 /* Enumeration for the supported output signal types */
/Linux-v5.15/fs/btrfs/
Dulist.c17 * A sample usage for ulists is the enumeration of directed graphs without
32 * usage for tree enumeration in btrfs, where the logical addresses are
35 * It is also useful for tree enumeration which could be done elegantly
258 * It is allowed to call ulist_add during an enumeration. Newly added items
259 * are guaranteed to show up in the running enumeration.
/Linux-v5.15/Documentation/devicetree/bindings/pci/
Dfsl,pci.txt1 * Bus Enumeration by Freescale PCI-X Agent
9 enumeration despite being strapped into Agent mode.
/Linux-v5.15/Documentation/admin-guide/pm/
Dintel_idle.rst42 .. _intel-idle-enumeration-of-states:
44 Enumeration of Idle States
94 using the ACPI tables for the enumeration of idle states is not required
136 driver, which determines the idle states enumeration method (see
137 `above <intel-idle-enumeration-of-states_>`_), and whether or not the processor
149 `above <intel-idle-enumeration-of-states_>`_.
180 can be used by ``intel_idle``, so the enumeration of idle states is terminated
/Linux-v5.15/include/media/
Dmedia-entity.h66 * struct media_entity_enum - An enumeration of media entities.
431 * __media_entity_enum_init - Initialise an entity enumeration
433 * @ent_enum: Entity enumeration to be initialised
434 * @idx_max: Maximum number of entities in the enumeration
442 * media_entity_enum_cleanup - Release resources of an entity enumeration
444 * @ent_enum: Entity enumeration to be released
451 * @ent_enum: Entity enumeration to be cleared
461 * @ent_enum: Entity enumeration
476 * @ent_enum: Entity enumeration
491 * @ent_enum: Entity enumeration
[all …]
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h16 /* RVU Block Address Enumeration */
39 /* RVU Block Type Enumeration */
55 /* RVU Admin function Interrupt Vector Enumeration */
65 /* NPA Admin function Interrupt Vector Enumeration */
75 /* NIX Admin function Interrupt Vector Enumeration */
86 * RVU PF Interrupt Vector Enumeration
99 /* NPA admin queue completion enumeration */
125 /* ALLOC/FREE input queues Enumeration from coprocessors */
/Linux-v5.15/drivers/gpu/drm/
Ddrm_property.c144 * drm_property_create_enum - create a new enumeration property type
148 * @props: enumeration lists with property values
156 * Userspace is only allowed to set one of the predefined values for enumeration
195 * @props: enumeration lists with property bitflags
197 * @supported_bits: bitmask of all supported enumeration values
204 * Compared to plain enumeration properties userspace is allowed to set any
377 * drm_property_add_enum - add a possible value to an enumeration property
378 * @property: enumeration property to change
379 * @value: value of the new enumeration
380 * @name: symbolic name of the new enumeration
[all …]
/Linux-v5.15/arch/mips/include/asm/octeon/
Dcvmx-helper-board.h70 * enumeration from the bootloader.
88 * enumeration from the bootloader.
110 * enumeration from the bootloader.

12345678910>>...20