Lines Matching refs:actconfig
28 struct usb_host_config *actconfig; \
35 actconfig = udev->actconfig; \
36 if (actconfig) \
38 actconfig->desc.field); \
54 struct usb_host_config *actconfig; in bMaxPower_show() local
61 actconfig = udev->actconfig; in bMaxPower_show()
62 if (actconfig) in bMaxPower_show()
63 rc = sprintf(buf, "%dmA\n", usb_get_max_power(udev, actconfig)); in bMaxPower_show()
73 struct usb_host_config *actconfig; in configuration_show() local
80 actconfig = udev->actconfig; in configuration_show()
81 if (actconfig && actconfig->string) in configuration_show()
82 rc = sprintf(buf, "%s\n", actconfig->string); in configuration_show()