Searched refs:gp (Results 1 – 3 of 3) sorted by relevance
91 #define usbhsg_gpriv_to_dev(gp) usbhs_priv_to_dev((gp)->mod.priv) argument92 #define usbhsg_gpriv_to_priv(gp) ((gp)->mod.priv) argument93 #define usbhsg_gpriv_to_dcp(gp) ((gp)->uep) argument94 #define usbhsg_gpriv_to_nth_uep(gp, i) ((gp)->uep + i) argument104 #define usbhsg_is_not_connected(gp) ((gp)->gadget.speed == USB_SPEED_UNKNOWN) argument107 #define usbhsg_status_init(gp) do {(gp)->status = 0; } while (0) argument108 #define usbhsg_status_set(gp, b) (gp->status |= b) argument109 #define usbhsg_status_clr(gp, b) (gp->status &= ~b) argument110 #define usbhsg_status_has(gp, b) (gp->status & b) argument
29 #define GPIO_BIT(gp) ((gp) & 0x1F) argument
535 struct armada_37xx_pin_group *gp = &info->data->groups[g]; in armada_37xx_fill_func() local538 for (f = 0; (f < NB_FUNCS) && gp->funcs[f]; f++) { in armada_37xx_fill_func()539 if (strcmp(gp->funcs[f], name) == 0) { in armada_37xx_fill_func()540 *groups = gp->name; in armada_37xx_fill_func()
Completed in 12 milliseconds