Searched refs:geth (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_subset.c | 259 struct f_gether *geth = func_to_geth(f); in geth_set_alt() local 265 if (geth->port.in_ep->enabled) { in geth_set_alt() 267 gether_disconnect(&geth->port); in geth_set_alt() 271 if (config_ep_by_speed(cdev->gadget, f, geth->port.in_ep) || in geth_set_alt() 272 config_ep_by_speed(cdev->gadget, f, geth->port.out_ep)) { in geth_set_alt() 273 geth->port.in_ep->desc = NULL; in geth_set_alt() 274 geth->port.out_ep->desc = NULL; in geth_set_alt() 278 net = gether_connect(&geth->port); in geth_set_alt() 284 struct f_gether *geth = func_to_geth(f); in geth_disable() local 288 gether_disconnect(&geth->port); in geth_disable() [all …]
|
D | f_rndis.c | 633 static void rndis_open(struct gether *geth) in rndis_open() argument 635 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_open() 636 struct usb_composite_dev *cdev = geth->func.config->cdev; in rndis_open() 645 static void rndis_close(struct gether *geth) in rndis_close() argument 647 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_close() 649 DBG(geth->func.config->cdev, "%s\n", __func__); in rndis_close()
|
D | f_ecm.c | 655 static void ecm_open(struct gether *geth) in ecm_open() argument 657 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open() 665 static void ecm_close(struct gether *geth) in ecm_close() argument 667 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
|
D | f_ncm.c | 1308 static void ncm_open(struct gether *geth) in ncm_open() argument 1310 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open() 1320 static void ncm_close(struct gether *geth) in ncm_close() argument 1322 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/ |
D | startup.inc | 48 ;; If eth_mdio, eth, geth bits are set in hwprot, don't 51 move.d 0xFC000000, $r2 ; pins 25..0 are eth_mdio, eth, geth 58 btstq REG_BIT(pinmux, rw_hwprot, geth), $r0 59 GIO_SET_P 0x000000FF, $r2 ;; pins 0..7 are geth
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-usb-gadget-subset | 1 What: /config/usb-gadget/gadget/functions/geth.name
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | pinmux.c | 111 hwprot.geth = regk_pinmux_yes; in crisv32_pinmux_alloc_fixed() 282 hwprot.eth = hwprot.eth_mdio = hwprot.geth = regk_pinmux_no; in crisv32_pinmux_dealloc_fixed()
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | pinmux_defs.h | 88 unsigned int geth : 1; member
|
/linux-4.4.14/Documentation/usb/ |
D | gadget-testing.txt | 95 The function name to use when creating the function directory is "geth".
|