Home
last modified time | relevance | path

Searched refs:repeat_cnt (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/wusbcore/
Dmmc.c92 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()
Dwusbhc.h277 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/
Dwusb.c70 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()
Dwhcd.h145 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt,
/drivers/net/wireless/b43/
Dlo.c691 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/
Dhwa-hc.c353 u8 repeat_cnt, u8 handle, in __hwahc_op_mmcie_add() argument
363 interval << 8 | repeat_cnt, in __hwahc_op_mmcie_add()