Lines Matching refs:actconfig
25 struct usb_host_config *actconfig; \
30 actconfig = udev->actconfig; \
31 if (actconfig) \
33 actconfig->desc.field); \
49 struct usb_host_config *actconfig; in bMaxPower_show() local
54 actconfig = udev->actconfig; in bMaxPower_show()
55 if (actconfig) in bMaxPower_show()
56 rc = sprintf(buf, "%dmA\n", usb_get_max_power(udev, actconfig)); in bMaxPower_show()
66 struct usb_host_config *actconfig; in configuration_show() local
71 actconfig = udev->actconfig; in configuration_show()
72 if (actconfig && actconfig->string) in configuration_show()
73 rc = sprintf(buf, "%s\n", actconfig->string); in configuration_show()