Searched refs:repeat_cnt (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/wusbcore/ |
D | mmc.c | 92 int wusbhc_mmcie_set(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, in wusbhc_mmcie_set() argument 124 result = (wusbhc->mmcie_add)(wusbhc, interval, repeat_cnt, handle, in wusbhc_mmcie_set()
|
D | wusbhc.h | 277 int (*mmcie_add)(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, 410 extern int wusbhc_mmcie_set(struct wusbhc *, u8 interval, u8 repeat_cnt,
|
/drivers/usb/host/whci/ |
D | wusb.c | 70 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, in whc_mmcie_add() argument 77 | (repeat_cnt << 16) in whc_mmcie_add()
|
D | whcd.h | 145 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt,
|
/drivers/net/wireless/b43/ |
D | lo.c | 691 int max_repeat = 1, repeat_cnt = 0; in lo_probe_loctls_statemachine() local 742 if (repeat_cnt == 0) { in lo_probe_loctls_statemachine() 745 repeat_cnt++; in lo_probe_loctls_statemachine() 748 } else if (repeat_cnt == 2) in lo_probe_loctls_statemachine() 753 } while (++repeat_cnt < max_repeat); in lo_probe_loctls_statemachine()
|
/drivers/usb/host/ |
D | hwa-hc.c | 353 u8 repeat_cnt, u8 handle, in __hwahc_op_mmcie_add() argument 363 interval << 8 | repeat_cnt, in __hwahc_op_mmcie_add()
|