| /OK3568_Linux_fs/kernel/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 …]
|
| H A D | typec.rst | 22 the roles and alternate modes of ports, partners and cable plugs when the port 49 alternate mode will be the device that supports it, so for example an alternate 52 device named "mode<index>", for example /sys/class/typec/port0/<alternate 171 So ports, partners and cable plugs will register the alternate modes with their 200 alternate mode drivers for the mode, the two are always separated into their 214 Illustration of the muxes behind a connector that supports an alternate mode::
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | core.c | 173 …nce (struct usb_device_instance *device, int port, int configuration, int interface, int alternate) in usbd_device_alternate_instance() argument 181 if (alternate >= interface_instance->alternates) { in usbd_device_alternate_instance() 185 return interface_instance->alternates_instance_array + alternate; in usbd_device_alternate_instance() 233 *device, int port, int configuration, int interface, int alternate) in usbd_device_interface_descriptor() argument 239 if ((alternate < 0) || (alternate >= interface_instance->alternates)) { in usbd_device_interface_descriptor() 242 return (interface_instance->alternates_instance_array[alternate].interface_descriptor); in usbd_device_interface_descriptor() 257 *device, int port, int configuration, int interface, int alternate, int index) in usbd_device_endpoint_descriptor_index() argument 261 …e_instance = usbd_device_alternate_instance (device, port, configuration, interface, alternate))) { in usbd_device_endpoint_descriptor_index() 281 … usb_device_instance *device, int port, int configuration, int interface, int alternate, int index) in usbd_device_endpoint_transfersize() argument 285 …e_instance = usbd_device_alternate_instance (device, port, configuration, interface, alternate))) { in usbd_device_endpoint_transfersize() [all …]
|
| H A D | ep0.c | 493 return ep0_get_one (device, urb, device->alternate); in ep0_recv_setup() 575 device->interface = device->alternate = 0; in ep0_recv_setup() 583 device->alternate = le16_to_cpu (request->wValue); in ep0_recv_setup()
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/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.
|
| /OK3568_Linux_fs/kernel/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.
|
| H A D | sysfs-class-watchdog | 87 system has booted from the alternate flash chip due to 89 alternate boot function was enabled with 'aspeed,alt-boot' 93 At alternate flash the 'access_cs0' sysfs node provides: 97 chip at CS0 after booting from the alternate 108 For alternate boot mode (booted from CS1 due to wdt2
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/ |
| H A D | makefile-docdir-fix.patch | 2 …g `make install DESTDIR=/alternate/directory' specified in the file INSTALL, the doc will go into …
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8544ds/ |
| H A D | README | 35 For example, to place a new image in the alternate flash bank 59 of using either the current or alternate flash bank as the boot 76 /* reset board but use the to alternate flash bank */ 79 /* reset board, use alternate flash bank with watchdog timer enabled*/ 82 /* reset board to alternate bank with frequency changed.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/emacs/files/ |
| H A D | emacs-glibc-2.34.patch | 4 Subject: [PATCH] Port alternate signal stack to upcoming glibc 2.34 26 +/* Storage for the alternate signal stack. 30 + architectures use more than the Linux default of an 8 KiB alternate
|
| /OK3568_Linux_fs/kernel/Documentation/arm/pxa/ |
| H A D | mfp.rst | 14 Unlike the GPIO alternate function settings on PXA25x and PXA27x, a new MFP 47 To better understand the change from PXA25x/PXA27x GPIO alternate function 174 Bit 15: PULL_SEL - pull state controlled by selected alternate function 177 Bit 0 - 2: AF_SEL - alternate function selection, 8 possibilities, from 0-7 250 * alternate function = 0, 255 * MFP_CFG - default MFPR value with alternate function 256 * MFP_CFG_DRV - default MFPR value with alternate function and 258 * MFP_CFG_LPM - default MFPR value with alternate function and 260 * MFP_CFG_X - default MFPR value with alternate function, 268 which reads GPIO94 can be configured as SSP3_RXD, with alternate function
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8641hpcn/ |
| H A D | README | 92 use switch 5, bit 2 to alternate between the halves. Note: The booting 158 of using either the current or alternate flash bank as the boot 175 /* reset board but use the to alternate flash bank */ 178 /* reset board, use alternate flash bank with watchdog timer enabled*/ 181 /* reset board to alternate bank with frequency changed.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-class-typec | 9 alternate mode. 40 with the port alternate modes it can be used for disabling 41 support for specific alternate modes. Entering/exiting modes is
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | stub_rx.c | 106 __u16 alternate; in tweak_set_interface_cmd() local 111 alternate = le16_to_cpu(req->wValue); in tweak_set_interface_cmd() 115 interface, alternate); in tweak_set_interface_cmd() 117 ret = usb_set_interface(urb->dev, interface, alternate); in tweak_set_interface_cmd() 121 interface, alternate, ret); in tweak_set_interface_cmd() 125 interface, alternate); in tweak_set_interface_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A D | cpia2_v4l.c | 46 static int alternate = DEFAULT_ALT; variable 47 module_param(alternate, int, 0); 48 MODULE_PARM_DESC(alternate, "USB Alternate (" __stringify(USBIF_ISO_1) "-" 997 cam->params.camera_state.stream_mode = alternate; in reset_camera_struct_v4l() 1100 cpia2_usb_alt.def = alternate; in cpia2_register_camera() 1184 if(alternate < USBIF_ISO_1 || alternate > USBIF_ISO_6) { in check_parameters() 1185 alternate = DEFAULT_ALT; in check_parameters() 1186 LOG("alternate specified is invalid, using %d\n", alternate); in check_parameters() 1196 num_buffers, buffer_size, alternate); in check_parameters()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-cpcap-usb.txt | 14 pinctrl: Optional alternate pin modes for the PHY 16 mode-gpios: Optional GPIOs for configuring alternate modes
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | daemon.conf | 83 ; alternate-sample-rate = 48000 84 alternate-sample-rate = 44100
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.b4860qds | 233 0xEF300000 0xEFEFFFFF rootfs (alternate bank) 12MB 234 0xEE800000 0xEE8FFFFF device tree (alternate bank) 1MB 235 0xEE020000 0xEE6FFFFF Linux.uImage (alternate bank) 6MB+896KB 236 0xEE000000 0xEE01FFFF RCW (alternate bank) 128KB 237 0xEDF40000 0xEDFFFFFF U-Boot (alternate bank) 768KB 238 0xEDF20000 0xEDF3FFFF U-Boot env (alternate bank) 128KB 239 0xEDF00000 0xEDF1FFFF FMAN ucode (alternate bank) 128KB 258 3. Switching to alternate bank 259 Commands for switching to alternate bank.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | cpia2.rst | 71 alternate USB Alternate (2-7, default 7) 94 The maximum image size depends on the alternate you choose, and the 104 At low alternate settings, the compression engine may not be able to 109 any alternate at frame rates down to 15fps. For lower frame rates, it may
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/ |
| H A D | stream.rst | 355 alternate bank (bank currently unused). Port(s) are enabled for the 356 already active stream(s) on the alternate bank (bank currently unused). 359 (4) Once all the values are programmed, Bus initiates switch to alternate 386 in alternate bank (bank currently unused). It includes programming of 390 enabled on alternate bank (bank currently unused) by programming 393 (3) Once all the values are programmed, Bus initiates switch to alternate 415 disabled on alternate bank (bank currently unused) by programming 419 into alternate bank (bank currently unused). 421 (3) Once all the values are programmed, Bus initiates switch to alternate
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | alternate_rpc_ports.patch | 4 be able to specify alternate rpc port numbers. 39 + printf("\t-x <port> alternate NFS RPC port\n"); 40 + printf("\t-y <port> alternate MOUNTD RPC port\n");
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8572ds/ |
| H A D | README | 32 To place a new U-Boot image in the alternate flash bank and then reset with that 53 of using either the current or alternate flash bank as the boot 70 /* reset board but use the to alternate flash bank */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | devices.rst | 126 (the use of the alternate callout devices is deprecated). 205 names, the primary or callin device and the alternate or callout one. 216 The alternate devices provide for kernel-based exclusion and somewhat 230 that a lock file be installed with the corresponding alternate 236 3. The alternate device name (``/var/lock/LCK..cua2``) 243 to create lock files for the corresponding alternate device names 245 port TTY, for which no alternate device would exist.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_placesearchmodel.qml | 136 alternate: true, 205 // Test for alternate implementation 206 if (data.alternate !== undefined && data.alternate === true) {
|