Searched defs:clear (Results 1 - 25 of 103) sorted by relevance

12345

/drivers/net/ethernet/sfc/
H A Dmcdi_mac.c76 u32 dma_len, int enable, int clear)
95 MC_CMD_MAC_STATS_IN_CLEAR, clear,
75 efx_mcdi_mac_stats(struct efx_nic *efx, dma_addr_t dma_addr, u32 dma_len, int enable, int clear) argument
/drivers/video/
H A Dn411.c78 static void n411_wait_for_ack(struct hecubafb_par *par, int clear) argument
86 if ((tmp & HCB_ACK_BIT) && (!clear))
88 else if (!(tmp & HCB_ACK_BIT) && (clear))
135 /* if we were told to splash the screen, we just clear it */
/drivers/edac/
H A Dcell_edac.c78 u64 fir, addreg, clear = 0; local
89 clear |= CBE_MIC_FIR_ECC_SINGLE_0_RESET;
94 clear |= CBE_MIC_FIR_ECC_SINGLE_1_RESET;
99 clear |= CBE_MIC_FIR_ECC_MULTI_0_RESET;
104 clear |= CBE_MIC_FIR_ECC_MULTI_1_RESET;
109 if (clear) {
112 fir &= ~clear;
119 dev_dbg(mci->dev, "fir clear : 0x%016lx\n", fir);
/drivers/media/video/ivtv/
H A Divtv-queue.c56 /* clear the buffer if it is going to be enqueued to the free queue */
89 struct ivtv_queue *to, int clear)
98 if (clear)
88 ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *to, int clear) argument
/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h73 void (*clear)(struct zd_rf *rf); member in struct:zd_rf
/drivers/isdn/gigaset/
H A Dinterface.c128 unsigned int set, unsigned int clear);
284 unsigned int set, unsigned int clear)
291 cs->minor_index, __func__, set, clear);
300 mc = (cs->control_state | set) & ~clear & (TIOCM_RTS | TIOCM_DTR);
283 if_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dser-gigaset.c434 unsigned int set, clear; local
439 clear = old_state & ~new_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/irda/
H A Dirtty-sir.c149 int clear = 0; local
157 clear |= TIOCM_RTS;
161 clear |= TIOCM_DTR;
170 priv->tty->ops->tiocmset(priv->tty, set, clear);
/drivers/tty/hvc/
H A Dhvc_opal.c139 unsigned int clear)
144 hp->vtermno, set, clear);
148 else if (clear & TIOCM_DTR)
138 hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, unsigned int clear) argument
H A Dhvc_vio.c208 unsigned int clear)
213 pv->termno, set, clear);
217 else if (clear & TIOCM_DTR)
207 hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, unsigned int clear) argument
/drivers/usb/serial/
H A Dbelkin_sa.c62 unsigned int set, unsigned int clear);
476 unsigned int set, unsigned int clear)
500 if (clear & TIOCM_RTS) {
504 if (clear & TIOCM_DTR) {
475 belkin_sa_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dkl5kusb105.c73 unsigned int set, unsigned int clear);
667 unsigned int set, unsigned int clear)
684 if (clear & TIOCM_RTS)
686 if (clear & TIOCM_DTR)
666 klsi_105_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dmetro-usb.c303 unsigned int set, unsigned int clear)
311 dev_dbg(tty->dev, "%s - set=%d, clear=%d\n", __func__, set, clear);
321 if (clear & TIOCM_RTS)
323 if (clear & TIOCM_DTR)
302 metrousb_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Df81232.c191 unsigned int set, unsigned int clear)
190 f81232_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dkeyspan_pda.c313 value = 0; /* clear break */
428 unsigned int set, unsigned int clear)
444 if (clear & TIOCM_RTS)
446 if (clear & TIOCM_DTR)
427 keyspan_pda_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dkobil_sct.c70 unsigned int set, unsigned int clear);
524 unsigned int set, unsigned int clear)
551 if (clear & TIOCM_RTS)
553 if (clear & TIOCM_DTR)
523 kobil_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dmct_u232.c64 unsigned int set, unsigned int clear);
769 unsigned int set, unsigned int clear)
786 if (clear & TIOCM_RTS)
788 if (clear & TIOCM_DTR)
768 mct_u232_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dopticon.c201 /* clear the halt status of the enpoint */
419 unsigned int set, unsigned int clear)
435 if (clear & TIOCM_RTS)
418 opticon_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
H A Dusb_wwan.c102 unsigned int set, unsigned int clear)
120 if (clear & TIOCM_RTS)
122 if (clear & TIOCM_DTR)
101 usb_wwan_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/gpu/drm/mga/
H A Dmga_state.c483 static void mga_dma_dispatch_clear(struct drm_device *dev, drm_mga_clear_t *clear) argument
509 if (clear->flags & MGA_FRONT) {
513 MGA_PLNWT, clear->color_mask,
518 MGA_FCOL, clear->clear_color,
525 if (clear->flags & MGA_BACK) {
529 MGA_PLNWT, clear->color_mask,
534 MGA_FCOL, clear->clear_color,
541 if (clear->flags & MGA_DEPTH) {
545 MGA_PLNWT, clear->depth_mask,
550 MGA_FCOL, clear
834 drm_mga_clear_t *clear = data; local
[all...]
/drivers/mfd/
H A Ducb1x00-core.c66 * ucb1x00_io_write - set or clear IO outputs
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
87 ucb->io_out &= ~clear;
473 * Disable and clear interrupt.
/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c48 static const unsigned int clear[] = { local
64 for (i = 0; i < ARRAY_SIZE(clear); i++) {
65 t3_set_reg_field(adap, ctrl, clear[i], 0);
650 /* The next stat isn't clear-on-read. */
/drivers/staging/rts5139/
H A Drts51x_chip.c879 void rts51x_trace_msg(struct rts51x_chip *chip, unsigned char *buf, int clear) argument
916 if (clear) {
/drivers/tty/ipwireless/
H A Dtty.c341 unsigned int clear)
367 if (clear & TIOCM_RTS) {
376 if (clear & TIOCM_DTR) {
404 unsigned int set, unsigned int clear)
415 return set_control_lines(tty, set, clear);
340 set_control_lines(struct ipw_tty *tty, unsigned int set, unsigned int clear) argument
403 ipw_tiocmset(struct tty_struct *linux_tty, unsigned int set, unsigned int clear) argument
/drivers/gpio/
H A Dgpio-vr41xx.c103 static inline u16 giu_clear(u16 offset, u16 clear) argument
108 data &= ~clear;

Completed in 433 milliseconds

12345