Searched refs:PD_HEADER_LE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | pd.h | 99 #define PD_HEADER_LE(type, pwr, data, rev, id, cnt) \ macro
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 1154 msg.header = PD_HEADER_LE(PD_CTRL_REJECT, in tcpm_pd_send_source_caps() 1160 msg.header = PD_HEADER_LE(PD_DATA_SOURCE_CAP, in tcpm_pd_send_source_caps() 1191 msg.header = PD_HEADER_LE(PD_CTRL_REJECT, in tcpm_pd_send_sink_caps() 1197 msg.header = PD_HEADER_LE(PD_DATA_SINK_CAP, in tcpm_pd_send_sink_caps() 2056 msg.header = PD_HEADER_LE(PD_DATA_VENDOR_DEF, in vdm_run_state_machine() 3048 msg.header = PD_HEADER_LE(type, port->pwr_role, in tcpm_pd_send_control() 3420 msg.header = PD_HEADER_LE(PD_DATA_REQUEST, in tcpm_pd_send_request() 3504 msg.header = PD_HEADER_LE(PD_DATA_REQUEST, in tcpm_pd_send_pps_request()
|