Home
last modified time | relevance | path

Searched refs:efuse_access_struct (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp_ioctl.c899 struct efuse_access_struct *pefuse; in rtl8188eu_oid_rt_pro_read_efuse_hdl()
908 if (poid_par_priv->information_buf_len < sizeof(struct efuse_access_struct)) in rtl8188eu_oid_rt_pro_read_efuse_hdl()
911 pefuse = (struct efuse_access_struct *)poid_par_priv->information_buf; in rtl8188eu_oid_rt_pro_read_efuse_hdl()
933 struct efuse_access_struct *pefuse; in rtl8188eu_oid_rt_pro_write_efuse_hdl()
942 pefuse = (struct efuse_access_struct *)poid_par_priv->information_buf; in rtl8188eu_oid_rt_pro_write_efuse_hdl()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mp_ioctl.h26 struct efuse_access_struct { struct
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c72 GEN_HANDLER(sizeof(struct efuse_access_struct), rtl8188eu_oid_rt_pro_efuse_hdl, OID_RT_PRO_EFUSE)