Home
last modified time | relevance | path

Searched refs:gether (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Du_ether.h52 struct gether { struct
73 struct sk_buff *(*wrap)(struct gether *port, argument
75 int (*unwrap)(struct gether *port, argument
80 void (*open)(struct gether *); argument
81 void (*close)(struct gether *); argument
262 void gether_suspend(struct gether *link);
263 void gether_resume(struct gether *link);
266 struct net_device *gether_connect(struct gether *);
267 void gether_disconnect(struct gether *);
H A Df_subset.c50 struct gether port;
387 USB_ETHERNET_CONFIGFS_ITEM(gether);
390 USB_ETHERNET_CONFIGFS_ITEM_ATTR_DEV_ADDR(gether);
393 USB_ETHERNET_CONFIGFS_ITEM_ATTR_HOST_ADDR(gether);
396 USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(gether);
399 USB_ETHERNET_CONFIGFS_ITEM_ATTR_IFNAME(gether);
H A Du_ether.c59 struct gether *port_usb;
73 struct sk_buff *(*wrap)(struct gether *, struct sk_buff *skb);
74 int (*unwrap)(struct gether *,
352 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests()
440 static int ether_wakeup_host(struct gether *port) in ether_wakeup_host()
617 struct gether *link; in eth_open()
648 struct gether *link = dev->port_usb; in eth_stop()
1042 void gether_suspend(struct gether *link) in gether_suspend()
1064 void gether_resume(struct gether *link) in gether_resume()
1114 struct net_device *gether_connect(struct gether *link) in gether_connect()
[all …]
H A Df_eem.c29 struct gether port;
339 static struct sk_buff *eem_wrap(struct gether *port, struct sk_buff *skb) in eem_wrap()
392 static int eem_unwrap(struct gether *port, in eem_unwrap()
H A Df_rndis.c70 struct gether port;
357 static struct sk_buff *rndis_add_header(struct gether *port, in rndis_add_header()
622 static void rndis_open(struct gether *geth) in rndis_open()
634 static void rndis_close(struct gether *geth) in rndis_close()
H A Df_ncm.c48 struct gether port;
994 static struct sk_buff *ncm_wrap_ntb(struct gether *port, in ncm_wrap_ntb()
1154 static int ncm_unwrap_ntb(struct gether *port, in ncm_unwrap_ntb()
1388 static void ncm_open(struct gether *geth) in ncm_open()
1400 static void ncm_close(struct gether *geth) in ncm_close()
H A Df_ecm.c47 struct gether port;
647 static void ecm_open(struct gether *geth) in ecm_open()
657 static void ecm_close(struct gether *geth) in ecm_close()
H A Drndis.h191 int rndis_rm_hdr(struct gether *port, struct sk_buff *skb,
H A Drndis.c1070 int rndis_rm_hdr(struct gether *port, in rndis_rm_hdr()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a77980-v3hsk.dts25 ethernet0 = &gether;
113 &gether {
190 gether_pins: gether {
193 function = "gether";
H A Dcondor-common.dtsi19 ethernet0 = &gether;
155 &gether {
435 gether_pins: gether {
438 function = "gether";
H A Dr8a77980.dtsi1253 gether: ethernet@e7400000 { label
1254 compatible = "renesas,gether-r8a77980";
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dsh7753evb.c162 struct gether_control_regs *gether = GETHER_CONTROL_BASE; in board_init() local
170 writel(0x00000202, &gether->gbecont); in board_init()
/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dsh7757lcr.c214 struct gether_control_regs *gether = GETHER_CONTROL_BASE; in board_init() local
219 writel(0x00030000, &gether->gbecont); in board_init()
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7740-armadillo800eva.dts237 function = "gether";
H A Dr8a7740.dtsi184 compatible = "renesas,gether-r8a7740";
651 "mmc", "gether", "tpu0";
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpfc-r8a7740.c3015 SH_PFC_FUNCTION(gether),
H A Dpfc-r8a77980.c2470 SH_PFC_FUNCTION(gether),