Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 157) sorted by relevance

1234567

/drivers/media/pci/cobalt/
Dcobalt-i2c.c120 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes()
178 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes()
253 int stop = (i == num - 1); in cobalt_xfer() local
/drivers/i2c/busses/
Di2c-hix5hd2.c92 int stop; member
306 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start()
326 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg()
369 int i, ret, stop; in hix5hd2_i2c_xfer() local
Di2c-iop3xx.c259 int stop) in iop3xx_i2c_write_byte()
281 int stop) in iop3xx_i2c_read_byte()
Di2c-uniphier.c179 struct i2c_msg *msg, bool stop) in uniphier_i2c_master_xfer_one()
252 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer() local
Di2c-exynos5.c557 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) in exynos5_i2c_message_start()
617 struct i2c_msg *msgs, int stop) in exynos5_i2c_xfer_msg()
659 int i = 0, ret = 0, stop = 0; in exynos5_i2c_xfer() local
/drivers/gpu/drm/gma500/
Dblitter.c25 unsigned long stop = jiffies + HZ; in gma_blt_wait_idle() local
/drivers/char/tpm/st33zp24/
Dst33zp24.c145 unsigned long stop; in request_locality() local
192 unsigned long stop; in get_burstcount() local
255 unsigned long stop; in wait_for_stat() local
/drivers/char/tpm/
Dtpm_i2c_infineon.c351 unsigned long stop; in request_locality() local
396 unsigned long stop; in get_burstcount() local
421 unsigned long stop; in wait_for_stat() local
Dtpm_tis_core.c44 unsigned long stop = jiffies + chip->timeout_a; in wait_startup() local
92 unsigned long stop, timeout; in request_locality() local
154 unsigned long stop; in get_burstcount() local
Dtpm_nsc.c78 unsigned long stop; in wait_for_stat() local
102 unsigned long stop; in nsc_wait_for_ready() local
Dtpm_i2c_nuvoton.c152 unsigned long stop = jiffies + chip->timeout_d; in i2c_nuvoton_get_burstcount() local
201 unsigned long ten_msec, stop; in i2c_nuvoton_wait_for_stat() local
/drivers/net/wireless/intel/ipw2x00/
Dlibipw_wx.c60 char *start, char *stop, in libipw_translate_scan()
273 char *stop = ev + wrqu->data.length; in libipw_wx_get_scan() local
/drivers/net/phy/
Dsfp.h13 void (*stop)(struct sfp *sfp); member
/drivers/staging/rtl8192e/
Drtllib_wx.c48 char *start, char *stop, in rtl819x_translate_scan()
261 char *stop = ev + wrqu->data.length; in rtllib_wx_get_scan() local
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c55 char *start, char *stop, in rtl819x_translate_scan()
251 char *stop = ev + wrqu->data.length;//IW_SCAN_MAX_DATA; in ieee80211_wx_get_scan() local
/drivers/isdn/hardware/avm/
Db1dma.c110 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1dma_tolink() local
124 unsigned long stop = jiffies + 1 * HZ; /* maximum wait time 1 sec */ in b1dma_fromlink() local
651 unsigned long stop; in b1dma_loaded() local
/drivers/media/usb/gspca/stv06xx/
Dstv06xx_sensor.h77 int (*stop)(struct sd *sd); member
/drivers/isdn/hisax/
Dsedlbauer_cs.c72 int stop; member
/drivers/media/usb/gspca/m5602/
Dm5602_sensor.h67 int (*stop)(struct sd *sd); member
/drivers/hwtracing/coresight/
Dcoresight-etm4x.c670 u64 start, u64 stop, int comparator) in etm4_set_comparator_filter()
725 u64 start, stop; in etm4_set_default_filter() local
/drivers/media/pci/cx18/
Dcx18-fileops.c269 struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) in cx18_copy_buf_to_user()
377 bool stop = false; in cx18_copy_mdl_to_user() local
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c212 uint32_t stop = vmw_mmio_read(fifo_mem + SVGA_FIFO_STOP); in vmw_fifo_is_full() local
322 uint32_t stop = vmw_mmio_read(fifo_mem + SVGA_FIFO_STOP); in vmw_local_fifo_reserve() local
/drivers/media/usb/em28xx/
Dem28xx-i2c.c187 u16 len, int stop) in em28xx_i2c_send_bytes()
487 struct i2c_msg msg, int stop) in i2c_send_bytes()
/drivers/tty/serial/
Dsuncore.c88 int baud, bits, stop, cflag; in sunserial_console_termios() local
/drivers/media/usb/dvb-usb/
Dm920x.c286 int stop = (i+1 == num && j+1 == msg[i].len) ? 0x40 : 0x01; in m920x_i2c_xfer() local
296 int stop = (i+1 == num && j+1 == msg[i].len) ? 0x40 : 0x00; in m920x_i2c_xfer() local

1234567