Searched refs:geth (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 108 struct gemini_ethernet *geth; member 545 struct gemini_ethernet *geth = port->geth; in gmac_setup_txqs() local 561 desc_ring = dma_alloc_coherent(geth->dev, len * sizeof(*desc_ring), in gmac_setup_txqs() 570 dev_warn(geth->dev, "TX queue base is not aligned\n"); in gmac_setup_txqs() 571 dma_free_coherent(geth->dev, len * sizeof(*desc_ring), in gmac_setup_txqs() 604 struct gemini_ethernet *geth = port->geth; in gmac_clean_txq() local 627 dma_unmap_single(geth->dev, mapping, in gmac_clean_txq() 675 struct gemini_ethernet *geth = port->geth; in gmac_cleanup_txqs() local 692 dma_free_coherent(geth->dev, in gmac_cleanup_txqs() 700 struct gemini_ethernet *geth = port->geth; in gmac_setup_rxq() local [all …]
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_subset.c | 256 struct f_gether *geth = func_to_geth(f); in geth_set_alt() local 262 if (geth->port.in_ep->enabled) { in geth_set_alt() 264 gether_disconnect(&geth->port); in geth_set_alt() 268 if (config_ep_by_speed(cdev->gadget, f, geth->port.in_ep) || in geth_set_alt() 269 config_ep_by_speed(cdev->gadget, f, geth->port.out_ep)) { in geth_set_alt() 270 geth->port.in_ep->desc = NULL; in geth_set_alt() 271 geth->port.out_ep->desc = NULL; in geth_set_alt() 275 net = gether_connect(&geth->port); in geth_set_alt() 281 struct f_gether *geth = func_to_geth(f); in geth_disable() local 285 gether_disconnect(&geth->port); in geth_disable() [all …]
|
| H A D | f_rndis.c | 625 static void rndis_open(struct gether *geth) in rndis_open() argument 627 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_open() 628 struct usb_composite_dev *cdev = geth->func.config->cdev; in rndis_open() 637 static void rndis_close(struct gether *geth) in rndis_close() argument 639 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_close() 641 DBG(geth->func.config->cdev, "%s\n", __func__); in rndis_close()
|
| H A D | f_ecm.c | 650 static void ecm_open(struct gether *geth) in ecm_open() argument 652 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open() 660 static void ecm_close(struct gether *geth) in ecm_close() argument 662 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
|
| H A D | f_ncm.c | 1404 static void ncm_open(struct gether *geth) in ncm_open() argument 1406 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open() 1416 static void ncm_close(struct gether *geth) in ncm_close() argument 1418 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-subset | 1 What: /config/usb-gadget/gadget/functions/geth.name
|
| /linux/Documentation/usb/ |
| H A D | gadget-testing.rst | 120 The function name to use when creating the function directory is "geth".
|