Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_subset.c259 struct f_gether *geth = func_to_geth(f); in geth_set_alt() local
265 if (geth->port.in_ep->driver_data) { 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 …]
Df_rndis.c636 static void rndis_open(struct gether *geth) in rndis_open() argument
638 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_open()
639 struct usb_composite_dev *cdev = geth->func.config->cdev; in rndis_open()
648 static void rndis_close(struct gether *geth) in rndis_close() argument
650 struct f_rndis *rndis = func_to_rndis(&geth->func); in rndis_close()
652 DBG(geth->func.config->cdev, "%s\n", __func__); in rndis_close()
Df_ecm.c661 static void ecm_open(struct gether *geth) in ecm_open() argument
663 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open()
671 static void ecm_close(struct gether *geth) in ecm_close() argument
673 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
Df_ncm.c1313 static void ncm_open(struct gether *geth) in ncm_open() argument
1315 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open()
1325 static void ncm_close(struct gether *geth) in ncm_close() argument
1327 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/
Dstartup.inc48 ;; 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.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-subset1 What: /config/usb-gadget/gadget/functions/geth.name
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
Dpinmux.c111 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.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dpinmux_defs.h88 unsigned int geth : 1; member
/linux-4.1.27/Documentation/usb/
Dgadget-testing.txt95 The function name to use when creating the function directory is "geth".