Searched refs:set (Results 76 - 100 of 430) sorted by relevance

1234567891011>>

/drivers/gpio/
H A Dgpio-ucb1400.c68 ucb->gc.set = ucb1400_gpio_set;
H A Dgpio-pcf857x.c224 gpio->chip.set = pcf857x_set8;
244 gpio->chip.set = pcf857x_set16;
296 /* Let platform code set up the GPIOs and their users.
H A Dgpio-sch.c121 .set = sch_gpio_core_set,
185 .set = sch_gpio_resume_set,
/drivers/media/video/gspca/
H A Dpac207.c96 .set = sd_setbrightness,
111 .set = sd_setexposure,
127 .set = sd_setautogain,
142 .set = sd_setgain,
473 /* when switching to autogain set defaults to make sure
H A Dkonica.c86 .set = sd_setbrightness,
102 .set = sd_setcontrast,
118 .set = sd_setsaturation,
134 .set = sd_setwhitebal,
150 .set = sd_setsharpness,
H A Dspca1528.c71 .set = sd_setbrightness,
85 .set = sd_setcontrast,
99 .set = sd_sethue,
113 .set = sd_setcolor,
127 .set = sd_setsharpness,
373 /* set the controls */
436 * 0x02: end of image when set
/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_hdcs.c47 .set = hdcs_set_exposure,
60 .set = hdcs_set_gain,
91 .set = hdcs_set_exposure,
104 .set = hdcs_set_gain,
/drivers/net/wireless/bcmdhd/
H A Ddhd_cfg80211.c366 wl_cfg80211_bt_setflag(struct net_device *dev, bool set) argument
375 /* set = 1, save & turn on 0 - off & restore prev settings */
376 set_btc_esco_params(dev, set);
380 WL_TRACE(("WI-FI priority boost via bt flags, set:%d\n", set));
381 if (set == TRUE)
H A Dwldev_common.h31 /* wl_dev_ioctl - get/set IOCTLs, will call net_device's do_ioctl (or
36 struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set);
/drivers/pnp/
H A Dinterface.c212 int ret, dep = 0, set = 0; local
226 if (!dep || pnp_option_set(option) != set) {
227 set = pnp_option_set(option);
230 "Priority %s\n", set,
351 if (!strnicmp(buf, "set", 3)) {
/drivers/power/
H A Dtwl4030_charger.c82 * clear and set bits on an given register on a given module
84 static int twl4030_clear_set(u8 mod_no, u8 clear, u8 set, u8 reg) argument
94 val |= set;
104 static int twl4030_clear_set_boot_bci(u8 clear, u8 set) argument
107 TWL4030_CONFIG_DONE | TWL4030_BCIAUTOWEN | set,
/drivers/usb/otg/
H A Dotg-wakelock.c131 .set = set_enabled,
/drivers/usb/serial/
H A Dbelkin_sa.c62 unsigned int set, unsigned int clear);
140 /* set initial values for control structures */
346 /* don't set RTS if using hardware flow control */
380 /* set the parity */
391 /* set the number of data bits */
414 /* set the number of stop bits */
476 unsigned int set, unsigned int clear)
492 if (set & TIOCM_RTS) {
496 if (set & TIOCM_DTR) {
475 belkin_sa_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dark3116.c238 /* set data bit count */
515 unsigned set, unsigned clr)
526 if (set & TIOCM_RTS)
528 if (set & TIOCM_DTR)
530 if (set & TIOCM_OUT1)
532 if (set & TIOCM_OUT2)
808 * These seem to be the same as for a regular 16450. The FCR is set
850 * Somekind of baudrate override. The windows driver seems to set
514 ark3116_tiocmset(struct tty_struct *tty, unsigned set, unsigned clr) argument
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c400 * If the values appear to be invalid, set them to
822 struct drm_mode_set set; local
833 set.x = 0;
834 set.y = 0;
835 set.fb = NULL;
836 set.mode = NULL;
837 set.connectors = NULL;
838 set.num_connectors = 0;
841 set.crtc = crtc;
842 ret = crtc->funcs->set_config(&set);
[all...]
/drivers/media/video/gspca/m5602/
H A Dm5602_ov9650.c129 .set = ov9650_set_exposure,
144 .set = ov9650_set_gain,
159 .set = ov9650_set_red_balance,
174 .set = ov9650_set_blue_balance,
188 .set = ov9650_set_hflip,
202 .set = ov9650_set_vflip,
216 .set = ov9650_set_auto_white_balance,
230 .set = ov9650_set_auto_gain,
244 .set = ov9650_set_auto_exposure,
H A Dm5602_s5k83a.c62 .set = s5k83a_set_gain,
78 .set = s5k83a_set_brightness,
93 .set = s5k83a_set_exposure,
107 .set = s5k83a_set_hflip,
121 .set = s5k83a_set_vflip,
/drivers/s390/cio/
H A Dcss.c61 struct idset *set; member in struct:cb_data
72 idset_sch_del(cb->set, sch->schid);
83 if (idset_sch_contains(cb->set, schid))
118 cb.set = idset_sch_new();
119 if (!cb.set)
123 idset_fill(cb.set);
133 idset_free(cb.set);
495 CIO_MSG_EVENT(0, "could not allocate slow subchannel set\n");
588 struct idset *set = data; local
591 idset_sch_del(set, sc
[all...]
H A Dcmf.c96 * The format module parameter can be set to a value of 0 (zero)
113 * @set: enable or disable measurement
123 int (*set) (struct ccw_device *, u32); member in struct:cmb_operations
770 .set = set_cmb,
1037 .set = set_cmbe,
1209 return cmbops->set(cdev, enable ? 2 : 0);
1229 ret = cmbops->set(cdev, 2);
1237 cmbops->set(cdev, 0); //FIXME: this can fail
1255 ret = cmbops->set(cdev, 0);
1297 return cmbops->set(cde
[all...]
/drivers/input/mouse/
H A Dpsmouse.h115 ssize_t (*set)(struct psmouse *psmouse, void *data, member in struct:psmouse_attribute
138 .set = _set, \
/drivers/net/ethernet/intel/igbvf/
H A Dvf.c67 /* set mac address */
71 /* set vlan filter table array */
153 /* set our "perm_addr" based on info provided by PF */
174 /* attempt to set and restore our mac address */
258 * @vid: determines the vfta register and bit to set/unset
259 * @set: if true then set bit, else clear bit
261 static s32 e1000_set_vfta_vf(struct e1000_hw *hw, u16 vid, bool set) argument
270 if (set)
302 * e1000_rar_set_vf - set devic
[all...]
/drivers/net/wireless/ath/carl9170/
H A Dwlan.h209 __le16 set; member in union:ar9170_tx_hw_mac_control::__anon3229
232 __le32 set; member in union:ar9170_tx_hw_phy_control::__anon3231
/drivers/staging/android/
H A Dlowmemorykiller.c3 * The lowmemorykiller driver lets user-space specify a set of memory thresholds
222 ret = param_array_ops.set(val, kp);
241 .set = lowmem_adj_array_set,
/drivers/isdn/gigaset/
H A Dser-gigaset.c423 * set modem control lines
434 unsigned int set, clear; local
438 set = new_state & ~old_state;
440 if (!set && !clear)
442 gig_dbg(DEBUG_IF, "tiocmset set %x clear %x", set, clear);
443 return tty->ops->tiocmset(tty, set, clear);
/drivers/net/ethernet/apple/
H A Dmacmace.c105 static void mace_load_rxdma_base(struct net_device *dev, int set) argument
109 psc_write_word(PSC_ENETRD_CMD + set, 0x0100);
110 psc_write_long(PSC_ENETRD_ADDR + set, (u32) mp->rx_ring_phys);
111 psc_write_long(PSC_ENETRD_LEN + set, N_RX_RING);
112 psc_write_word(PSC_ENETRD_CMD + set, 0x9800);
719 /* the other set, otherwise just reactivate this one. */

Completed in 433 milliseconds

1234567891011>>