Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dcros_ec_sysfs.c314 struct ec_response_usb_pd_mux_info resp_mux; in usbpdmuxinfo_show() local
320 &req, sizeof(req), &resp_mux, sizeof(resp_mux)); in usbpdmuxinfo_show()
325 !!(resp_mux.flags & USB_PD_MUX_USB_ENABLED)); in usbpdmuxinfo_show()
327 !!(resp_mux.flags & USB_PD_MUX_DP_ENABLED)); in usbpdmuxinfo_show()
329 (resp_mux.flags & USB_PD_MUX_POLARITY_INVERTED) ? in usbpdmuxinfo_show()
332 !!(resp_mux.flags & USB_PD_MUX_HPD_IRQ)); in usbpdmuxinfo_show()
334 !!(resp_mux.flags & USB_PD_MUX_HPD_LVL)); in usbpdmuxinfo_show()
336 !!(resp_mux.flags & USB_PD_MUX_SAFE_MODE)); in usbpdmuxinfo_show()
338 !!(resp_mux.flags & USB_PD_MUX_TBT_COMPAT_ENABLED)); in usbpdmuxinfo_show()
340 !!(resp_mux.flags & USB_PD_MUX_USB4_ENABLED)); in usbpdmuxinfo_show()