/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-ctrl.c | 92 char alternate; /* USB alternate setting */ member 189 if (pEntry->alternate == 0) in set_video_mode_Nala() 204 pdev->valternate = pEntry->alternate; in set_video_mode_Nala() 248 if (pChoose->alternate != 0) in set_video_mode_Timon() 252 if (pChoose == NULL || pChoose->alternate == 0) in set_video_mode_Timon() 267 pdev->valternate = pChoose->alternate; in set_video_mode_Timon() 298 if (pChoose->alternate != 0) in set_video_mode_Kiara() 302 if (pChoose == NULL || pChoose->alternate == 0) in set_video_mode_Kiara() 317 pdev->valternate = pChoose->alternate; in set_video_mode_Kiara() 364 if (Nala_table[size][i].alternate) { in pwc_get_fps_Nala() [all …]
|
D | pwc-kiara.h | 36 char alternate; /* USB alternate interface */ member
|
D | pwc-timon.h | 51 char alternate; /* USB alternate interface */ member
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 12 Unlike the GPIO alternate function settings on PXA25x and PXA27x, a new MFP 45 To better understand the change from PXA25x/PXA27x GPIO alternate function 172 Bit 15: PULL_SEL - pull state controlled by selected alternate function 175 Bit 0 - 2: AF_SEL - alternate function selection, 8 possibilities, from 0-7 248 * alternate function = 0, 253 * MFP_CFG - default MFPR value with alternate function 254 * MFP_CFG_DRV - default MFPR value with alternate function and 256 * MFP_CFG_LPM - default MFPR value with alternate function and 258 * MFP_CFG_X - default MFPR value with alternate function, 266 which reads GPIO94 can be configured as SSP3_RXD, with alternate function
|
/linux-4.4.14/drivers/usb/usbip/ |
D | stub_rx.c | 119 __u16 alternate; in tweak_set_interface_cmd() local 124 alternate = le16_to_cpu(req->wValue); in tweak_set_interface_cmd() 128 interface, alternate); in tweak_set_interface_cmd() 130 ret = usb_set_interface(urb->dev, interface, alternate); in tweak_set_interface_cmd() 134 interface, alternate, ret); in tweak_set_interface_cmd() 138 interface, alternate); in tweak_set_interface_cmd()
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 59 static int alternate = DEFAULT_ALT; variable 60 module_param(alternate, int, 0); 61 MODULE_PARM_DESC(alternate, "USB Alternate (" __stringify(USBIF_ISO_1) "-" 1038 cam->params.camera_state.stream_mode = alternate; in reset_camera_struct_v4l() 1141 cpia2_usb_alt.def = alternate; in cpia2_register_camera() 1223 if(alternate < USBIF_ISO_1 || alternate > USBIF_ISO_6) { in check_parameters() 1224 alternate = DEFAULT_ALT; in check_parameters() 1225 LOG("alternate specified is invalid, using %d\n", alternate); in check_parameters() 1235 num_buffers, buffer_size, alternate); in check_parameters()
|
D | cpia2_usb.c | 708 int cpia2_usb_stream_start(struct camera_data *cam, unsigned int alternate) in cpia2_usb_stream_start() argument 730 ret = cpia2_usb_change_streaming_alternate(cam, alternate); in cpia2_usb_stream_start() 740 alternate, ret, ret2); in cpia2_usb_stream_start()
|
D | cpia2.h | 464 int cpia2_usb_stream_start(struct camera_data *cam, unsigned int alternate);
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-logitech-lg4ff | 13 Description: Displays a set of alternate modes supported by a wheel. Each 50 alternate mode the wheel might be switched to.
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cpia2 | 59 alternate USB Alternate (2-7, default 7) 77 The maximum image size depends on the alternate you choose, and the 85 At low alternate settings, the compression engine may not be able to 89 any alternate at frame rates down to 15fps. For lower frame rates, it may
|
D | vivid.txt | 421 alternate between "Hello world!" and "Closed captions test" every second. 1121 - Fix sequence/field numbering when looping of video with alternate fields
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-vt8500.txt | 4 either a GPIO in, GPIO out or as an alternate function (I2C, SPI etc). 37 2: alternate
|
D | pinctrl-st.txt | 5 and multiple alternate functions(ALT1 - ALTx) that directly connect 116 -mux : Should be alternate function number associated this pin.
|
/linux-4.4.14/arch/mn10300/mm/ |
D | tlb-mn10300.S | 33 or EPSW_nAR,epsw # switch D0-D3 & A0-A3 to the alternate 96 or EPSW_nAR,epsw # switch D0-D3 & A0-A3 to the alternate
|
/linux-4.4.14/net/irda/irnet/ |
D | Kconfig | 10 IrNET is an alternate way to transfer TCP/IP traffic over IrDA. It
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-ad7192 | 8 alternate cycles, to eliminate DC errors.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-gta04a3.dts | 17 /* alternate accelerometer that might be installed on some GTA04A3 boards */
|
D | ste-nomadik-nhk15.dts | 107 /* Some pins in alternate functions */
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | guts.txt | 5 I/O signal configuration, alternate function selection for multiplexed
|
D | msi-pic.txt | 43 has created an alternate mapping for the MSIR block. See below for an
|
/linux-4.4.14/drivers/usb/core/ |
D | message.c | 1289 int usb_set_interface(struct usb_device *dev, int interface, int alternate) in usb_set_interface() argument 1310 alt = usb_altnum_to_altsetting(iface, alternate); in usb_set_interface() 1313 alternate); in usb_set_interface() 1336 alternate); in usb_set_interface() 1347 alternate, interface, NULL, 0, 5000); in usb_set_interface() 1355 interface, alternate); in usb_set_interface()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 273 .config = _config, .interface = iface, .alternate = altset, \ 367 unsigned alternate:3; member
|
D | pxa27x_udc.c | 323 || (ep->alternate != altsetting)) in is_match_usb_pxa() 609 | ((ep->alternate << UDCCONR_AISN_S) & UDCCONR_AISN) in pxa_ep_setup() 2265 unsigned config, interface, alternate, config_change; in irq_udc_reconfig() local 2276 alternate = (udccr & UDCCR_AAISN) >> UDCCR_AAISN_S; in irq_udc_reconfig() 2277 pxa27x_change_interface(udc, interface, alternate); in irq_udc_reconfig()
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | serial_UART | 21 > 205 char Low-density serial ports (alternate device)
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 516 8 = /dev/sequencer2 Sequencer -- alternate device 551 18 char OBSOLETE (was Chase serial card - alternate devices) 574 20 char Cyclades serial card - alternate devices 611 23 char Digiboard serial card - alternate devices 634 25 char Stallion serial card - alternate devices 796 33 char Specialix serial card - alternate devices 937 44 char isdn4linux virtual modem - alternate devices 987 47 char Comtrol Rocketport serial card - alternate devices 1016 49 char SDL RISCom serial card - alternate devices 1137 58 char Hayes ESP serial card - alternate devices [all …]
|
D | pinctrl.txt | 396 PINMUX, also known as padmux, ballmux, alternate functions or mission modes
|
D | memory-barriers.txt | 2505 memory map, particularly on those CPUs that don't support alternate I/O
|
D | kernel-parameters.txt | 1260 primary GPT is corrupted, it enables the backup/alternate
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | sbc8548-altflash.dts | 4 * Configured for booting off the alternate (64MB SODIMM) flash.
|
D | xpedite5200.dts | 412 nor-alternate@1,0 {
|
D | xpedite5200_xmon.dts | 416 nor-alternate@1,0 {
|
D | xpedite5301.dts | 108 nor-alternate@1,0 {
|
D | xpedite5370.dts | 106 nor-alternate@1,0 {
|
D | xpedite5330.dts | 144 nor-alternate@1,0 {
|
D | xcalibur1501.dts | 108 nor-alternate@1,0 {
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usbusx2yaudio.c | 715 int alternate, err; in usX2Y_format_set() local 718 alternate = 2; in usX2Y_format_set() 721 alternate = 1; in usX2Y_format_set() 728 if ((err = usb_set_interface(usX2Y->dev, 0, alternate))) { in usX2Y_format_set()
|
/linux-4.4.14/drivers/scsi/ |
D | ch.c | 503 int alternate, int clear, u_char *tag) in ch_set_voltag() argument 515 alternate ? "alternate" : "primary", in ch_set_voltag() 524 ? (alternate ? 0x0d : 0x0c) in ch_set_voltag() 525 : (alternate ? 0x0b : 0x0a); in ch_set_voltag()
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 133 lba' : alternate lba entry 134 old_map': alternate old postmap entry 135 new_map': alternate new postmap entry 136 seq' : alternate sequence number.
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.h | 470 static inline void tpg_s_field(struct tpg_data *tpg, unsigned field, bool alternate) in tpg_s_field() argument 473 tpg->field_alternate = alternate; in tpg_s_field()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-udc | 6 Indicates if an OTG A-Host supports HNP at an alternate port.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_bios.c | 336 bool alternate) in intel_bios_ssc_frequency() argument 340 return alternate ? 66667 : 48000; in intel_bios_ssc_frequency() 343 return alternate ? 100000 : 96000; in intel_bios_ssc_frequency() 345 return alternate ? 100000 : 120000; in intel_bios_ssc_frequency()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | iskeleton.S | 84 | This is an alternate exit point for the Unimplemented Integer 119 | This is an alternate exit point for the Unimplemented Integer
|
D | TEST.DOC | 166 alternate result, the test will print "failed" but this
|
/linux-4.4.14/drivers/nvdimm/ |
D | Kconfig | 66 The BTT manifests itself as an alternate personality for an
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | Kconfig | 168 # either the boards need to be altered to have channel0 to an alternate
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 650 static int set_altsetting(struct usbtest_dev *dev, int alternate) in set_altsetting() argument 655 if (alternate < 0 || alternate >= 256) in set_altsetting() 661 alternate); in set_altsetting()
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 72 alternate interfaces that complicate driver selection. By design, USB
|
D | proc_usb_info.txt | 243 A given interface may have one or more "alternate" settings. 250 have only one alternate setting per interface.
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 60 Metzler Bros. DVB development; alternate drivers and
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 61 tristate "Netfilter IPv6 packet duplication to alternate destination"
|
/linux-4.4.14/include/linux/ |
D | usb.h | 1705 extern int usb_set_interface(struct usb_device *dev, int ifnum, int alternate);
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 78 tristate "Netfilter IPv4 packet duplication to alternate destination"
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 300 Selecting this option will add support for the alternate register
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 216 a controller doesn't support alternate configurations or provide
|
/linux-4.4.14/Documentation/networking/ |
D | stmmac.txt | 78 Driver handles both normal and alternate descriptors. The latter has been only
|
D | rxrpc.txt | 220 socket. This may be overridden by supplying an alternate address to the
|
D | ip-sysctl.txt | 1794 before traffic is redirected to an alternate transport (should one
|
D | arcnet-hardware.txt | 927 Refer to the COM9026 Data Sheet for alternate configurations.
|
D | bonding.txt | 735 off-line will alternate devices be used. This is useful when
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 225 for laptop users. The alternate speakup key is the caps lock key. You 226 can press and hold the caps lock key, while pressing an alternate 238 system without this set of alternate key bindings, but these details are 242 will toggle the alternate j k l keypad on and off. 1143 A second argument may be specified to use an alternate directory to
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 724 This should only be disabled for special cases where alternate
|
/linux-4.4.14/ |
D | README | 128 Using the option "make O=output/dir" allow you to specify an alternate
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 393 an auxiliary policy must be installed to label the alternate location of the
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 480 If you install an alternate image, such as the Linux 2.6 based
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext2.txt | 48 sb=n Use alternate superblock at this location.
|
D | ext4.txt | 246 sb=n Use alternate superblock at this location.
|
D | proc.txt | 723 There is an alternate interface, smp_affinity_list which allows specifying
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 215 not possible in mount.cifs yet, it is possible to use an alternate format 220 When using the mount helper mount.cifs, passwords may be specified via alternate
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 57 * 04-09-01 01.01.07 Added alternate define for MPI_DOORBELL_ACTIVE,
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 94 11.6 Using alternate debuggers 2860 11.6. Using alternate debuggers 2870 Below is an example of using strace as an alternate debugger. 2886 An example of an alternate debugger is strace. You can strace the
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 367 The GPIO module has 128 GPIO pins with alternate functions.
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c8xx_2.txt | 531 (alternate binary form)
|
D | ncr53c8xx.txt | 811 (alternate binary form)
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 867 tristate '"TEE" - packet cloning to alternate destination'
|