Lines Matching defs:h
104 #define __usbhsh_for_each_udev(start, pos, h, i) \ argument
115 #define usbhsh_hcd_to_hpriv(h) (struct usbhsh_hpriv *)((h)->hcd_priv) argument
116 #define usbhsh_hcd_to_dev(h) ((h)->self.controller) argument
118 #define usbhsh_hpriv_to_priv(h) ((h)->mod.priv) argument
119 #define usbhsh_hpriv_to_dcp(h) ((h)->dcp) argument
120 #define usbhsh_hpriv_to_hcd(h) \ argument
133 #define usbhsh_udev_to_usbv(h) ((h)->usbv) argument
134 #define usbhsh_udev_is_used(h) usbhsh_udev_to_usbv(h) argument
140 #define usbhsh_device_number(h, d) ((int)((d) - (h)->udev)) argument
141 #define usbhsh_device_nth(h, d) ((h)->udev + d) argument
142 #define usbhsh_device0(h) usbhsh_device_nth(h, 0) argument
144 #define usbhsh_port_stat_init(h) ((h)->port_stat = 0) argument
145 #define usbhsh_port_stat_set(h, s) ((h)->port_stat |= (s)) argument
146 #define usbhsh_port_stat_clear(h, s) ((h)->port_stat &= ~(s)) argument
147 #define usbhsh_port_stat_get(h) ((h)->port_stat) argument