Lines Matching defs:mod
219 struct usbhs_mod *mod = usbhs_mod_get_current(priv); \
221 if (!mod) \
224 mod->status |= status; \
226 mod->status &= ~status; \
227 usbhs_irq_callback_update(priv, mod); \
1413 struct usbhs_mod *mod = usbhs_mod_get_current(priv);
1418 mod->irq_empty = usbhsf_irq_empty;
1419 mod->irq_ready = usbhsf_irq_ready;
1420 mod->irq_bempsts = 0;
1421 mod->irq_brdysts = 0;
1430 struct usbhs_mod *mod = usbhs_mod_get_current(priv);
1432 mod->irq_empty = NULL;
1433 mod->irq_ready = NULL;
1434 mod->irq_bempsts = 0;
1435 mod->irq_brdysts = 0;