Home
last modified time | relevance | path

Searched defs:gpriv (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/can/rcar/
Drcar_canfd.c90 #define RCANFD_GERFL_ERR(gpriv, x) \ argument
99 #define RCANFD_GAFLCFG_SETRNC(gpriv, n, x) \ argument
103 #define RCANFD_GAFLCFG_GETRNC(gpriv, n, x) \ argument
109 #define RCANFD_GAFLECTR_AFLPN(gpriv, x) ((x) & reg_v3u(gpriv, 0x7f, 0x1f)) argument
126 #define RCANFD_NCFG_NTSEG2(gpriv, x) \ argument
129 #define RCANFD_NCFG_NTSEG1(gpriv, x) \ argument
132 #define RCANFD_NCFG_NSJW(gpriv, x) \ argument
197 #define RCANFD_DCFG_DTSEG2(gpriv, x) \ argument
200 #define RCANFD_DCFG_DTSEG1(gpriv, x) \ argument
242 #define RCANFD_CFCC_CFTML(gpriv, x) (((x) & 0xf) << reg_v3u(gpriv, 16, 20)) argument
[all …]
/linux-6.1.9/drivers/usb/renesas_usbhs/
Dmod_gadget.c36 struct usbhsg_gpriv *gpriv; member
81 #define usbhsg_for_each_uep(pos, gpriv, i) \ argument
84 #define usbhsg_for_each_uep_with_dcp(pos, gpriv, i) \ argument
122 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep); in __usbhsg_queue_pop() local
140 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep); in usbhsg_queue_pop() local
167 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep); in usbhsg_queue_push() local
221 struct usbhsg_gpriv *gpriv = usbhsg_priv_to_gpriv(priv); in usbhsg_recip_handler_std_control_done() local
234 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep); in usbhsg_recip_handler_std_clear_endpoint() local
311 static void __usbhsg_recip_send_status(struct usbhsg_gpriv *gpriv, in __usbhsg_recip_send_status()
352 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep); in usbhsg_recip_handler_std_get_device() local
[all …]
/linux-6.1.9/drivers/net/ethernet/seeq/
Dsgiseeq.c246 static struct sgiseeq_private *gpriv; variable