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

/drivers/i2c/busses/
H A Di2c-tiny-usb.c128 __le32 *pfunc; local
131 pfunc = kmalloc(sizeof(*pfunc), GFP_KERNEL);
134 if (!pfunc || usb_read(adapter, CMD_GET_FUNC, 0, 0, pfunc,
135 sizeof(*pfunc)) != sizeof(*pfunc)) {
141 ret = le32_to_cpup(pfunc);
143 kfree(pfunc);
/drivers/staging/rtl8712/
H A Dosdep_service.h65 void *pfunc, void *cntx)
67 ptimer->function = pfunc;
63 _init_timer(struct timer_list *ptimer, struct net_device *padapter, void *pfunc, void *cntx) argument
/drivers/staging/rtl8188eu/include/
H A Dosdep_service.h81 void *pfunc, void *cntx)
83 ptimer->function = pfunc;
79 _init_timer(struct timer_list *ptimer, struct net_device *nic_hdl, void *pfunc, void *cntx) argument
/drivers/usb/renesas_usbhs/
H A Dcommon.c69 !((priv)->pfunc.func) ? 0 : \
70 (priv)->pfunc.func(args))
528 priv->pfunc = usbhs_rcar2_ops;
540 memcpy(&priv->pfunc,
560 if (priv->pfunc.get_vbus)
H A Dcommon.h247 struct renesas_usbhs_platform_callback pfunc; member in struct:usbhs_priv
H A Dmod.c63 priv->pfunc.get_vbus = usbhsm_autonomy_get_vbus;

Completed in 101 milliseconds