Home
last modified time | relevance | path

Searched refs:apsta (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h57 __u8 apsta; member
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h305 u8 apsta; member
H A Dcore.c2557 if (!ctrl->apsta) in nvme_configure_apst()
3161 ctrl->apsta = id->apsta; in nvme_init_identify()
3164 if (force_apst && id->apsta) { in nvme_init_identify()
3171 ctrl->apst_enabled = id->apsta; in nvme_init_identify()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h260 __u8 apsta; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c2773 s32 apsta = 0; in wl_cfg80211_set_ap_role() local
2833 err = wldev_iovar_getint(dev, "apsta", (s32 *)&apsta); in wl_cfg80211_set_ap_role()
2838 if (apsta == 0) { in wl_cfg80211_set_ap_role()
H A Dwl_iapsta.c6611 s32 apsta = 0, ap = 0; in wl_ext_iapsta_alive_postinit() local
6615 wl_ext_iovar_getint(dev, "apsta", &apsta); in wl_ext_iapsta_alive_postinit()
6617 if (apsta == 1 || ap == 0) { in wl_ext_iapsta_alive_postinit()
H A Ddhd_linux.c13655 uint32 apsta = 0; in dhd_override_fwprenit() local
13656 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, in dhd_override_fwprenit()
13657 sizeof(apsta), NULL, 0, TRUE); in dhd_override_fwprenit()
14630 uint32 apsta = 1; /* Enable APSTA mode */ in dhd_legacy_preinit_ioctls() local
14632 uint32 apsta = 0; in dhd_legacy_preinit_ioctls() local
15031 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, in dhd_legacy_preinit_ioctls()
15276 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, TRUE); in dhd_legacy_preinit_ioctls()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c2766 s32 apsta = 0; in wl_cfg80211_set_ap_role() local
2826 err = wldev_iovar_getint(dev, "apsta", (s32 *)&apsta); in wl_cfg80211_set_ap_role()
2831 if (apsta == 0) { in wl_cfg80211_set_ap_role()
H A Dwl_iapsta.c6011 s32 apsta = 0, ap = 0; in wl_ext_iapsta_alive_postinit() local
6015 wl_ext_iovar_getint(dev, "apsta", &apsta); in wl_ext_iapsta_alive_postinit()
6017 if (apsta == 1 || ap == 0) { in wl_ext_iapsta_alive_postinit()
H A Ddhd_linux.c13774 uint32 apsta = 0; in dhd_override_fwprenit() local
13775 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, in dhd_override_fwprenit()
13776 sizeof(apsta), NULL, 0, TRUE); in dhd_override_fwprenit()
14745 uint32 apsta = 1; /* Enable APSTA mode */ in dhd_legacy_preinit_ioctls() local
14747 uint32 apsta = 0; in dhd_legacy_preinit_ioctls() local
15148 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, in dhd_legacy_preinit_ioctls()
15393 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, TRUE); in dhd_legacy_preinit_ioctls()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c10965 uint32 apsta = 1; /* Enable APSTA mode */ in dhd_preinit_ioctls() local
10967 uint32 apsta = 0; in dhd_preinit_ioctls() local
11233 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, in dhd_preinit_ioctls()
11432 dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, TRUE); in dhd_preinit_ioctls()
H A Dwl_android_ext.c4922 s32 apsta = 0, ap = 0; in wl_ext_iapsta_alive_postinit() local
4926 wl_ext_iovar_getint(dev, "apsta", &apsta); in wl_ext_iapsta_alive_postinit()
4928 if (apsta == 1 || ap == 0) { in wl_ext_iapsta_alive_postinit()
H A Dwl_cfg80211.c9600 s32 apsta = 0; in wl_cfg80211_set_ap_role() local
9621 err = wldev_iovar_getint(dev, "apsta", (s32 *)&apsta); in wl_cfg80211_set_ap_role()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c10083 uint32 apsta = 1; /* Enable APSTA mode */ local
10085 uint32 apsta = 0; local
10418 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0,
10624 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, TRUE);
H A Dwl_cfg80211.c11749 s32 apsta = 0; local
11779 err = wldev_iovar_getint(dev, "apsta", (s32 *)&apsta);
11784 if (apsta == 0) {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c10244 uint32 apsta = 1; /* Enable APSTA mode */ local
10246 uint32 apsta = 0; local
10598 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0,
10804 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, TRUE);
H A Dwl_cfg80211.c11644 s32 apsta = 0; local
11674 err = wldev_iovar_getint(dev, "apsta", (s32 *)&apsta);
11679 if (apsta == 0) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c10148 uint32 apsta = 1; /* Enable APSTA mode */ local
10150 uint32 apsta = 0; local
10483 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0,
10689 ret = dhd_iovar(dhd, 0, "apsta", (char *)&apsta, sizeof(apsta), NULL, 0, TRUE);
H A Dwl_cfg80211.c11751 s32 apsta = 0; local
11781 err = wldev_iovar_getint(dev, "apsta", (s32 *)&apsta);
11786 if (apsta == 0) {