Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_typec.c288 static void cros_unregister_ports(struct cros_typec_data *typec) in cros_unregister_ports()
353 static int cros_typec_init_ports(struct cros_typec_data *typec) in cros_typec_init_ports()
485 static int cros_typec_enable_tbt(struct cros_typec_data *typec, in cros_typec_enable_tbt()
540 static int cros_typec_enable_dp(struct cros_typec_data *typec, in cros_typec_enable_dp()
617 static int cros_typec_enable_usb4(struct cros_typec_data *typec, in cros_typec_enable_usb4()
1220 struct cros_typec_data *typec = container_of(work, struct cros_typec_data, port_work); in cros_typec_port_work()
1233 struct cros_typec_data *typec = container_of(nb, struct cros_typec_data, nb); in cros_ec_typec_event()
1261 struct cros_typec_data *typec; in cros_typec_probe()
1337 struct cros_typec_data *typec = platform_get_drvdata(pdev); in cros_typec_remove()
1346 struct cros_typec_data *typec = dev_get_drvdata(dev); in cros_typec_suspend()
[all …]
H A Dcros_typec_vdm.h10 void cros_typec_handle_vdm_attention(struct cros_typec_data *typec, int port_num);
11 void cros_typec_handle_vdm_response(struct cros_typec_data *typec, int port_num);
H A Dcros_ec_typec.h32 struct cros_typec_data { struct
84 struct cros_typec_data *typec_data;
H A Dcros_typec_vdm.c20 void cros_typec_handle_vdm_attention(struct cros_typec_data *typec, int port_num) in cros_typec_handle_vdm_attention()
59 void cros_typec_handle_vdm_response(struct cros_typec_data *typec, int port_num) in cros_typec_handle_vdm_response()