Searched refs:geth (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_subset.c234 struct f_gether *geth = func_to_geth(f); local
240 if (geth->port.in_ep->driver_data) {
242 gether_disconnect(&geth->port);
246 geth->port.in = ep_choose(cdev->gadget,
247 geth->hs.in, geth->fs.in);
248 geth->port.out = ep_choose(cdev->gadget,
249 geth->hs.out, geth->fs.out);
251 net = gether_connect(&geth
257 struct f_gether *geth = func_to_geth(f); local
272 struct f_gether *geth = func_to_geth(f); local
371 struct f_gether *geth; local
[all...]
H A Df_rndis.c531 static void rndis_open(struct gether *geth) argument
533 struct f_rndis *rndis = func_to_rndis(&geth->func);
534 struct usb_composite_dev *cdev = geth->func.config->cdev;
543 static void rndis_close(struct gether *geth) argument
545 struct f_rndis *rndis = func_to_rndis(&geth->func);
547 DBG(geth->func.config->cdev, "%s\n", __func__);
H A Df_ecm.c573 static void ecm_open(struct gether *geth) argument
575 struct f_ecm *ecm = func_to_ecm(&geth->func);
583 static void ecm_close(struct gether *geth) argument
585 struct f_ecm *ecm = func_to_ecm(&geth->func);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/
H A 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Dpinmux.c110 hwprot.geth = regk_pinmux_yes;
280 hwprot.eth = hwprot.eth_mdio = hwprot.geth = regk_pinmux_no;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dpinmux_defs.h88 unsigned int geth : 1; member in struct:__anon8977

Completed in 64 milliseconds