Lines Matching defs:h
113 #define __usbhsh_for_each_udev(start, pos, h, i) \ argument
124 #define usbhsh_hcd_to_hpriv(h) (struct usbhsh_hpriv *)((h)->hcd_priv) argument
125 #define usbhsh_hcd_to_dev(h) ((h)->self.controller) argument
127 #define usbhsh_hpriv_to_priv(h) ((h)->mod.priv) argument
128 #define usbhsh_hpriv_to_dcp(h) ((h)->dcp) argument
129 #define usbhsh_hpriv_to_hcd(h) \ argument
142 #define usbhsh_udev_to_usbv(h) ((h)->usbv) argument
143 #define usbhsh_udev_is_used(h) usbhsh_udev_to_usbv(h) argument
149 #define usbhsh_device_number(h, d) ((int)((d) - (h)->udev)) argument
150 #define usbhsh_device_nth(h, d) ((h)->udev + d) argument
151 #define usbhsh_device0(h) usbhsh_device_nth(h, 0) argument
153 #define usbhsh_port_stat_init(h) ((h)->port_stat = 0) argument
154 #define usbhsh_port_stat_set(h, s) ((h)->port_stat |= (s)) argument
155 #define usbhsh_port_stat_clear(h, s) ((h)->port_stat &= ~(s)) argument
156 #define usbhsh_port_stat_get(h) ((h)->port_stat) argument