/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec_bus.rst | 11 every alternate mode, so every alternate mode will need a custom driver. 13 USB Type-C bus allows binding a driver to the discovered partner alternate 16 :ref:`USB Type-C Connector Class <typec>` provides a device for every alternate 17 mode a port supports, and separate device for every alternate mode the partner 18 supports. The drivers for the alternate modes are bound to the partner alternate 19 mode devices, and the port alternate mode devices must be handled by the port 22 When a new partner alternate mode device is registered, it is linked to the 23 alternate mode device of the port that the partner is attached to, that has 24 matching SVID and mode. Communication between the port driver and alternate mode 27 The port alternate mode devices are used as a proxy between the partner and the [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | alternate-base.err | 1 alternate-base.json: In alternate 'Alt': 2 alternate-base.json:4: alternate has unknown key 'base' 3 Valid keys are 'alternate', 'data', 'features', 'if'.
|
H A D | alternate-nested.err | 1 alternate-nested.json: In alternate 'Alt2': 2 alternate-nested.json:4: branch 'nested' cannot use alternate type 'Alt1'
|
H A D | meson.build | 6 'alternate-any.json', 7 'alternate-array.json', 8 'alternate-base.json', 9 'alternate-branch-if-invalid.json', 10 'alternate-clash.json', 11 'alternate-conflict-dict.json', 12 'alternate-conflict-enum-bool.json', 13 'alternate-conflict-enum-int.json', 14 'alternate-conflict-lists.json', 15 'alternate-conflict-string.json', [all …]
|
H A D | alternate-empty.err | 1 alternate-empty.json: In alternate 'Alt': 2 alternate-empty.json:2: 'data' must not be empty
|
H A D | alternate-unknown.err | 1 alternate-unknown.json: In alternate 'Alt': 2 alternate-unknown.json:2: branch 'unknown' uses unknown type 'MissingType'
|
H A D | alternate-data-invalid.err | 1 alternate-data-invalid.json: In alternate 'Alt': 2 alternate-data-invalid.json:2: 'data' must be an object
|
H A D | alternate-any.err | 1 alternate-any.json: In alternate 'Alt': 2 alternate-any.json:2: branch 'one' cannot use built-in type 'any'
|
H A D | alternate-invalid-dict.err | 1 alternate-invalid-dict.json: In alternate 'Alt': 2 alternate-invalid-dict.json:2: 'data' member 'two' misses key 'type'
|
H A D | args-alternate.err | 1 args-alternate.json: In command 'oops': 2 args-alternate.json:3: command's 'data' cannot take alternate type 'Alt'
|
H A D | returns-alternate.err | 1 returns-alternate.json: In command 'oops': 2 returns-alternate.json:3: command's 'returns' cannot take alternate type 'Alt'
|
H A D | alternate-conflict-lists.err | 1 alternate-conflict-lists.json: In alternate 'Alt': 2 alternate-conflict-lists.json:4: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-dict.err | 1 alternate-conflict-dict.json: In alternate 'Alt': 2 alternate-conflict-dict.json:6: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-string.err | 1 alternate-conflict-string.json: In alternate 'Alt': 2 alternate-conflict-string.json:2: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-nested.json | 1 # we reject a nested alternate branch 2 { 'alternate': 'Alt1', 4 { 'alternate': 'Alt2',
|
H A D | alternate-clash.err | 1 alternate-clash.json: In alternate 'Alt1': 2 alternate-clash.json:6: name of 'data' member 'a_b' must not use uppercase or '_'
|
H A D | alternate-conflict-enum-bool.err | 1 alternate-conflict-enum-bool.json: In alternate 'Alt': 2 alternate-conflict-enum-bool.json:4: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-bool-string.err | 1 alternate-conflict-bool-string.json: In alternate 'Alt': 2 alternate-conflict-bool-string.json:2: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-enum-int.err | 1 alternate-conflict-enum-int.json: In alternate 'Alt': 2 alternate-conflict-enum-int.json:4: branch 'two' can't be distinguished from 'one'
|
H A D | alternate-conflict-num-string.err | 1 alternate-conflict-num-string.json: In alternate 'Alt': 2 alternate-conflict-num-string.json:2: branch 'two' can't be distinguished from 'one'
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | core.c | 172 …nce (struct usb_device_instance *device, int port, int configuration, int interface, int alternate) in usbd_device_alternate_instance() argument 180 if (alternate >= interface_instance->alternates) { in usbd_device_alternate_instance() 184 return interface_instance->alternates_instance_array + alternate; in usbd_device_alternate_instance() 232 *device, int port, int configuration, int interface, int alternate) in usbd_device_interface_descriptor() argument 238 if ((alternate < 0) || (alternate >= interface_instance->alternates)) { in usbd_device_interface_descriptor() 241 return (interface_instance->alternates_instance_array[alternate].interface_descriptor); in usbd_device_interface_descriptor() 256 *device, int port, int configuration, int interface, int alternate, int index) in usbd_device_endpoint_descriptor_index() argument 260 …e_instance = usbd_device_alternate_instance (device, port, configuration, interface, alternate))) { in usbd_device_endpoint_descriptor_index() 280 … usb_device_instance *device, int port, int configuration, int interface, int alternate, int index) in usbd_device_endpoint_transfersize() argument 284 …e_instance = usbd_device_alternate_instance (device, port, configuration, interface, alternate))) { in usbd_device_endpoint_transfersize() [all …]
|
/openbmc/u-boot/board/freescale/mpc8610hpcd/ |
H A D | README | 18 The alternate image is at 0xFBF0_0000 30 To Flash U-Boot into the alternate bank 41 of using either the current or alternate flash bank as the boot 58 /* reset board but use the to alternate flash bank */ 61 /* reset board, use alternate flash bank with watchdog timer enabled*/ 64 /* reset board to alternate bank with frequency changed.
|
/openbmc/linux/drivers/media/usb/pwc/ |
H A D | pwc-ctrl.c | 80 char alternate; /* USB alternate setting */ member 177 if (pEntry->alternate == 0) in set_video_mode_Nala() 192 pdev->valternate = pEntry->alternate; in set_video_mode_Nala() 235 if (pChoose->alternate != 0) in set_video_mode_Timon() 240 if (pChoose->alternate == 0) in set_video_mode_Timon() 255 pdev->valternate = pChoose->alternate; in set_video_mode_Timon() 286 if (pChoose->alternate != 0) in set_video_mode_Kiara() 291 if (pChoose->alternate == 0) in set_video_mode_Kiara() 306 pdev->valternate = pChoose->alternate; in set_video_mode_Kiara() 353 if (Nala_table[size][i].alternate) { in pwc_get_fps_Nala() [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-pxrc.c | 17 bool alternate; member 58 if (priv->alternate) in pxrc_raw_event() 66 priv->alternate = !priv->alternate; in pxrc_raw_event()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-typec | 27 Power Delivery command. Depending on the alternate mode, the 30 With some alternate modes (SVIDs), the mode index is assigned 32 alternate mode. 34 With other alternate modes, the mode index values are not 36 the mode index is not assigned, identifying the alternate mode 44 alternate mode.
|