Lines Matching defs:dev

23 	struct device dev;  member
28 static void pdo_release(struct device *dev) in pdo_release()
37 dual_role_power_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_power_show()
44 usb_suspend_supported_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_suspend_supported_show()
51 higher_capability_show(struct device *dev, struct device_attribute *attr, char *buf) in higher_capability_show()
58 unconstrained_power_show(struct device *dev, struct device_attribute *attr, char *buf) in unconstrained_power_show()
65 usb_communication_capable_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_communication_capable_show()
72 dual_role_data_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_data_show()
79 unchunked_extended_messages_supported_show(struct device *dev, in unchunked_extended_messages_supported_show()
96 fast_role_swap_current_show(struct device *dev, struct device_attribute *attr, char *buf) in fast_role_swap_current_show()
102 static ssize_t voltage_show(struct device *dev, struct device_attribute *attr, char *buf) in voltage_show()
109 static ssize_t current_show(struct device *dev, struct device_attribute *attr, char *buf) in current_show()
197 maximum_voltage_show(struct device *dev, struct device_attribute *attr, char *buf) in maximum_voltage_show()
204 minimum_voltage_show(struct device *dev, struct device_attribute *attr, char *buf) in minimum_voltage_show()
242 maximum_power_show(struct device *dev, struct device_attribute *attr, char *buf) in maximum_power_show()
249 operational_power_show(struct device *dev, struct device_attribute *attr, char *buf) in operational_power_show()
287 pps_power_limited_show(struct device *dev, struct device_attribute *attr, char *buf) in pps_power_limited_show()
294 pps_max_voltage_show(struct device *dev, struct device_attribute *attr, char *buf) in pps_max_voltage_show()
300 pps_min_voltage_show(struct device *dev, struct device_attribute *attr, char *buf) in pps_min_voltage_show()
306 pps_max_current_show(struct device *dev, struct device_attribute *attr, char *buf) in pps_max_current_show()
447 static int remove_pdo(struct device *dev, void *data) in remove_pdo()
460 static void pd_capabilities_release(struct device *dev) in pd_capabilities_release()
534 static ssize_t revision_show(struct device *dev, struct device_attribute *attr, char *buf) in revision_show()
542 static ssize_t version_show(struct device *dev, struct device_attribute *attr, char *buf) in version_show()
572 static void pd_release(struct device *dev) in pd_release()
588 struct device *dev; in usb_power_delivery_find() local
667 int usb_power_delivery_link_device(struct usb_power_delivery *pd, struct device *dev) in usb_power_delivery_link_device()
692 void usb_power_delivery_unlink_device(struct usb_power_delivery *pd, struct device *dev) in usb_power_delivery_unlink_device()