Lines Matching refs:actconfig
29 struct usb_host_config *actconfig; \
36 actconfig = udev->actconfig; \
37 if (actconfig) \
39 actconfig->desc.field); \
55 struct usb_host_config *actconfig; in bMaxPower_show() local
62 actconfig = udev->actconfig; in bMaxPower_show()
63 if (actconfig) in bMaxPower_show()
64 rc = sysfs_emit(buf, "%dmA\n", usb_get_max_power(udev, actconfig)); in bMaxPower_show()
74 struct usb_host_config *actconfig; in configuration_show() local
81 actconfig = udev->actconfig; in configuration_show()
82 if (actconfig && actconfig->string) in configuration_show()
83 rc = sysfs_emit(buf, "%s\n", actconfig->string); in configuration_show()