Searched refs:_p (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/scripts/config/
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
27 name ## _p = dlsym(handle, #name); \
H A Dlkc.h27 #define P(name,type,arg) extern type (*name ## _p) arg
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.h886 int (*start) (void *_p);
888 int (*stop) (void *_p);
890 int (*disconnect) (void *_p);
892 int (*resume_wakeup) (void *_p);
894 int (*suspend) (void *_p);
896 int (*session_start) (void *_p);
905 void *_p);
908 void *_p);
H A Ddwc_otg_hcd.c97 struct usb_hcd *usb_hcd = (struct usb_hcd *)priv->_p;
109 * @param _p void pointer to the <code>struct usb_hcd</code>
111 static int32_t dwc_otg_hcd_start_cb(void *_p) argument
113 dwc_otg_hcd_t *dwc_otg_hcd = hcd_to_dwc_otg_hcd(_p);
125 ((struct usb_hcd *)_p)->self.is_b_host = 1;
127 ((struct usb_hcd *)_p)->self.is_b_host = 0;
131 dwc_otg_hcd->_p = _p;
140 * @param _p void pointer to the <code>struct usb_hcd</code>
142 static int32_t dwc_otg_hcd_stop_cb( void *_p )
[all...]
H A Ddwc_otg_hcd.h372 struct usb_hcd *_p; member in struct:dwc_otg_hcd
H A Ddwc_otg_cil.c3000 * @param _p pointer to be passed to callback function (usb_hcd*).
3004 void *_p)
3007 _cb->p = _p;
3016 * @param _p pointer to be passed to callback function (pcd*).
3020 void *_p)
3023 _cb->p = _p;
3002 dwc_otg_cil_register_hcd_callbacks( dwc_otg_core_if_t *_core_if, dwc_otg_cil_callbacks_t *_cb, void *_p) argument
3018 dwc_otg_cil_register_pcd_callbacks( dwc_otg_core_if_t *_core_if, dwc_otg_cil_callbacks_t *_cb, void *_p) argument
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_cil.h1075 int (*start) (void *_p);
1077 int (*stop) (void *_p);
1079 int (*disconnect) (void *_p);
1081 int (*resume_wakeup) (void *_p);
1083 int (*suspend) (void *_p);
1085 int (*session_start) (void *_p);
1092 void *_p);
1095 void *_p);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Drtl8366rb.c92 #define RTL8366RB_MIB_CTRL_PORT_RESET(_p) BIT(2 + (_p))
96 #define RTL8366RB_PORT_VLAN_CTRL_REG(_p) \
97 (RTL8366RB_PORT_VLAN_CTRL_BASE + (_p) / 4)
99 #define RTL8366RB_PORT_VLAN_CTRL_SHIFT(_p) (4 * ((_p) % 4))
H A Drtl8367.c31 #define RTL8367_PORT_CFG_REG(_p) (0x000e + 0x20 * (_p))
74 #define RTL8367_VLAN_PVID_CTRL_REG(_p) (0x0700 + (_p) / 2)
76 #define RTL8367_VLAN_PVID_CTRL_SHIFT(_p) (8 * ((_p) % 2))
92 #define RTL8367_PORT_ISOLATION_REG(_p) (0x08a2 + (_p))
101 #define RTL8367_MIB_CTRL_PORT_RESET_MASK(_p) BIT(2 + (_p))
[all...]
H A Drtl8367b.c31 #define RTL8367B_PORT_MISC_CFG_REG(_p) (0x000e + 0x20 * (_p))
77 #define RTL8367B_VLAN_PVID_CTRL_REG(_p) (0x0700 + (_p) / 2) /*GOOD*/
79 #define RTL8367B_VLAN_PVID_CTRL_SHIFT(_p) (8 * ((_p) % 2)) /*GOOD*/
95 #define RTL8367B_PORT_ISOLATION_REG(_p) (0x08a2 + (_p)) /*GOOD*/
105 #define RTL8367B_MIB_CTRL0_PORT_RESET_MASK(_p) BIT(2 + (_p)) /*GOO
[all...]
H A Drtl8366s.c97 #define RTL8366S_PORT_VLAN_CTRL_REG(_p) \
98 (RTL8366S_PORT_VLAN_CTRL_BASE + (_p) / 4)
100 #define RTL8366S_PORT_VLAN_CTRL_SHIFT(_p) (4 * ((_p) % 4))
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_ar7240.c214 #define AR934X_FLOOD_MASK_MC_DP(_p) BIT(16 + (_p))
216 #define AR934X_FLOOD_MASK_BC_DP(_p) BIT(25 + (_p))

Completed in 136 milliseconds