Searched refs:do_stop (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-i2c.c | 531 /* Write a message to the given i2c slave. do_stop may be 0 to prevent 533 static int ivtv_write(struct ivtv *itv, unsigned char addr, unsigned char *data, u32 len, int do_stop) in ivtv_write() argument 546 if (ret != 0 || do_stop) { in ivtv_write()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-i2c.c | 537 /* Write a message to the given i2c slave. do_stop may be 0 to prevent 539 static int ivtv_write(struct ivtv *itv, unsigned char addr, unsigned char *data, u32 len, int do_stop) in ivtv_write() argument 552 if (ret != 0 || do_stop) { in ivtv_write()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 304 static int do_stop(struct net_device *dev); 463 .ndo_stop = do_stop, 1719 do_stop(struct net_device *dev) in do_stop() function 1725 dev_dbg(&link->dev, "do_stop(%p)\n", dev); in do_stop()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 304 static int do_stop(struct net_device *dev); 463 .ndo_stop = do_stop, 1713 do_stop(struct net_device *dev) in do_stop() function 1719 dev_dbg(&link->dev, "do_stop(%p)\n", dev); in do_stop()
|
Completed in 7 milliseconds