Home
last modified time | relevance | path

Searched refs:dhd_conf_file_kobj (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_exportfs.c1408 #define to_cntl_dhd(k) container_of(k, struct dhd_info, dhd_conf_file_kobj)
1489 ret = kobject_init_and_add(&dhd->dhd_conf_file_kobj, in dhd_sysfs_init()
1492 kobject_put(&dhd->dhd_conf_file_kobj); in dhd_sysfs_init()
1502 kobject_uevent(&dhd->dhd_conf_file_kobj, KOBJ_ADD); in dhd_sysfs_init()
1518 if (dhd->dhd_conf_file_kobj.state_initialized) in dhd_sysfs_exit()
1519 kobject_put(&dhd->dhd_conf_file_kobj); in dhd_sysfs_exit()
H A Ddhd_linux_priv.h342 struct kobject dhd_conf_file_kobj; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_exportfs.c1408 #define to_cntl_dhd(k) container_of(k, struct dhd_info, dhd_conf_file_kobj)
1489 ret = kobject_init_and_add(&dhd->dhd_conf_file_kobj, in dhd_sysfs_init()
1492 kobject_put(&dhd->dhd_conf_file_kobj); in dhd_sysfs_init()
1502 kobject_uevent(&dhd->dhd_conf_file_kobj, KOBJ_ADD); in dhd_sysfs_init()
1518 if (dhd->dhd_conf_file_kobj.state_initialized) in dhd_sysfs_exit()
1519 kobject_put(&dhd->dhd_conf_file_kobj); in dhd_sysfs_exit()
H A Ddhd_linux_priv.h342 struct kobject dhd_conf_file_kobj; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_exportfs.c1409 #define to_cntl_dhd(k) container_of(k, struct dhd_info, dhd_conf_file_kobj)
1490 ret = kobject_init_and_add(&dhd->dhd_conf_file_kobj, in dhd_sysfs_init()
1493 kobject_put(&dhd->dhd_conf_file_kobj); in dhd_sysfs_init()
1503 kobject_uevent(&dhd->dhd_conf_file_kobj, KOBJ_ADD); in dhd_sysfs_init()
1518 kobject_put(&dhd->dhd_conf_file_kobj); in dhd_sysfs_exit()
H A Ddhd_linux_priv.h339 struct kobject dhd_conf_file_kobj; member