Home
last modified time | relevance | path

Searched refs:geth (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cortina/
H A Dgemini.c549 struct gemini_ethernet *geth = port->geth; in gmac_setup_txqs() local
608 struct gemini_ethernet *geth = port->geth; in gmac_clean_txq() local
679 struct gemini_ethernet *geth = port->geth; in gmac_cleanup_txqs() local
704 struct gemini_ethernet *geth = port->geth; in gmac_setup_rxq() local
756 struct gemini_ethernet *geth = port->geth; in gmac_cleanup_rxq() local
1040 struct gemini_ethernet *geth = port->geth; in geth_resize_freeq() local
1707 geth = port->geth; in gmac_irq()
2266 geth = port->geth; in gemini_port_irq_thread()
2288 geth = port->geth; in gemini_port_irq()
2325 if (geth->port0 && geth->port1) in gemini_ethernet_init()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Df_subset.c269 geth->port.in_ep->desc = NULL; in geth_set_alt()
284 gether_disconnect(&geth->port); in geth_disable()
341 geth->port.in_ep = ep; in geth_bind()
346 geth->port.out_ep = ep; in geth_bind()
371 geth->port.in_ep->name, geth->port.out_ep->name); in geth_bind()
465 struct f_gether *geth; in geth_alloc() local
470 geth = kzalloc(sizeof(*geth), GFP_KERNEL); in geth_alloc()
471 if (!geth) in geth_alloc()
480 sizeof(geth->ethaddr)); in geth_alloc()
482 kfree(geth); in geth_alloc()
[all …]
H A Df_rndis.c622 static void rndis_open(struct gether *geth) in rndis_open() argument
624 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_open()
625 struct usb_composite_dev *cdev = geth->func.config->cdev; in rndis_open()
634 static void rndis_close(struct gether *geth) in rndis_close() argument
636 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_close()
638 DBG(geth->func.config->cdev, "%s\n", __func__); in rndis_close()
H A Df_ecm.c647 static void ecm_open(struct gether *geth) in ecm_open() argument
649 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open()
657 static void ecm_close(struct gether *geth) in ecm_close() argument
659 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
H A Df_ncm.c1388 static void ncm_open(struct gether *geth) in ncm_open() argument
1390 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open()
1400 static void ncm_close(struct gether *geth) in ncm_close() argument
1402 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-subset1 What: /config/usb-gadget/gadget/functions/geth.name
/openbmc/linux/Documentation/usb/
H A Dgadget-testing.rst120 The function name to use when creating the function directory is "geth".