Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/typec/
Dclass.h59 #define to_typec_port(_dev_) container_of(_dev_, struct typec_port, dev) argument
60 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev) argument
61 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev) argument
62 #define to_typec_partner(_dev_) container_of(_dev_, struct typec_partner, dev) argument
Dmux.h18 #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
Dbus.h32 #define is_typec_altmode(_dev_) (_dev_->type == &typec_altmode_dev_type) argument