Searched refs:_dev_ (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/typec/ |
| H A D | class.h | 88 #define to_typec_port(_dev_) container_of(_dev_, struct typec_port, dev) argument 89 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev) argument 90 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev) argument 91 #define to_typec_partner(_dev_) container_of(_dev_, struct typec_partner, dev) argument
|
| H A D | mux.h | 18 #define to_typec_switch_dev(_dev_) container_of(_dev_, struct typec_switch_dev, dev) argument 19 #define to_typec_mux_dev(_dev_) container_of(_dev_, struct typec_mux_dev, dev) argument
|
| H A D | retimer.h | 13 #define to_typec_retimer(_dev_) container_of(_dev_, struct typec_retimer, dev) argument
|