Searched refs:alternate (Results 1 - 200 of 387) sorted by relevance

12

/linux-4.4.14/drivers/media/usb/pwc/
H A Dpwc-timon.h29 It lists the bandwidth requirements for said mode by its alternate interface
30 number. An alternate of 0 means that the mode is unavailable.
51 char alternate; /* USB alternate interface */ member in struct:Timon_table_entry
H A Dpwc-kiara.h36 char alternate; /* USB alternate interface */ member in struct:Kiara_table_entry
H A Dpwc-ctrl.c86 An alternate value of 0 means this mode is not available at all.
92 char alternate; /* USB alternate setting */ member in struct:Nala_table_entry
189 if (pEntry->alternate == 0) set_video_mode_Nala()
204 pdev->valternate = pEntry->alternate; set_video_mode_Nala()
248 if (pChoose->alternate != 0) set_video_mode_Timon()
252 if (pChoose == NULL || pChoose->alternate == 0) set_video_mode_Timon()
267 pdev->valternate = pChoose->alternate; set_video_mode_Timon()
298 if (pChoose->alternate != 0) set_video_mode_Kiara()
302 if (pChoose == NULL || pChoose->alternate == 0) set_video_mode_Kiara()
317 pdev->valternate = pChoose->alternate; set_video_mode_Kiara()
364 if (Nala_table[size][i].alternate) { pwc_get_fps_Nala()
376 if (Kiara_table[size][i][3].alternate) { pwc_get_fps_Kiara()
388 if (Timon_table[size][i][3].alternate) { pwc_get_fps_Timon()
H A Dpwc-if.c379 /* Get the current alternate interface, adjust packet size */ pwc_isoc_init()
396 PWC_ERROR("Failed to find packet size for video endpoint in current alternate setting.\n"); pwc_isoc_init()
400 /* Set alternate interface */ pwc_isoc_init()
401 PWC_DEBUG_OPEN("Setting alternate interface %d\n", pdev->valternate); pwc_isoc_init()
H A Dpwc.h246 int valternate; /* alternate interface needed */
/linux-4.4.14/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.h61 * Used to reference an Other alternate-C function.
72 * struct prcm_gpio_altcx - Other alternate-C function
73 * @used: other alternate-C function availability
84 * struct prcm_gpio_altcx_pin_desc - Other alternate-C pin
86 * @altcx: array of other alternate-C[1-4] functions
133 * @altcx_pins: The pins that support Other alternate-C function on this SoC
134 * @npins_altcx: The number of Other alternate-C pins
H A Dpinctrl-abx500.h10 /* pins alternate function */
76 * alternate function
78 * alternate function
162 * @alternate_functions: array describing pins which supports alternate and
H A Dpinctrl-ab8500.c359 * balls alternate functions (as for DB, default, ALT_A, ALT_B and ALT_C).
415 * alternate function for these 4 pins.
428 /* pin 26 special case, no alternate function, bit 1 reserved */
439 /* pin 35 special case, no alternate function, bit 2 reserved */
H A Dpinctrl-ab8505.c241 * balls alternate functions (as for DB, default, ALT_A, ALT_B and ALT_C).
296 * alternate function for these 4 pins.
H A Dpinctrl-nomadik.c39 * AMBA device, managing 32 pins and alternate functions. The logic block
72 * PIN_CFG - default config with alternate function
467 dev_err(npct->dev, "PRCM GPIOCR: alternate-C%i is invalid\n", nmk_prcm_altcx_set_mode()
497 "PRCM GPIOCR: pin %i: alternate-C%i has been disabled\n", nmk_prcm_altcx_set_mode()
508 "PRCM GPIOCR: pin %i: alternate-C%i does not exist\n", nmk_prcm_altcx_set_mode()
526 "PRCM GPIOCR: pin %i: alternate-C%i has been disabled\n", nmk_prcm_altcx_set_mode()
534 dev_dbg(npct->dev, "PRCM GPIOCR: pin %i: alternate-C%i has been selected\n", nmk_prcm_altcx_set_mode()
H A Dpinctrl-ab9540.c349 * balls alternate functions (as for DB, default, ALT_A, ALT_B and ALT_C).
405 * alternate function for these 4 pins.
H A Dpinctrl-ab8540.c294 * balls alternate functions (as for DB, default, ALT_A, ALT_B and ALT_C).
/linux-4.4.14/drivers/input/misc/
H A Drb532_button.c21 * pin is also used for uart input as alternate function, the
24 * 2) turn off alternate function implicitly through
27 * 4) undo step 2 by enabling alternate function (in this
/linux-4.4.14/include/sound/
H A Dminors.h93 #define SNDRV_MINOR_OSS_MIXER1 11 /* alternate mixer */
94 #define SNDRV_MINOR_OSS_PCM1 12 /* alternate PCM (GF-A-1) */
95 #define SNDRV_MINOR_OSS_MIDI1 13 /* alternate midi - SYNTH */
96 #define SNDRV_MINOR_OSS_DMMIDI1 14 /* alternate dmmidi - SYNTH */
H A Dcs4231-regs.h52 #define CS4231_ALT_FEATURE_1 0x10 /* alternate #1 feature enable */
53 #define AD1845_AF1_MIC_LEFT 0x10 /* alternate #1 feature + MIC left */
54 #define CS4231_ALT_FEATURE_2 0x11 /* alternate #2 feature enable */
55 #define AD1845_AF2_MIC_RIGHT 0x11 /* alternate #2 feature + MIC right */
148 /* definitions for alternate feature 1 register - CS4231_ALT_FEATURE_1 */
159 #define CS4236_LEFT_LINE 0x08 /* left LINE alternate volume */
160 #define CS4236_RIGHT_LINE 0x18 /* right LINE alternate volume */
H A Dsb.h75 unsigned long alt_port; /* alternate port (ALS4000) */
/linux-4.4.14/drivers/clk/rockchip/
H A Dclk-cpu.c31 * alternate clock source. If required, the alternate clock source is divided
45 * @alt_parent: alternate parent clock to use when switching the speed
110 /* alternate parent is active now. set the dividers */ rockchip_cpuclk_set_dividers()
136 * of the alternate parent, then it should be ensured that at no point rockchip_cpuclk_pre_rate_change()
164 /* select alternate parent */ rockchip_cpuclk_pre_rate_change()
275 pr_err("%s: could not lookup alternate parent\n", rockchip_clk_register_cpuclk()
283 pr_err("%s: could not enable alternate parent\n", rockchip_clk_register_cpuclk()
/linux-4.4.14/include/linux/spi/
H A Dspi_gpio.h52 * of some alternate function.
54 * It can be convenient to use this driver with pins that have alternate
/linux-4.4.14/drivers/clk/samsung/
H A Dclk-cpu.c31 * alternate clock source. If required, the alternate clock source is divided
177 * the alternate parent, then it should be ensured that at no point exynos_cpuclk_pre_rate_change()
201 /* select sclk_mpll as the alternate parent */ exynos_cpuclk_pre_rate_change()
206 /* alternate parent is active now. set the dividers */ exynos_cpuclk_pre_rate_change()
240 /* select mout_apll as the alternate parent */ exynos_cpuclk_post_rate_change()
308 pr_err("%s: could not lookup alternate parent %s\n", exynos_register_cpu_clock()
H A Dclk-cpu.h37 * @alt_parent: alternate parent clock to use when switching the speed
/linux-4.4.14/arch/arm/plat-pxa/include/plat/
H A Dmfp.h342 * alternate function = 0,
347 * MFP_CFG - default MFPR value with alternate function
348 * MFP_CFG_DRV - default MFPR value with alternate function and
350 * MFP_CFG_LPM - default MFPR value with alternate function and
352 * MFP_CFG_X - default MFPR value with alternate function,
/linux-4.4.14/include/uapi/linux/
H A Dchio.h123 char cge_avoltag[36]; /* alternate volume tag */
132 #define CGE_AVOLTAG 0x20 /* alternate volume tag available */
146 #define CSV_AVOLTAG 0x02 /* alternate volume tag */
H A Ddlmconstants.h122 * in PR mode instead. If this alternate mode is granted instead of the
127 * The same as ALTPR, but the alternate mode is CW.
/linux-4.4.14/arch/mips/rb532/
H A Dgpio.c116 /* disable alternate function in case it's set */ rb532_gpio_direction_input()
133 /* disable alternate function in case it's set */ rb532_gpio_direction_output()
182 * Configure GPIO alternate function
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Dgl861.c125 * for HID remote controller. Interface 0 has 2 alternate settings. gl861_init()
127 * as alternate setting 1? gl861_init()
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dsigcontext.h24 * signal was raised. If signal delivery required switching to an alternate signal stack
26 * imaginary "cover" instruction) is backed by the *alternate* signal stack, not the
/linux-4.4.14/arch/arm64/kernel/
H A Dalternative.c56 * Branching into *another* alternate sequence is doomed, and branch_insn_requires_update()
75 * If we're branching inside the alternate sequence, get_alt_insn()
/linux-4.4.14/include/rdma/
H A Dib_cm.h472 * to the alternate path.
514 * ib_send_cm_lap - Sends a load alternate path request.
515 * @cm_id: Connection identifier associated with the load alternate path
517 * @alternate_path: A path record that identifies the alternate path to
520 * load alternate path message.
549 * ib_send_cm_apr - Sends an alternate path response message in response to
550 * a load alternate path request.
551 * @cm_id: Connection identifier associated with the alternate path response.
552 * @status: Reply status sent with the alternate path response.
553 * @info: Optional additional information sent with the alternate path
557 * alternate path response message.
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_fsl.c13 * This isn't a full driver; it just provides an alternate IRQ
/linux-4.4.14/drivers/media/rc/keymaps/
H A Drc-genius-tvgo-a11mce.c50 an alternate name written */
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dnv46.c29 * so we access it via alternate PCI config space mechanisms.
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dlgdt330x.h50 /* Flip the polarity of the mpeg data transfer clock using alternate init data
H A Dlgs8gl5.c130 /* Writes into alternate device's register */
/linux-4.4.14/arch/arc/kernel/
H A Dfpu.c16 * However since SR serializes the pipeline, an alternate "hack" can be used
/linux-4.4.14/arch/sparc/include/asm/
H A Dcontregs.h4 /* contregs.h: Addresses of registers in the ASI_CONTROL alternate address
H A Dmbus.h43 * the mmu control register from ASI_M_MMUREG alternate address space and
H A Dviking.h95 #define VIKING_ACENABLE 0x00008000 /* Enable alternate caching */
H A Dvio.h185 u16 alt_cyl; /* Num alternate cylinders */
/linux-4.4.14/fs/hfs/
H A Dmdb.c153 /* TRY to get the alternate (backup) MDB. */ hfs_mdb_get()
165 pr_warn("unable to locate alternate MDB\n"); hfs_mdb_get()
166 pr_warn("continuing without an alternate MDB\n"); hfs_mdb_get()
255 * If 'backup' is non-zero then the alternate MDB is also written
356 /* free the buffers holding the primary and alternate MDBs */ hfs_mdb_put()
H A Dhfs_fs.h106 the alternate superblock */
/linux-4.4.14/drivers/usb/usbip/
H A Dstub_rx.c119 __u16 alternate; tweak_set_interface_cmd() local
124 alternate = le16_to_cpu(req->wValue); tweak_set_interface_cmd()
128 interface, alternate); tweak_set_interface_cmd()
130 ret = usb_set_interface(urb->dev, interface, alternate); tweak_set_interface_cmd()
134 interface, alternate, ret); tweak_set_interface_cmd()
138 interface, alternate); tweak_set_interface_cmd()
/linux-4.4.14/arch/mn10300/mm/
H A Dtlb-mn10300.S33 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/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv46.c33 /* for performance, select alternate bank offset for zeta */ nv46_fb_tile_init()
H A Dnv30.c33 /* for performance, select alternate bank offset for zeta */ nv30_fb_tile_init()
H A Dgddr5.c86 /* this seems wrong, alternate field used for the broadcast nvkm_gddr5_calc()
/linux-4.4.14/include/media/
H A Dsmiapp.h63 * Both default and alternate cci addr need to be present
/linux-4.4.14/arch/m68k/include/asm/
H A Dcontregs.h4 /* contregs.h: Addresses of registers in the ASI_CONTROL alternate address
H A Dsun3mmu.h152 /* set alternate context */ sun3_put_context()
H A Dmac_via.h51 * 0=alternate, 1=main.
182 * of the alternate video page for page-flipping animation. Since there
H A Dmcfgpio.h30 /* our alternate 'gpiolib' functions */ __gpio_get_value()
H A Dm68360_regs.h258 * Note that most of these pins have alternate functions
/linux-4.4.14/arch/arm/mach-sa1100/
H A Dh3100.c84 /* Older bootldrs put GPIO2-9 in alternate mode on the h3100_map_io()
H A Dpci-nanoengine.c179 /* Enable alternate memory bus master mode, see pci_nanoengine_setup()
/linux-4.4.14/arch/arm/include/uapi/asm/
H A Dsignal.h69 * SA_ONSTACK allows alternate signal stacks (see sigaltstack(2)).
/linux-4.4.14/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c59 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; reset_camera_struct_v4l()
1141 cpia2_usb_alt.def = alternate; cpia2_register_camera()
1223 if(alternate < USBIF_ISO_1 || alternate > USBIF_ISO_6) { check_parameters()
1224 alternate = DEFAULT_ALT; check_parameters()
1225 LOG("alternate specified is invalid, using %d\n", alternate); check_parameters()
1234 DBG("Using %d buffers, each %d bytes, alternate=%d\n", check_parameters()
1235 num_buffers, buffer_size, alternate); check_parameters()
H A Dcpia2_usb.c403 * Write the isoc registers according to the alternate selected configure_transfer_mode()
708 int cpia2_usb_stream_start(struct camera_data *cam, unsigned int alternate) cpia2_usb_stream_start() argument
730 ret = cpia2_usb_change_streaming_alternate(cam, alternate); cpia2_usb_stream_start()
740 alternate, ret, ret2); cpia2_usb_stream_start()
H A Dcpia2.h344 u8 stream_mode; /* This is the current alternate for usb drivers */
464 int cpia2_usb_stream_start(struct camera_data *cam, unsigned int alternate);
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dvtoc.h129 struct vtoc_cchh DS4HCCHH; /* CCHH of next available alternate track */
130 __u16 DS4NOATK; /* number of remaining alternate tracks */
134 __u8 DS4DEVAC; /* number of alternate cylinders.
/linux-4.4.14/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c6 * The GPIOs on PXA2xx can be configured as one of many alternate
67 /* alternate function and direction at run-time */ __mfp_config_gpio()
81 /* alternate function and direction at low power mode */ __mfp_config_gpio()
H A Dzylonite_pxa320.c147 * set the MFP_PIN_GPIO 14/15/17 to alternate function other than
/linux-4.4.14/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c448 /* set alternate setting for audio interface */ snd_cx231xx_capture_open()
458 "failed to set alternate setting !\n"); snd_cx231xx_capture_open()
490 /* set alternate setting for audio interface */ snd_cx231xx_pcm_close()
495 "failed to set alternate setting !\n"); snd_cx231xx_pcm_close()
698 /* compute alternate max packet sizes for Audio */ cx231xx_audio_init()
724 "audio alternate setting %i, max size= %i\n", i, cx231xx_audio_init()
H A Dcx231xx-cards.c1440 /* compute alternate max packet sizes for video */ cx231xx_init_v4l2()
1490 /* compute alternate max packet sizes for vbi */ cx231xx_init_v4l2()
1508 /* compute alternate max packet sizes for sliced CC */ cx231xx_init_v4l2()
1686 /* compute alternate max packet sizes for TS1 */ cx231xx_usb_probe()
H A Dcx231xx.h108 this is what I found out for all alternate numbers there!
112 /* default alternate; 0 means choose the best */
430 int alt; /* alternate */
531 int alt; /* alternate */
H A Dcx231xx-video.c1754 /* set video alternate setting */ cx231xx_v4l2_open()
1782 /* Set the required alternate setting VBI interface works in cx231xx_v4l2_open()
1848 * now avoiding the alternate setting for INDEX_VANC cx231xx_close()
1866 /* do this before setting alternate! */ cx231xx_close()
1869 /* set alternate 0 */ cx231xx_close()
1900 /* do this before setting alternate! */ cx231xx_close()
1907 /* set alternate 0 */ cx231xx_close()
H A Dcx231xx-core.c51 MODULE_PARM_DESC(alt, "alternate setting to use for video endpoint");
511 cx231xx_coredbg("setting alternate %d with wMaxPacketSize=%u\n", cx231xx_set_video_alternate()
603 cx231xx_coredbg("setting alternate %d with wMaxPacketSize=%u," cx231xx_set_alt_setting()
1401 /* set all alternate settings to zero initially */ cx231xx_dev_init()
/linux-4.4.14/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c169 * Set a new alternate setting.
179 * If we don't set right alternate, stk1160_set_alternate()
198 stk1160_dbg("setting alternate %d\n", dev->alt); stk1160_set_alternate()
227 * For some reason it is mandatory to set alternate *first* stk1160_start_streaming()
286 /* set alternate 0 */ stk1160_stop_hw()
288 stk1160_dbg("setting alternate %d\n", dev->alt); stk1160_stop_hw()
H A Dstk1160.h139 /* alternate */
H A Dstk1160-core.c180 * with information on each alternate setting.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowramin.c91 /* some alternate method inherited from xf86-video-nv... */ pramin_init()
/linux-4.4.14/arch/mips/fw/arc/
H A Dmemory.c12 * completly bogus and alternate easier to use mechanisms are available.
/linux-4.4.14/arch/mn10300/include/asm/
H A Dsmp.h63 * An alternate way of dealing with this could be to use the EPSW.S bits to
/linux-4.4.14/arch/frv/include/asm/
H A Ddma.h114 #define DMAC_APRx 0x40 /* alternate pointer reg */
/linux-4.4.14/sound/pci/asihpi/
H A Dhpimsginit.c31 /* Flag to enable alternate message type for SSX2 bypass. */
/linux-4.4.14/drivers/mfd/
H A Dstmpe.h52 * @af_bits: number of bits used to specify the alternate function
59 * @get_altfunc: callback to get the alternate function number for the
H A Dstmpe.c234 * stmpe_set_altfunc()- set the alternate function for STMPE pins
237 * @block: block to enable alternate functions for
239 * @pins is assumed to have a bit set for each of the bits whose alternate
736 /* stmpe1801 do not have any gpio alternate function */
1221 /* use alternate variant info for no-irq mode, if supported */ stmpe_probe()
/linux-4.4.14/include/linux/clk/
H A Dat91_pmc.h104 #define AT91_PMC_ALT_PRES (7 << PMC_ALT_PRES_OFFSET) /* Master Clock Prescaler [alternate location] */
145 #define AT91_PMC_ALT_PCKR_CSS (0x7 << 0) /* Programmable Clock Source Selection [alternate length] */
/linux-4.4.14/arch/arm/mach-imx/
H A Diomux-mx3.h29 #define IOMUX_OCONFIG_ALT1 (2 << 4) /* used as alternate function 1 */
30 #define IOMUX_OCONFIG_ALT2 (3 << 4) /* used as alternate function 2 */
31 #define IOMUX_OCONFIG_ALT3 (4 << 4) /* used as alternate function 3 */
32 #define IOMUX_OCONFIG_ALT4 (5 << 4) /* used as alternate function 4 */
33 #define IOMUX_OCONFIG_ALT5 (6 << 4) /* used as alternate function 5 */
34 #define IOMUX_OCONFIG_ALT6 (7 << 4) /* used as alternate function 6 */
38 #define IOMUX_ICONFIG_ALT1 4 /* used as alternate function 1 */
39 #define IOMUX_ICONFIG_ALT2 8 /* used as alternate function 2 */
H A Diomux-v1.c142 /* Primary / alternate function */ mxc_gpio_mode()
/linux-4.4.14/sound/usb/
H A Dcard.h18 unsigned char altsetting; /* corresponding alternate setting */
123 unsigned int altset_idx; /* USB data format: index of alternate setting */
/linux-4.4.14/drivers/scsi/
H A Dch.c503 int alternate, int clear, u_char *tag) ch_set_voltag()
515 alternate ? "alternate" : "primary", ch_set_voltag()
524 ? (alternate ? 0x0d : 0x0c) ch_set_voltag()
525 : (alternate ? 0x0b : 0x0a); ch_set_voltag()
502 ch_set_voltag(scsi_changer *ch, u_int elem, int alternate, int clear, u_char *tag) ch_set_voltag() argument
H A Ddc395x.h343 #define ALT_SYNC 0x08 /* Enable Fast-20 alternate synchronous */
508 #define TCR0_ENABLE_ALT 0x0800 /* Enable alternate synchronous */
/linux-4.4.14/drivers/usb/core/
H A Dusb.c80 * usb_find_alt_setting() - Given a configuration, find the alternate setting
84 * @alt_num: alternate interface setting number to search for.
88 * Return: The alternate setting, if found. %NULL otherwise.
131 * alternate settings available for this interfaces.
157 * usb_altnum_to_altsetting - get the altsetting structure with a given alternate setting number.
159 * @altnum: the desired alternate setting number
173 * has @altnum as the alternate setting number. %NULL if not found.
H A Dmessage.c1257 * usb_set_interface - Makes a particular alternate setting be current
1260 * @alternate: the setting being chosen.
1273 * interface's default setting. To access such bandwidth, alternate
1277 * an endpoint in a given alternate setting is not reserved until an URB
1289 int usb_set_interface(struct usb_device *dev, int interface, int alternate) usb_set_interface() argument
1310 alt = usb_altnum_to_altsetting(iface, alternate); usb_set_interface()
1313 alternate); usb_set_interface()
1317 /* Make sure we have enough bandwidth for this alternate interface. usb_set_interface()
1336 alternate); usb_set_interface()
1347 alternate, interface, NULL, 0, 5000); usb_set_interface()
1350 * request if the interface only has one alternate setting. usb_set_interface()
1355 interface, alternate); usb_set_interface()
1473 /* Make sure we have enough bandwidth for each alternate setting 0 */ usb_reset_configuration()
1487 /* If not, reinstate the old alternate settings */ usb_reset_configuration()
H A Dhcd.c1913 * @cur_alt: the current alternate interface setting
1914 * @new_alt: alternate interface setting that is being installed
1922 * To change alternate interface settings, pass in NULL for new_config,
1923 * pass in the current alternate interface setting in cur_alt,
1924 * and pass in the new alternate interface setting in new_alt.
1987 /* Set up endpoints for alternate interface setting 0 */ usb_hcd_alloc_bandwidth()
2010 * However, the USB core will pass in the alternate usb_hcd_alloc_bandwidth()
2012 * out the alternate setting 0 structure, or the first usb_hcd_alloc_bandwidth()
2013 * alternate setting if a broken device doesn't have alt usb_hcd_alloc_bandwidth()
2090 * @interface: alternate setting that includes all endpoints.
2143 * @interface: alternate setting that includes all endpoints.
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_mid.c686 /* Use alternate PCI bus number */ qla25xx_create_req_que()
689 /* Use alternate PCI devfn */ qla25xx_create_req_que()
805 /* Use alternate PCI bus number */ qla25xx_create_rsp_que()
808 /* Use alternate PCI devfn */ qla25xx_create_rsp_que()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Ddescs.h27 /* Basic descriptor structure for normal and alternate descriptors */
/linux-4.4.14/arch/um/drivers/
H A Dxterm.c73 " Specifies an alternate terminal emulator to use for the debugger,\n"
/linux-4.4.14/arch/x86/boot/
H A Dvideo-vga.c75 /* Use alternate print screen */ vga_set_8font()
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_bt.c48 * bt [<address-expression>] (addr-exp is for alternate stacks)
/linux-4.4.14/kernel/
H A Dkcmp.c30 * it can be changed to an alternate scheme.
/linux-4.4.14/include/uapi/linux/raid/
H A Dmd_u.h67 /* 63 partitions with the alternate major number (mdp) */
/linux-4.4.14/arch/mips/include/asm/mach-pnx833x/
H A Dgpio.h71 /* Select GPIO or alternate function for a pin */ pnx833x_gpio_select_function_io()
/linux-4.4.14/arch/powerpc/xmon/
H A Dspu-dis.c42 * one. In most cases it is just an alternate mnemonic. */ init_spu_disassemble()
/linux-4.4.14/arch/m68k/mac/
H A Doss.c134 * the levels match as closely as possible the alternate IRQ mapping mode (aka
H A Dmacints.c42 * an alternate interrupt mapping, as used by A/UX. It spreads ethernet and
/linux-4.4.14/arch/mips/bmips/
H A Dsetup.c56 * CONFIG_PHYSICAL_START) and supplying an alternate DTB. bcm3384_viper_quirks()
/linux-4.4.14/arch/powerpc/mm/
H A Dicswx.c166 /* There is no alternate policy, yet */ acop_use_cop()
248 /* check for alternate policy */ acop_handle_fault()
H A Dtlb_nohash_low.S429 * Load multiple TLB entries at once, using an alternate-space
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Docteon-model.h281 * <4>: alternate package
288 * <6>: alternate package
/linux-4.4.14/arch/s390/kernel/
H A Dsysinfo.c149 * Sigh 2. According to the specification the alternate stsi_1_2_2()
155 * encoding of the alternate cpu capability. stsi_1_2_2()
H A Dsignal.c272 /* Overflow on alternate signal stack gives SIGSEGV. */ get_sigframe()
/linux-4.4.14/arch/m68k/ifpsp060/
H A Diskeleton.S84 | This is an alternate exit point for the Unimplemented Integer
119 | This is an alternate exit point for the Unimplemented Integer
/linux-4.4.14/drivers/gpio/
H A Dgpio-sta2x11.c161 * Special method: alternate functions and pullup/pulldown. This is only
192 /* not alternate function: set details */ gsta_set_config()
H A Dgpio-pxa.c185 * On PXA25x and PXA27x, GAFRx and GPDRx together decide the alternate
368 * GPIOs set to alternate function or to output during probe pxa_gpio_irq_type()
H A Dgpio-wm831x.c153 * we're also reporting things like alternate wm831x_gpio_dbg_show()
H A Dgpio-wm8994.c187 * we're also reporting things like alternate wm8994_gpio_dbg_show()
H A Dgpio-lynxpoint.c127 /* Fail if pin is in alternate function mode (not GPIO mode) */ lp_gpio_request()
/linux-4.4.14/scripts/kconfig/
H A Dmconf.c116 "Menuconfig supports the use of alternate configuration files for\n"
122 "saved alternate configuration.\n"
124 "Even if you don't use alternate configuration files, but you find\n"
213 "If you are uncertain, then you have probably never used alternate\n"
217 "as an alternate. Leave blank to abort."),
224 "and use the current configuration as an alternate to whatever\n"
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-video.c64 MODULE_PARM_DESC(alt, "alternate setting to use for video endpoint");
360 /* Set USB alternate setting for analog video */ em28xx_set_alternate()
372 em28xx_videodbg("alternate forced to %d\n", dev->alt); em28xx_set_alternate()
413 em28xx_videodbg("setting alternate %d with wMaxPacketSize=%u\n", em28xx_set_alternate()
417 em28xx_errdev("cannot change alternate number to %d (error=%i)\n", em28xx_set_alternate()
2058 /* do this before setting alternate! */ em28xx_v4l2_close()
2061 /* set alternate 0 */ em28xx_v4l2_close()
2063 em28xx_videodbg("setting alternate 0\n"); em28xx_v4l2_close()
2066 em28xx_errdev("cannot change alternate number to " em28xx_v4l2_close()
H A Dem28xx.h181 this is what I found out for all alternate numbers there!
685 int alt; /* alternate setting */
693 int dvb_alt_isoc; /* alternate setting for DVB isoc transfers */
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h273 .config = _config, .interface = iface, .alternate = altset, \
333 * @alternate: altsetting in which this endpoitn is active
367 unsigned alternate:3; member in struct:pxa_ep
H A Dpxa27x_udc.c323 || (ep->alternate != altsetting)) is_match_usb_pxa()
609 | ((ep->alternate << UDCCONR_AISN_S) & UDCCONR_AISN) pxa_ep_setup()
2154 * @alt: alternate setting number
2163 dev_dbg(udc->dev, "interface=%d, alternate setting=%d\n", iface, alt); pxa27x_change_interface()
2265 unsigned config, interface, alternate, config_change; irq_udc_reconfig() local
2276 alternate = (udccr & UDCCR_AAISN) >> UDCCR_AAISN_S; irq_udc_reconfig()
2277 pxa27x_change_interface(udc, interface, alternate); irq_udc_reconfig()
/linux-4.4.14/include/linux/
H A Dusb.h102 * @altsetting: array of interface structures, one for each alternate
146 * Each interface may have alternate settings. The initial configuration
154 * The USB specification says that alternate setting numbers must run from
155 * 0 to one less than the total number of alternate settings. But some
158 * look up an alternate setting in the altsetting array based on its number.
161 /* array of alternate settings for this interface,
166 * active alternate setting */
167 unsigned num_altsetting; /* number of alternate settings */
242 * each alternate setting that may be selected. Each one includes a
252 unsigned num_altsetting; /* number of alternate settings */
255 /* variable-length array of alternate settings for this interface,
1705 extern int usb_set_interface(struct usb_device *dev, int ifnum, int alternate);
H A Dgenhd.h581 __le32 d_alt_tbl; /* byte offset of alternate table */
582 __le32 d_alt_len; /* byte length of alternate table */
/linux-4.4.14/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_init.h43 * 02-06-12 02.00.13 Added alternate defines for Task Priority / Command
208 /*alternate name for the previous field; called Command Priority in SAM-4 */
/linux-4.4.14/drivers/input/mouse/
H A Dsynaptics_usb.c33 * Up to three alternate settings are possible:
299 "Can not set alternate setting to %i, error: %i", synusb_probe()
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-tpg.h470 static inline void tpg_s_field(struct tpg_data *tpg, unsigned field, bool alternate) tpg_s_field() argument
473 tpg->field_alternate = alternate; tpg_s_field()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Dtechnisat-usb2.c335 err("could not set alternate setting to 0"); technisat_usb2_identify_state()
337 info("set alternate setting"); technisat_usb2_identify_state()
/linux-4.4.14/arch/powerpc/perf/
H A Dcallchain.c260 * transitioning from an alternate signal stack to the perf_callchain_user_64()
420 * transitioning from an alternate signal stack to the signal_frame_32_regs()
H A Dpower5+-pmu.c585 /* select alternate byte lane */ power5p_compute_mmcr()
/linux-4.4.14/arch/arm/mach-omap1/
H A Dusb.c49 * - 1710 custom development board using alternate pin group
360 /* alternate pin config, external transceiver */ omap1_usb0_init()
H A Dmux.c258 /* OMAP-1610 USB0 alternate configuration */
H A Dboard-osk.c62 * alternate pin configurations for hardware-controlled blinking.
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_v4l2.c210 * Complete the alternate setting selection setup phase now that uvc_v4l2_streamon()
H A Dstorage_common.c86 * That means alternate endpoint descriptors (bigger packets)
/linux-4.4.14/drivers/s390/char/
H A Draw3270.h26 #define TC_EWRITEA 0x0d /* Erase write alternate */
H A Dcon3270.c231 /* Use erase write alternate to initialize display. */ con3270_update()
/linux-4.4.14/drivers/staging/dgnc/
H A Ddigi.h29 #define TIOCM_RI TIOCM_RNG /* ring (alternate) */
/linux-4.4.14/drivers/staging/iio/accel/
H A Dlis3l02dq_ring.c98 * values in alternate bytes lis3l02dq_read_all()
/linux-4.4.14/drivers/video/fbdev/
H A Ddnfb.c23 * alternate address
H A Dcyber2000fb.h205 #define EXT_CAP_MODE1_ALTFIFO 0x10 /* use alternate FIFO for capture */
/linux-4.4.14/drivers/mmc/core/
H A Dslot-gpio.c157 /* Register an alternate interrupt service routine for
/linux-4.4.14/drivers/media/radio/wl128x/
H A Dfmdrv.h175 * @ af_freq: alternate frequency for Tx
/linux-4.4.14/drivers/media/rc/
H A Dfintek-cir.h141 /* Possible alternate values, depends on how the chip is wired */
H A Dnuvoton-cir.h321 /* Possible alternate EFER values, depends on how the chip is wired */
/linux-4.4.14/drivers/media/usb/au0828/
H A Dau0828.h265 int alt; /* alternate */
/linux-4.4.14/drivers/media/usb/gspca/
H A Dgspca.h207 __u8 alt; /* USB alternate setting */
H A Dspca1528.c247 gspca_dev->alt = 4; * use alternate setting 3 */ sd_isoc_init()
H A Dstk014.c258 /* work on alternate 1 */ sd_start()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi_i2c.c248 * choose alternate function 2 of GPIO pin 52, 53,
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_bios.c336 bool alternate) intel_bios_ssc_frequency()
340 return alternate ? 66667 : 48000; intel_bios_ssc_frequency()
343 return alternate ? 100000 : 96000; intel_bios_ssc_frequency()
345 return alternate ? 100000 : 120000; intel_bios_ssc_frequency()
335 intel_bios_ssc_frequency(struct drm_device *dev, bool alternate) intel_bios_ssc_frequency() argument
/linux-4.4.14/arch/tile/include/uapi/arch/
H A Dchip_tilegx.h45 /** The alternate ELF e_machine type for binaries for this chip. */
H A Dchip_tilepro.h45 /** The alternate ELF e_machine type for binaries for this chip. */
/linux-4.4.14/arch/tile/kernel/
H A Dcompat_signal.c168 * If we are on the alternate signal stack and would overflow compat_get_sigframe()
H A Dsignal.c126 * If we are on the alternate signal stack and would overflow get_sigframe()
/linux-4.4.14/arch/x86/include/asm/
H A Duaccess_32.h137 * An alternate version - __copy_from_user_inatomic() - may be called from
/linux-4.4.14/block/partitions/
H A Defi.c38 * - Applied patch to avoid fault in alternate header handling
73 * - remove test for second alternate header, as it's not per spec,
482 * @agpt: alternate GPT header
652 pr_warn("Primary GPT is invalid, using alternate GPT.\n"); find_valid_gpt()
/linux-4.4.14/drivers/block/paride/
H A Dbpck6.c55 #define ATAPI_ALT_STATUS 0x0e /* alternate status reg (read) */
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_da_btree.h132 xfs_da_state_path_t altpath; /* alternate path for join */
/linux-4.4.14/include/uapi/linux/can/
H A Dgw.h71 CGW_MOD_SET, /* CAN frame modification set alternate values */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dperf_event_server.h61 #define PPMU_ALT_SIPR 0x00000002 /* uses alternate posn for SIPR/HV */
/linux-4.4.14/arch/m68k/q40/
H A Dq40ints.c113 /* simply alternate the ampl (128-SVOL)-(128+SVOL)-..-.. at 200Hz */ q40_mksound()
/linux-4.4.14/arch/ia64/lib/
H A Dclear_user.S157 // We alternate the use of len3,len2 to allow parallelism and correct
/linux-4.4.14/arch/arm/plat-pxa/
H A Dmfp.c70 * determined by the selected alternate function. In case that some buggy
/linux-4.4.14/arch/avr32/boards/atngw100/
H A Dmrmt.c296 /* User "alternate" LCDC inferface on Port E & D */ mrmt1_init()
/linux-4.4.14/arch/arm/mach-omap1/include/mach/
H A Dmux.h352 /* OMAP-1610 USB0 alternate pin configuration */
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h86 #define LCCR0_LDDALT (1 << 26) /* LDD alternate mapping control */
/linux-4.4.14/sound/usb/usx2y/
H A Dusbusx2yaudio.c715 int alternate, err; usX2Y_format_set() local
718 alternate = 2; usX2Y_format_set()
721 alternate = 1; usX2Y_format_set()
728 if ((err = usb_set_interface(usX2Y->dev, 0, alternate))) { usX2Y_format_set()
/linux-4.4.14/tools/testing/selftests/net/
H A Dpsock_fanout.c343 fprintf(stderr, "info: trying alternate ports (%d)\n", tries); main()
/linux-4.4.14/drivers/isdn/hisax/
H A Dhfc_usb.c177 int alt_used; /* used alternate config */
1111 /* first set the needed config, interface and alternate */ hfc_usb_init()
1285 /* if vendor and product ID is OK, start probing alternate settings */ hfc_usb_probe()
1307 /* check for all endpoints in this alternate setting */ hfc_usb_probe()
1473 context->alt_used = alt_used; /* and alternate config */ hfc_usb_probe()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dmac.c147 * e1000_check_alt_mac_addr_generic - Check for alternate MAC addr
150 * Checks the nvm for an alternate MAC address. An alternate MAC address
153 * alternate MAC address is found it is programmed into RAR0, replacing
199 /* if multicast bit is set, the alternate address will not be used */ e1000_check_alt_mac_addr_generic()
205 /* We have a valid alternate MAC address, and we want to treat it the e1000_check_alt_mac_addr_generic()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_mac.c223 * igb_check_alt_mac_addr - Check for alternate MAC addr
226 * Checks the nvm for an alternate MAC address. An alternate MAC address
229 * alternate MAC address is found it is saved in the hw struct and
277 /* if multicast bit is set, the alternate address will not be used */ igb_check_alt_mac_addr()
283 /* We have a valid alternate MAC address, and we want to treat it the igb_check_alt_mac_addr()
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_hda.c402 /* HD use alternate 2x filter */ sti_hda_pre_enable()
482 /* HD use alternate 2x filter */ sti_hda_set_mode()
/linux-4.4.14/arch/tile/include/asm/
H A Duaccess.h352 * An alternate version - __copy_to_user_inatomic() - is designed
392 * An alternate version - __copy_from_user_inatomic() - is designed
/linux-4.4.14/drivers/usb/serial/
H A Dkeyspan_usa26msg.h65 indicates that the bytes following alternate data and
H A Dkeyspan_usa49msg.h65 indiates that the bytes following alternate data and
H A Dkeyspan_usa67msg.h69 indiates that the bytes following alternate data and
H A Dftdi_sio.h475 * 3 bAlternateSetting 1 0x00 Value used to select alternate
H A Dsierra.c171 * If this interface supports more than 1 alternate sierra_probe()
177 /* We know the alternate setting is 1 for the MC8785 */ sierra_probe()
/linux-4.4.14/drivers/tty/
H A Dtty_ldsem.c5 * an alternate policy, namely:
/linux-4.4.14/drivers/usb/class/
H A Dusblp.c271 Low byte has the alternate setting. usblp_ctrl_msg()
1134 * alternate setting can be changed later via an ioctl. usblp_probe()
1153 /* Analyze and pick initial alternate settings and endpoints. */ usblp_probe()
1164 /* Setup the selected alternate setting and endpoints. */ usblp_probe()
/linux-4.4.14/drivers/input/keyboard/
H A Dstmpe-keypad.c199 * Figure out which pins need to be set to the keypad alternate stmpe_keypad_altfunc_init()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Drs.h343 u8 search_better_tbl; /* 1: currently trying alternate mode */
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Drs.h287 u8 search_better_tbl; /* 1: currently trying alternate mode */
/linux-4.4.14/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c61 * write_notify_window then notify An alternate way of expressing this vmci_transport_notify_waiting_write()
H A Dvmci_transport_notify.c71 * write_notify_window then notify An alternate way of expressing this vmci_transport_notify_waiting_write()
/linux-4.4.14/arch/mips/sgi-ip27/
H A Dip27-memory.c11 * alternate easier to use mechanisms are available.
/linux-4.4.14/arch/openrisc/kernel/
H A Dsignal.c132 * or the alternate stack.
/linux-4.4.14/sound/pci/lx6464es/
H A Dlx_defs.h85 #define MASK_SYS_STATUS_CMD_DONE (1L << 20) /* alternate command
/linux-4.4.14/arch/alpha/kernel/
H A Dsmc37c669.c222 ** IRRX2, IRTX2 available as alternate IR pins
829 ** base address and alternate status address registers for
1394 ** Enable the IDE alternate status base address mapping SMC37c669_enable_device()
1601 ** Disable the IDE alternate status base address mapping SMC37c669_disable_device()
2179 ** Get IDE alternate status base address
/linux-4.4.14/drivers/net/wireless/b43/
H A Db43.h183 #define B43_BFL_BTCMOD 0x4000 /* BFL_BTCOEXIST is given in alternate GPIOs */
184 #define B43_BFL_ALTIQ 0x8000 /* alternate I/Q settings */
381 #define B43_HF_BTCOEXALT 0x000001000000ULL /* Bluetooth coexistance in alternate pins */
H A Dxmit.h106 #define B43_TXH_MAC_ALT_TXPWR 0x00080000 /* Use alternate txpwr defined at loc. M_ALT_TXPWR_IDX */
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1720 /* first set the needed config, interface and alternate */ setup_hfcsusb()
1941 /* if vendor and product ID is OK, start probing alternate settings */ hfcsusb_probe()
1960 /* check for all endpoints in this alternate setting */ hfcsusb_probe()
2077 hw->alt_used = alt_used; /* and alternate config */ hfcsusb_probe()
H A Dhfcsusb.h279 int alt_used; /* used alternate config */
/linux-4.4.14/drivers/media/usb/b2c2/
H A Dflexcop-usb.c476 /* use the alternate setting with the larges buffer */ flexcop_usb_init()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_driver.c816 /* Parse the alternate settings to find the maximum bandwidth. */ uvc_parse_streaming()
1216 /* Parse the default alternate setting only, as the UVC specification uvc_parse_control()
1217 * defines a single alternate setting, the default alternate setting uvc_parse_control()
H A Duvc_video.c1624 /* Isochronous endpoint, select the alternate setting. */ uvc_init_video()
1661 uvc_trace(UVC_TRACE_VIDEO, "Selecting alternate setting %u " uvc_init_video()
1736 /* If the bus has been reset on resume, set the alternate setting to 0. uvc_video_resume()
1763 * Initialize the UVC video device by switching to alternate setting 0 and
/linux-4.4.14/drivers/message/fusion/lsi/
H A Dmpi.h40 * 04-09-01 01.01.07 Added alternate define for MPI_DOORBELL_ACTIVE,
/linux-4.4.14/drivers/misc/cxl/
H A Dirq.c113 * takes the task_lock. An alternate option would be to keep a cxl_irq()
/linux-4.4.14/drivers/net/usb/
H A Dipheth.c499 dev_err(&intf->dev, "Unable to find alternate settings interface\n"); ipheth_probe()
/linux-4.4.14/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c109 * disabled (as on VT8500) and that no alternate function is available. wmt_set_pinmux()
/linux-4.4.14/net/bridge/
H A Dbr_if.c565 * there still maybe an alternate path for netconsole to use; br_del_if()
/linux-4.4.14/scripts/
H A Drecordmcount.c54 static const char *altmcount; /* alternate mcount symbol name */
/linux-4.4.14/include/media/davinci/
H A Disif.h304 /* Split or combine or line alternate */
/linux-4.4.14/arch/sparc/kernel/
H A Dsignal_32.c206 * If we are on the alternate signal stack and would overflow it, don't. get_sigframe()
/linux-4.4.14/arch/parisc/include/asm/
H A Delf.h230 * macros, and then it includes fs/binfmt_elf.c to provide an alternate
/linux-4.4.14/arch/ia64/kernel/
H A Dgate.S237 // the alternate stack (sc_loadrs >> 16). This can be done with the
/linux-4.4.14/Documentation/networking/timestamping/
H A Dtimestamping.c409 inet_aton("224.0.1.130", &iaddr); /* alternate PTP domain 1 */ main()
/linux-4.4.14/sound/
H A Dsound_core.c336 * 8 -- alternate sequencer (see above)
/linux-4.4.14/drivers/regulator/
H A Dpalmas-regulator.c879 * to alternate functions. palmas_ldo_registration()
990 * to alternate functions. tps65917_ldo_registration()

Completed in 6802 milliseconds

12