Searched defs:_dev_ (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/usb/typec/ | 
| D | mux.h | 18 #define to_typec_switch(_dev_) container_of(_dev_, struct typec_switch, dev)  argument 19 #define to_typec_mux(_dev_) container_of(_dev_, struct typec_mux, dev)  argument
  | 
| D | class.h | 64 #define to_typec_port(_dev_) container_of(_dev_, struct typec_port, dev)  argument 65 #define to_typec_plug(_dev_) container_of(_dev_, struct typec_plug, dev)  argument 66 #define to_typec_cable(_dev_) container_of(_dev_, struct typec_cable, dev)  argument 67 #define to_typec_partner(_dev_) container_of(_dev_, struct typec_partner, dev)  argument
  | 
| D | bus.h | 32 #define is_typec_altmode(_dev_) (_dev_->type == &typec_altmode_dev_type)  argument
  |