Searched defs:mux_dev (Results 1 – 4 of 4) sorted by relevance
49 void *mux_dev; member68 struct mux_dev { struct69 struct usb_device *usbdev;70 struct usb_interface *control_intf;71 struct usb_interface *data_intf;72 struct rx_cxt rx;73 struct delayed_work work_rx;74 struct usb_interface *intf;75 int usb_state;76 int (*rx_cb)(void *data,[all …]
142 struct mux_dev *mux_dev = r->mux_dev; in up_to_host() local207 struct mux_dev *mux_dev = in do_rx() local250 struct mux_dev *mux_dev = r->mux_dev; in gdm_mux_rcv_complete() local274 struct mux_dev *mux_dev = priv_dev; in gdm_mux_recv() local345 struct mux_dev *mux_dev = priv_dev; in gdm_mux_send() local408 struct mux_dev *mux_dev = priv_dev; in gdm_mux_send_control() local429 static void release_usb(struct mux_dev *mux_dev) in release_usb()463 static int init_usb(struct mux_dev *mux_dev) in init_usb()496 struct mux_dev *mux_dev; in gdm_mux_probe() local565 struct mux_dev *mux_dev; in gdm_mux_disconnect() local[all …]
392 struct typec_mux_dev *mux_dev; in typec_mux_put() local409 struct typec_mux_dev *mux_dev; in typec_mux_set() local451 struct typec_mux_dev *mux_dev; in typec_mux_register() local492 void typec_mux_unregister(struct typec_mux_dev *mux_dev) in typec_mux_unregister()499 void typec_mux_set_drvdata(struct typec_mux_dev *mux_dev, void *data) in typec_mux_set_drvdata()505 void *typec_mux_get_drvdata(struct typec_mux_dev *mux_dev) in typec_mux_get_drvdata()
62 struct net_device mux_dev; member