Searched refs:set (Results 201 - 225 of 430) sorted by relevance

1234567891011>>

/drivers/media/video/
H A Dmt9t001.c145 u16 set)
148 u16 value = (mt9t001->output_control & ~clear) | set;
144 mt9t001_set_output_control(struct mt9t001 *mt9t001, u16 clear, u16 set) argument
H A Dmt9v032.c156 static int mt9v032_set_chip_control(struct mt9v032 *mt9v032, u16 clear, u16 set) argument
159 u16 value = (mt9v032->chip_control & ~clear) | set;
H A Dov9640.c227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) argument
239 val |= set;
486 /* set the format we will capture in */
/drivers/mfd/
H A Dhtc-i2cpld.c196 * changed, and the proper flags are set */
221 * The GPIO set routines can be called from interrupt context, especially if,
224 * and that work is scheduled in the set routine. The kernel can then run
461 gpio_chip->set = htcpld_chip_set;
472 gpio_chip->set = NULL;
614 /* Request the GPIO(s) for the int reset and set them up */
/drivers/net/ethernet/xscale/ixp2000/
H A Dixp2400_rx.uc138 .set $rsw0 $rsw1
/drivers/net/wireless/b43/
H A Dphy_ht.c565 u16 set)
569 (b43_read16(dev, B43_MMIO_PHY_DATA) & mask) | set);
564 b43_phy_ht_op_maskset(struct b43_wldev *dev, u16 reg, u16 mask, u16 set) argument
/drivers/net/wireless/bcmdhd/
H A Dbcmsdh.c134 void *params, int plen, void *arg, int len, bool set)
137 return sdioh_iovar_op(bcmsdh->sdioh, name, params, plen, arg, len, set);
133 bcmsdh_iovar_op(void *sdh, const char *name, void *params, int plen, void *arg, int len, bool set) argument
H A Ddhd.h90 /* max sequential rxcntl timeouts to set HANG event */
228 int in_suspend; /* flag set to 1 when early suspend called */
526 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set,
553 extern int dhd_bus_membytes(dhd_pub_t *dhdp, bool set, uint32 address, uint8 *data, uint size);
680 /* optionally set by a module_param_string() */
H A Dwl_cfg80211.h190 /* it will be set when upper layer requests listen and succeed in setting listen mode.
191 * if set, other scan request can abort current listen state
196 * it will be set when upper layer requests listen but scan is running. then just run
198 * if set, other scan request does not need to abort scan.
545 struct net_info *_net_info, enum wl_status state, bool set);
636 return; /* set all status is not allowed */
811 void wl_cfg80211_enable_trace(bool set, u32 level);
/drivers/spi/
H A Dspi-omap-100k.c111 #define MOD_REG_BIT(val, mask, set) do { \
112 if (set) \
/drivers/ssb/
H A Ddriver_chipcommon_pmu.c36 u32 offset, u32 mask, u32 set)
45 value |= set;
35 ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, u32 offset, u32 mask, u32 set) argument
/drivers/tty/hvc/
H A Dhvc_console.c215 * -- index will be set to 0, then we will fail setup.
217 * -- index will be set to user specified driver, and we will fail
337 * up there so we'll clean up here and clear out the previously set
761 unsigned int set, unsigned int clear)
767 return hp->ops->tiocmset(hp, set, clear);
760 hvc_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/usb/serial/
H A Dkl5kusb105.c73 unsigned int set, unsigned int clear);
253 /* set initial values for control structures */
306 * FIXME: set modem line control (how?)
323 /* set up termios structure */
490 /* don't set RTS if using hardware flow control */
546 /* set the number of data bits */
580 /* set the parity */
587 /* set the number of stop bits */
667 unsigned int set, unsigned int clear)
680 if (set
666 klsi_105_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
[all...]
H A Dopticon.c234 /* setup packet may be set if we're using it for writing */
419 unsigned int set, unsigned int clear)
433 if (set & TIOCM_RTS)
418 opticon_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/virt/
H A Dfsl_hypervisor.c332 static long ioctl_dtprop(struct fsl_hv_ioctl_prop __user *p, int set) argument
372 if (set) {
/drivers/gpio/
H A Dgpio-cs5535.c296 .set = chip_gpio_set,
327 /* set up the driver-specific struct */
H A Dgpio-mpc8xxx.c36 * shadowed data register to be able to clear/set output pins in
342 gc->set = mpc8xxx_gpio_set;
H A Dgpio-msm-v2.c64 * If INTR_ENABLE is set and INTR_RAW_STATUS_EN is NOT set, an interrupt
188 .set = msm_gpio_set,
310 * which have been set as summary IRQ lines and which are triggered,
H A Dgpio-timberdale.c274 gc->set = timbgpio_gpio_set;
H A Dgpio-twl4030.c347 .set = twl_set,
434 * NOTE: boards may waste power if they don't set pullups
453 * is (still) clear if use_leds is set.
H A Dgpiolib.c25 * allows for inlining speed-critical get/set operations for common
823 * gpio_sysfs_set_active_low - set the polarity of gpio sysfs value
1074 * usage is minimized. Linux code should set the
1183 * They're called even less than the "set direction" calls.
1376 /* Drivers MUST set GPIO direction before making get/set calls. In
1460 if (!chip || !chip->set || !chip->direction_output)
1505 * @gpio: the gpio to set debounce time
1520 if (!chip || !chip->set || !chip->set_debounce)
1553 * When "set" operation
[all...]
/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c202 * mode set.
232 DRM_ERROR("Attempting to set DPLL with refclk disabled\n");
434 * reliably set up different single/dual channel state, if we
826 * set the DPLLs for dual-channel mode or not.
833 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
1197 /* set the pipe for the cursor */
1265 static int cdv_crtc_set_config(struct drm_mode_set *set) argument
1268 struct drm_device *dev = set->crtc->dev;
1272 return drm_crtc_helper_set_config(set);
1276 ret = drm_crtc_helper_set_config(set);
[all...]
H A Dpsb_intel_display.c228 * Returns whether the given set of divisors are valid for a given refclk with
264 * Returns a set of divisors for the desired target clock with the given
282 * reliably set up different single/dual channel state, if we
735 * set the DPLLs for dual-channel mode or not.
741 /* It would be nice to set 24 vs 18-bit mode (LVDS_A3_POWER_UP)
1028 /* set the pipe for the cursor */
1098 static int psb_crtc_set_config(struct drm_mode_set *set) argument
1101 struct drm_device *dev = set->crtc->dev;
1105 return drm_crtc_helper_set_config(set);
1108 ret = drm_crtc_helper_set_config(set);
[all...]
/drivers/ide/
H A Dide-ioctls.c29 else if (ds->set && s->set_ioctl == cmd)
H A Dide.c185 /* controller . device (0 or 1) [ : 1 (set) | 0 (clear) ] */
204 .set = ide_set_dev_param_mask
371 * This is gets invoked once during initialization, to set *everything* up

Completed in 3829 milliseconds

1234567891011>>