Searched refs:PD_HEADER_LE (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 752 msg.header = PD_HEADER_LE(PD_CTRL_REJECT, in tcpm_pd_send_source_caps() 758 msg.header = PD_HEADER_LE(PD_DATA_SOURCE_CAP, in tcpm_pd_send_source_caps() 781 msg.header = PD_HEADER_LE(PD_CTRL_REJECT, in tcpm_pd_send_sink_caps() 787 msg.header = PD_HEADER_LE(PD_DATA_SINK_CAP, in tcpm_pd_send_sink_caps() 1428 msg.header = PD_HEADER_LE(type, port->pwr_role, in tcpm_pd_send_control() 1826 msg.header = PD_HEADER_LE(PD_DATA_REQUEST, in tcpm_pd_send_request() 1923 msg.header = PD_HEADER_LE(PD_DATA_REQUEST, in tcpm_pd_send_pps_request()
|
| /rk3399_rockchip-uboot/include/power/power_delivery/ |
| H A D | pd.h | 99 #define PD_HEADER_LE(type, pwr, data, rev, id, cnt) \ macro
|