Searched refs:set (Results 126 - 150 of 430) sorted by relevance

1234567891011>>

/drivers/gpio/
H A Dgpio-mpc5200.c110 /* set the direction */
136 /* Then set direction */
168 gc->set = mpc52xx_wkup_gpio_set;
269 /* set the direction */
293 /* First set initial value */
296 /* Then set direction */
328 gc->set = mpc52xx_simple_gpio_set;
/drivers/media/video/bt8xx/
H A Dbttvp.h264 struct bttv_buffer_set *set);
383 void (*audio_mode_gpio)(struct bttv *btv, struct v4l2_tuner *tuner, int set);
H A Dbttv-driver.c161 MODULE_PARM_DESC(coring,"set the luma coring level, default is 0 (no)");
935 so we set VDELAY to maximum. */
1038 pr_info("PLL set ok\n");
1085 // printk("set bright: %d\n", bright); // DEBUG
1405 /* set planar and packed mode trigger points and */
1406 /* set rising edge of inverted GPINTR pin as irq trigger */
3223 /* The V4L2 spec requires one global set of cropping parameters
3234 /* Likewise there should be one global set of VBI capture
3730 bttv_irq_next_video(struct bttv *btv, struct bttv_buffer_set *set) argument
3734 memset(set,
[all...]
/drivers/net/can/
H A Dpch_can.c261 pr_err("%s:IF1 BUSY Flag is set forever.\n", __func__);
287 int set, enum pch_ifreg dir)
304 if (set) {
317 static void pch_can_set_rx_all(struct pch_can_priv *priv, int set) argument
323 pch_can_set_rxtx(priv, i, set, PCH_RX_IFREG);
326 static void pch_can_set_tx_all(struct pch_can_priv *priv, int set) argument
332 pch_can_set_rxtx(priv, i, set, PCH_TX_IFREG);
667 /* If MsgLost bit set. */
917 /* If ID extended is set. */
1014 u32 buffer_num, int set)
286 pch_can_set_rxtx(struct pch_can_priv *priv, u32 buff_num, int set, enum pch_ifreg dir) argument
1013 pch_can_set_rx_buffer_link(struct pch_can_priv *priv, u32 buffer_num, int set) argument
[all...]
/drivers/rtc/
H A Drtc-jz4740.c79 bool set)
92 if (set)
78 jz4740_rtc_ctrl_set_bits(struct jz4740_rtc *rtc, uint32_t mask, bool set) argument
/drivers/media/video/gspca/
H A Dpac7311.c32 in 640x480 resolution and page 4 reg 2 <= 3 then set it to 9 !
108 .set = sd_setcontrast,
125 .set = sd_setgain,
141 .set = sd_setexposure,
155 .set = sd_setautogain,
169 .set = sd_sethflip,
183 .set = sd_setvflip,
500 /* set correct resolution */
730 /* when switching to autogain set defaults to make sure
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_linux.c154 dcmd.set = true;
158 brcmf_dbg(ERROR, "%s: set mcast_list failed, cnt %d\n",
167 * were trying to set some addresses and dongle rejected it...
191 dcmd.set = true;
195 brcmf_dbg(ERROR, "%s: set allmulti %d failed\n",
212 dcmd.set = true;
216 brcmf_dbg(ERROR, "%s: set promisc %d failed\n",
243 dcmd.set = true;
247 brcmf_dbg(ERROR, "%s: set cur_etheraddr failed\n",
410 * we set th
[all...]
/drivers/usb/serial/
H A Dftdi_sio.c71 /* the last data state set - needed for doing
909 unsigned int set, unsigned int clear);
1034 * baud with this bit set
1045 #define set_mctrl(port, set) update_mctrl((port), (set), 0)
1048 static int update_mctrl(struct usb_serial_port *port, unsigned int set, argument
1055 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) {
1056 dbg("%s - DTR|RTS not being set|cleared", __func__);
1060 clear &= ~set; /* 'set' take
2347 ftdi_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
[all...]
H A Dcp210x.c10 * Support to set flow control line levels using TIOCMGET and TIOCMSET
657 dev_warn(&port->dev, "failed to set baud rate to %u\n", baud);
791 unsigned int set, unsigned int clear)
794 return cp210x_tiocmset_port(port, set, clear);
798 unsigned int set, unsigned int clear)
804 if (set & TIOCM_RTS) {
808 if (set & TIOCM_DTR) {
790 cp210x_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
797 cp210x_tiocmset_port(struct usb_serial_port *port, unsigned int set, unsigned int clear) argument
H A Doti6858.c148 unsigned int set, unsigned int clear);
626 unsigned int set, unsigned int clear)
633 dbg("%s(port = %d, set = 0x%08x, clear = 0x%08x)",
634 __func__, port->number, set, clear);
642 if ((set & TIOCM_RTS) != 0)
644 if ((set & TIOCM_DTR) != 0)
625 oti6858_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dch341.c86 unsigned baud_rate; /* set baud rate */
87 u8 line_control; /* set line control value RTS/DTR */
314 /* open this device, set default parameters */
435 unsigned int set, unsigned int clear)
443 if (set & TIOCM_RTS)
445 if (set & TIOCM_DTR)
434 ch341_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dkeyspan_pda.c288 0, /* set baud */
315 4, /* set break */
400 3, /* set pins */
428 unsigned int set, unsigned int clear)
439 if (set & TIOCM_RTS)
441 if (set & TIOCM_DTR)
427 keyspan_pda_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dspcp8x5.c223 /* set the modem control line of the device.
333 /* set the serial param for transfer. we should check if we really need to
334 * transfer. if we set flow control we should do this too. */
354 /* set DTR/RTS active */
445 /* open the serial port. do some usb system call. set termios and get the line
598 unsigned int set, unsigned int clear)
606 if (set & TIOCM_RTS)
608 if (set & TIOCM_DTR)
597 spcp8x5_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dusb_wwan.c102 unsigned int set, unsigned int clear)
115 if (set & TIOCM_RTS)
117 if (set & TIOCM_DTR)
101 usb_wwan_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/media/video/
H A Dv4l2-ctrls.c46 /* Small helper function to determine if the autocluster is set to manual
1143 /* Set the handler's error code if it wasn't set earlier already */
1605 /* set V4L2_CTRL_FLAG_INACTIVE */
1630 /* set V4L2_CTRL_FLAG_GRABBED */
1853 multiple controls have to be set through multiple i2c writes (for example)
1869 successful in performing their 'get' or 'set' operation, the control at
1881 tried to set the controls. In all other cases it is a driver/hardware
1885 never modifies controls the error_idx is just set to whatever control
1928 /* Initially set next to 0, meaning that there is no other
1951 /* If the mref->helper is set, the
2114 try_or_set_cluster(struct v4l2_fh *fh, struct v4l2_ctrl *master, bool set) argument
2158 validate_ctrls(struct v4l2_ext_controls *cs, struct v4l2_ctrl_helper *helpers, bool set) argument
2202 try_set_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl, struct v4l2_ext_controls *cs, bool set) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dinit.c202 u32 set, u32 clr)
208 val |= set;
214 static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr) argument
224 val = __ath9k_reg_rmw(sc, reg_offset, set, clr);
227 val = __ath9k_reg_rmw(sc, reg_offset, set, clr);
274 /* set up supported mcs set */
201 __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, u32 set, u32 clr) argument
/drivers/tty/serial/
H A Dsb1250-duart.c264 unsigned int clr = 0, set = 0, mode2; local
267 set |= M_DUART_SET_OPR2;
271 set |= M_DUART_SET_OPR0;
275 set <<= (uport->line) % 2;
285 write_sbdshr(sport, R_DUART_SET_OPR, set);
527 /* There is no DUART reset feature, so just set some sane defaults. */
/drivers/media/dvb/b2c2/
H A Dflexcop-usb.c36 MODULE_PARM_DESC(debug, "set debugging level (1=info,ts=2,"
200 static int flexcop_usb_utility_req(struct flexcop_usb *fc_usb, int set,
205 u8 request_type = (set ? USB_DIR_OUT : USB_DIR_IN) | USB_TYPE_VENDOR;
207 pipe = set ? B2C2_USB_CTRL_PIPE_OUT : B2C2_USB_CTRL_PIPE_IN, len;
/drivers/media/dvb/frontends/
H A Dstb6100.c102 u8 set; member in struct:stb6100_regmask
128 regs[i] = (regs[i] & stb6100_template[i].mask) | stb6100_template[i].set;
225 data = (data & stb6100_template[reg].mask) | stb6100_template[reg].set;
267 dprintk(verbose, FE_DEBUG, 1, "set bandwidth to %u Hz", bandwidth);
279 * set bandwidth, wait 10ms, turn off.
426 /* F we don't write as it is set up in BW set */
428 /* DLB set DC servo loop BW to 160Hz (LLA 3.8 / 2.1) */
/drivers/mfd/
H A Ducb1x00-core.c38 * ucb1x00_io_set_dir - set IO direction
40 * @in: bitfield of IO pins to be set as inputs
41 * @out: bitfield of IO pins to be set as outputs
66 * ucb1x00_io_write - set or clear IO outputs
68 * @set: bitfield of IO pins to set to logic '1'
69 * @clear: bitfield of IO pins to set to logic '0'
73 * The @clear bitfield has priority over the @set bitfield -
81 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear) argument
86 ucb->io_out |= set;
[all...]
/drivers/scsi/
H A Dscript_asm.pl51 # XXX - set these with command line options
56 #$prefix; # (set by perl -s)
95 # Note : low bit of the operator bit should be set for add with
683 # with this syntax to set target mode.
685 $set = $1;
687 $code[$address] = ($set =~ /SET/i) ? 0x58_00_00_00 :
701 expected $set followed by a AND delimited list of one or
/drivers/usb/dwc3/
H A Dep0.c138 * In that case, we will set DWC3_EP_PENDING_REQUEST. When that
139 * flag is set, it's telling us that as soon as Gadget queues the
271 * We are self-powered. U1/U2/LTM will be set later
309 struct usb_ctrlrequest *ctrl, int set)
351 if (!set)
383 ret = __dwc3_gadget_ep_set_halt(dep, set);
411 dev_dbg(dwc->dev, "trying to set address when configured\n");
308 dwc3_ep0_handle_feature(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl, int set) argument
/drivers/usb/gadget/
H A Df_uac1.c106 .set = generic_set_cmd,
115 .set = generic_set_cmd,
343 audio->set_con->set(audio->set_con, audio->set_cmd,
746 /* set up ASLA audio devices */
/drivers/net/wireless/bcmdhd/
H A Dbcmsdh_sdmmc.c166 sd_err(("bcmsdh_sdmmc: Failed to set F1 blocksize\n"));
184 sd_err(("bcmsdh_sdmmc: Failed to set F2 blocksize to %d\n",
251 /* Enable F1 and F2 interrupts, set master enable */
423 void *params, int plen, void *arg, int len, bool set)
436 ASSERT(set || (arg && len));
437 ASSERT(!set || (!params && !plen));
439 sd_trace(("%s: Enter (%s %s)\n", __FUNCTION__, (set ? "set" : "get"), name));
446 if ((bcmerror = bcm_iovar_lencheck(vi, arg, len, set)) != 0)
449 /* Set up params so get and set ca
422 sdioh_iovar_op(sdioh_info_t *si, const char *name, void *params, int plen, void *arg, int len, bool set) argument
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.c476 /* set/clear basic rate flag */
481 /* update the rate set */
1336 if (t->set) {
1343 t->set = false;
1397 if (t->set)
1398 wiphy_err(hw->wiphy, "%s: Already set. Name: %s, per %d\n",
1403 t->set = true;
1417 if (t->set) {
1418 t->set = false;

Completed in 2425 milliseconds

1234567891011>>