Lines Matching refs:handle
98 unsigned handle, itr; in wusbhc_mmcie_set() local
105 handle = wusbhc->mmcies_max - 1; in wusbhc_mmcie_set()
114 handle = ~0; in wusbhc_mmcie_set()
117 handle = itr; in wusbhc_mmcie_set()
121 handle = itr; in wusbhc_mmcie_set()
123 if (handle == ~0) in wusbhc_mmcie_set()
126 result = (wusbhc->mmcie_add)(wusbhc, interval, repeat_cnt, handle, in wusbhc_mmcie_set()
129 wusbhc->mmcie[handle] = wuie; in wusbhc_mmcie_set()
144 unsigned handle, itr; in wusbhc_mmcie_rm() local
149 handle = itr; in wusbhc_mmcie_rm()
157 result = (wusbhc->mmcie_rm)(wusbhc, handle); in wusbhc_mmcie_rm()