Searched defs:do_stop (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/ozwpan/
H A Dozpd.c328 int do_stop = 0; local
341 do_stop = 1;
345 if (do_stop) {
351 return do_stop;
/drivers/media/video/ivtv/
H A Divtv-i2c.c554 /* Write a message to the given i2c slave. do_stop may be 0 to prevent
556 static int ivtv_write(struct ivtv *itv, unsigned char addr, unsigned char *data, u32 len, int do_stop) argument
569 if (ret != 0 || do_stop) {
/drivers/isdn/gigaset/
H A Dev-layer.c909 static void do_stop(struct cardstate *cs) function
1392 do_stop(cs);
/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c305 static int do_stop(struct net_device *dev);
464 .ndo_stop = do_stop,
1716 do_stop(struct net_device *dev) function
1722 dev_dbg(&link->dev, "do_stop(%p)\n", dev);

Completed in 164 milliseconds