Home
last modified time | relevance | path

Searched refs:resp_mux (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_sysfs.c315 struct ec_response_usb_pd_mux_info resp_mux; in usbpdmuxinfo_show() local
321 &req, sizeof(req), &resp_mux, sizeof(resp_mux)); in usbpdmuxinfo_show()
326 !!(resp_mux.flags & USB_PD_MUX_USB_ENABLED)); in usbpdmuxinfo_show()
328 !!(resp_mux.flags & USB_PD_MUX_DP_ENABLED)); in usbpdmuxinfo_show()
330 (resp_mux.flags & USB_PD_MUX_POLARITY_INVERTED) ? in usbpdmuxinfo_show()
333 !!(resp_mux.flags & USB_PD_MUX_HPD_IRQ)); in usbpdmuxinfo_show()
335 !!(resp_mux.flags & USB_PD_MUX_HPD_LVL)); in usbpdmuxinfo_show()
337 !!(resp_mux.flags & USB_PD_MUX_SAFE_MODE)); in usbpdmuxinfo_show()
339 !!(resp_mux.flags & USB_PD_MUX_TBT_COMPAT_ENABLED)); in usbpdmuxinfo_show()
341 !!(resp_mux.flags & USB_PD_MUX_USB4_ENABLED)); in usbpdmuxinfo_show()