Searched refs:mux_dev (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/gdm724x/
H A Dgdm_mux.c142 struct mux_dev *mux_dev = r->mux_dev; local
182 mux_dev->tty_dev,
195 mux_dev->tty_dev,
207 struct mux_dev *mux_dev = local
208 container_of(work, struct mux_dev, work_rx.work);
210 struct rx_cxt *rx = &mux_dev->rx;
250 struct mux_dev *mux_de local
274 struct mux_dev *mux_dev = priv_dev; local
345 struct mux_dev *mux_dev = priv_dev; local
408 struct mux_dev *mux_dev = priv_dev; local
429 release_usb(struct mux_dev *mux_dev) argument
463 init_usb(struct mux_dev *mux_dev) argument
496 struct mux_dev *mux_dev; local
565 struct mux_dev *mux_dev; local
584 struct mux_dev *mux_dev; local
617 struct mux_dev *mux_dev; local
[all...]
H A Dgdm_mux.h49 void *mux_dev; member in struct:mux_rx
68 struct mux_dev { struct
/linux-master/drivers/usb/typec/
H A Dmux.c353 struct typec_mux_dev *mux_dev; local
360 mux_dev = mux->mux_devs[i];
361 module_put(mux_dev->dev.parent->driver->owner);
362 put_device(&mux_dev->dev);
370 struct typec_mux_dev *mux_dev; local
378 mux_dev = mux->mux_devs[i];
380 ret = mux_dev->set(mux_dev, state);
412 struct typec_mux_dev *mux_dev; local
418 mux_dev
453 typec_mux_unregister(struct typec_mux_dev *mux_dev) argument
460 typec_mux_set_drvdata(struct typec_mux_dev *mux_dev, void *data) argument
466 typec_mux_get_drvdata(struct typec_mux_dev *mux_dev) argument
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpcie.c375 bus->mux_dev = alloc_netdev_dummy(0);
376 if (!bus->mux_dev) {
395 free_netdev(bus->mux_dev);
427 free_netdev(bus->mux_dev);
H A Dpearl_pcie.c764 bus->mux_dev->stats.rx_dropped++;
769 bus->mux_dev->stats.rx_dropped++;
1149 netif_napi_add_weight(bus->mux_dev, &bus->mux_napi,
H A Dtopaz_pcie.c670 bus->mux_dev->stats.rx_dropped++;
675 bus->mux_dev->stats.rx_dropped++;
1162 netif_napi_add_weight(bus->mux_dev, &bus->mux_napi,
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dbus.h62 struct net_device *mux_dev; member in struct:qtnf_bus

Completed in 174 milliseconds