Lines Matching refs:actconfig
30 struct usb_host_config *actconfig; \
37 actconfig = udev->actconfig; \
38 if (actconfig) \
40 actconfig->desc.field); \
56 struct usb_host_config *actconfig; in bMaxPower_show() local
63 actconfig = udev->actconfig; in bMaxPower_show()
64 if (actconfig) in bMaxPower_show()
65 rc = sysfs_emit(buf, "%dmA\n", usb_get_max_power(udev, actconfig)); in bMaxPower_show()
75 struct usb_host_config *actconfig; in configuration_show() local
82 actconfig = udev->actconfig; in configuration_show()
83 if (actconfig && actconfig->string) in configuration_show()
84 rc = sysfs_emit(buf, "%s\n", actconfig->string); in configuration_show()