Searched refs:set (Results 176 - 200 of 430) sorted by relevance

1234567891011>>

/drivers/media/video/gspca/
H A Dspca506.c66 .set = sd_setbrightness,
80 .set = sd_setcontrast,
94 .set = sd_setcolors,
108 .set = sd_sethue,
210 /* and exclude SAA7113 reserved channel set default 0 otherwise */
526 /* set i2c luma */
/drivers/media/video/
H A Dmt9p031.c135 u16 set)
138 u16 value = (mt9p031->output_control & ~clear) | set;
149 static int mt9p031_set_mode2(struct mt9p031 *mt9p031, u16 clear, u16 set) argument
152 u16 value = (mt9p031->mode2 & ~clear) | set;
134 mt9p031_set_output_control(struct mt9p031 *mt9p031, u16 clear, u16 set) argument
H A Dmt9t112.c212 u16 set)
219 val |= set & mask;
251 u16 set)
258 val |= set & mask;
804 * So, set small size here to solve this problem.
209 __mt9t112_reg_mask_set(const struct i2c_client *client, u16 command, u16 mask, u16 set) argument
248 __mt9t112_mcu_mask_set(const struct i2c_client *client, u16 command, u16 mask, u16 set) argument
/drivers/mfd/
H A Ddm355evm_msp.c186 .set = msp_gpio_set,
/drivers/mmc/card/
H A Dsdio_uart.c255 unsigned int set, unsigned int clear)
260 port->mctrl = (old & ~clear) | set;
345 * ignore all characters if CREAD is not set
588 * uart_dtr_rts - port helper to set uart signals
590 * @onoff: set to turn on DTR/RTS
616 * run exactly once per set of opens, and if successful will see the
971 unsigned int set, unsigned int clear)
978 sdio_uart_update_mctrl(port, set, clear);
254 sdio_uart_update_mctrl(struct sdio_uart_port *port, unsigned int set, unsigned int clear) argument
970 sdio_uart_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/net/wan/
H A Dpc300_tty.c162 * PC300 TTY set "signal" to ON
545 unsigned int set, unsigned int clear)
549 CPC_TTY_DBG("%s: set:%x clear:%x\n", __func__, set, clear);
558 if (set & TIOCM_RTS)
560 if (set & TIOCM_DTR)
544 pc300_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/net/wireless/ath/
H A Dath.h120 u32 (*rmw)(void *, u32 reg_offset, u32 set, u32 clr);
/drivers/net/wireless/b43/
H A Db43.h252 #define B43_SHM_SH_CHAN_5GHZ 0x0100 /* Bit set, if 5 Ghz channel */
253 #define B43_SHM_SH_CHAN_40MHZ 0x0200 /* Bit set, if 40 Mhz channel width */
1006 u16 set)
1008 b43_write16(dev, offset, (b43_read16(dev, offset) & mask) | set);
1022 u32 set)
1024 b43_write32(dev, offset, (b43_read32(dev, offset) & mask) | set);
1005 b43_maskset16(struct b43_wldev *dev, u16 offset, u16 mask, u16 set) argument
1021 b43_maskset32(struct b43_wldev *dev, u16 offset, u32 mask, u32 set) argument
/drivers/platform/x86/
H A Dintel_pmic_gpio.c272 pg->chip.set = pmic_gpio_set;
/drivers/scsi/isci/
H A Drequest.h101 u8 set; member in struct:isci_stp_request::isci_stp_pio_sgl
/drivers/staging/media/easycap/
H A Deasycap_low.c64 u16 set; member in struct:stk1160config
151 u8 set; member in struct:saa7113config
462 SET(p, cfg[i].reg, cfg[i].set);
477 rc = write_saa(p, cfg[i].reg, cfg[i].set);
480 "Failed to set SAA register %d", cfg[i].reg);
577 SAY("ERROR: failed to set SAA register 0x02 "
586 SAY("ERROR: failed to set SAA register 0x02 "
595 SAY("ERROR: failed to set SAA register 0x02 "
604 SAY("ERROR: failed to set SAA register 0x02 "
617 SAY("ERROR: failed to set SA
[all...]
/drivers/staging/vme/devices/
H A Dvme_pio2_gpio.c211 card->gc.set = pio2_gpio_set;
/drivers/tty/serial/
H A Dcrisv10.c1046 /* Functions to set or clear DTR/RTS on the requested line */
1054 e100_dtr(struct e100_serial *info, int set) argument
1060 printk("ser%i dtr %i mask: 0x%02X\n", info->line, set, mask);
1071 *e100_modem_pins[info->line].dtr_shadow |= (set ? 0 : mask);
1084 /* set = 0 means 3.3V on the pin, bitvalue: 0=active, 1=inactive
1088 e100_rts(struct e100_serial *info, int set) argument
1094 info->rx_ctrl |= (set ? 0 : E100_RTS_MASK); /* RTS is active low */
1098 printk("ser%i rts %i\n", info->line, set);
1106 e100_ri_out(struct e100_serial *info, int set) argument
1116 *e100_modem_pins[info->line].ri_shadow |= (set
1123 e100_cd_out(struct e100_serial *info, int set) argument
3583 rs_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
[all...]
/drivers/usb/serial/
H A Dmct_u232.c64 unsigned int set, unsigned int clear);
692 /* set the parity */
699 /* set the number of data bits */
718 /* set the number of stop bits */
769 unsigned int set, unsigned int clear)
782 if (set & TIOCM_RTS)
784 if (set & TIOCM_DTR)
768 mct_u232_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/video/
H A Dcobalt_lcdfb.c253 switch (cursor->set) {
/drivers/video/via/
H A Dvia-gpio.c154 .set = via_gpio_set,
/drivers/net/cris/
H A Deth_v10.c52 /* A default ethernet address. Highlevel SW will set the real one later */
378 /* set the default MAC address */
416 /* set MAC address of the interface. called from the core after a
456 * This routine should set everything up anew at each open, even
457 * registers that "should" only need to be set once at boot, so that
570 IO_STATE(R_IRQ_MASK2_SET, dma0_eop, set) |
571 IO_STATE(R_IRQ_MASK2_SET, dma1_eop, set);
574 IO_STATE(R_IRQ_MASK0_SET, overrun, set) |
575 IO_STATE(R_IRQ_MASK0_SET, underrun, set) |
576 IO_STATE(R_IRQ_MASK0_SET, excessive_col, set);
[all...]
/drivers/net/ethernet/cisco/enic/
H A Denic_main.c455 "interface MTU (%d) set higher "
690 * with IP length set to zero. HW will later add in length
1078 * For sriov vf's set the mac in hw
1106 pp->set |= ENIC_SET_REQUEST;
1110 pp->set |= ENIC_SET_NAME;
1116 pp->set |= ENIC_SET_INSTANCE;
1122 pp->set |= ENIC_SET_HOST;
1161 pp->set |= ENIC_PORT_REQUEST_APPLIED;
1189 if (!(pp->set & ENIC_PORT_REQUEST_APPLIED))
1198 if (pp->set
[all...]
/drivers/gpu/drm/
H A Ddrm_crtc.c323 struct drm_mode_set set; local
330 memset(&set, 0, sizeof(struct drm_mode_set));
331 set.crtc = crtc;
332 set.fb = NULL;
333 ret = crtc->funcs->set_config(&set);
1134 * Construct a set of configuration description structures and return
1565 * Return an plane count and set of IDs.
1674 * drm_mode_setplane - set up or tear down an plane
1805 * drm_mode_setcrtc - set CRTC configuration
1831 struct drm_mode_set set; local
[all...]
/drivers/s390/cio/
H A Dqdio_main.c74 * @bb: busy bit indicator, set only if SIGA-w/wt could not access a buffer
176 * qdio_do_sqbs - set buffer states for QEBSM
183 * Does retrying until the specified count of buffer states is set or an
284 /* set slsb states to initial state */
454 goto set;
464 set:
478 /* for QEBSM the ACK was already set by EQBS */
501 /* reset the previous ACK but first set the new one */
1573 goto set;
1580 goto set;
[all...]
/drivers/video/nvidia/
H A Dnvidia.c72 /* command line data, set in nvidiafb_setup() */
186 swapped. There are no hard rules for what to set here so all
542 int i, set = cursor->set; local
551 set = FB_CUR_SETALL;
555 if (set & FB_CUR_SETSIZE)
558 if (set & FB_CUR_SETPOS) {
569 if (set & (FB_CUR_SETSHAPE | FB_CUR_SETCMAP | FB_CUR_SETIMAGE)) {
1390 printk(KERN_INFO PFX "MTRR set to ON\n");
/drivers/net/wireless/
H A Drndis_wlan.c66 "set power save mode: 0=off, 1=on, 2=fast (default: off)");
71 "set power output: 0=25%, 1=50%, 2=75%, 3=100% (default: 100%)");
76 "set roaming dBm trigger: -80=optimize for distance, "
82 "set roaming tendency: 0=aggressive, 1=moderate, "
89 "set stall workaround interval in msecs (0=disabled) (default: 0)");
849 struct rndis_set *set; member in union:__anon3699
854 buflen = len + sizeof(*u.set);
868 memset(u.set, 0, sizeof *u.set);
869 u.set
[all...]
/drivers/acpi/
H A Dsysfs.c153 .set = param_set_uint,
158 .set = param_set_uint,
/drivers/i2c/busses/
H A Di2c-sh_mobile.c184 unsigned char set, unsigned char clr)
186 iic_wr(pd, offs, (iic_rd(pd, offs) | set) & ~clr);
183 iic_set_clr(struct sh_mobile_i2c_data *pd, int offs, unsigned char set, unsigned char clr) argument
/drivers/ide/
H A Dide-proc.c229 if (!ds->set)
318 if (ds->set)

Completed in 691 milliseconds

1234567891011>>