Home
last modified time | relevance | path

Searched refs:d_attr (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_exportfs.c492 struct dhd_attr *d_attr = to_attr(attr); in dhd_show() local
498 if (d_attr->show) in dhd_show()
499 ret = d_attr->show(dhd, buf); in dhd_show()
518 struct dhd_attr *d_attr = to_attr(attr); in dhd_store() local
524 if (d_attr->store) in dhd_store()
525 ret = d_attr->store(dhd, buf, count); in dhd_store()
1422 struct dhd_attr *d_attr = to_attr(attr); in dhd_cntl_show() local
1428 if (d_attr->show) in dhd_cntl_show()
1429 ret = d_attr->show(dhd, buf); in dhd_cntl_show()
1448 struct dhd_attr *d_attr = to_attr(attr); in dhd_cntl_store() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_exportfs.c500 struct dhd_attr *d_attr = to_attr(attr); in dhd_show() local
506 if (d_attr->show) in dhd_show()
507 ret = d_attr->show(dhd, buf); in dhd_show()
526 struct dhd_attr *d_attr = to_attr(attr); in dhd_store() local
532 if (d_attr->store) in dhd_store()
533 ret = d_attr->store(dhd, buf, count); in dhd_store()
1421 struct dhd_attr *d_attr = to_attr(attr); in dhd_cntl_show() local
1427 if (d_attr->show) in dhd_cntl_show()
1428 ret = d_attr->show(dhd, buf); in dhd_cntl_show()
1447 struct dhd_attr *d_attr = to_attr(attr); in dhd_cntl_store() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_exportfs.c500 struct dhd_attr *d_attr = to_attr(attr); in dhd_show() local
506 if (d_attr->show) in dhd_show()
507 ret = d_attr->show(dhd, buf); in dhd_show()
526 struct dhd_attr *d_attr = to_attr(attr); in dhd_store() local
532 if (d_attr->store) in dhd_store()
533 ret = d_attr->store(dhd, buf, count); in dhd_store()
1421 struct dhd_attr *d_attr = to_attr(attr); in dhd_cntl_show() local
1427 if (d_attr->show) in dhd_cntl_show()
1428 ret = d_attr->show(dhd, buf); in dhd_cntl_show()
1447 struct dhd_attr *d_attr = to_attr(attr); in dhd_cntl_store() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c2375 struct dhd_attr *d_attr; in dhd_show() local
2380 d_attr = to_attr(attr); in dhd_show()
2383 if (d_attr->show) in dhd_show()
2384 ret = d_attr->show(dhd, buf); in dhd_show()
2399 struct dhd_attr *d_attr; in dhd_store() local
2404 d_attr = to_attr(attr); in dhd_store()
2407 if (d_attr->store) in dhd_store()
2408 ret = d_attr->store(dhd, buf, count); in dhd_store()
2861 struct dhd_attr *d_attr; in dhd_lb_show() local
2866 d_attr = to_attr(attr); in dhd_lb_show()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c2377 struct dhd_attr *d_attr; in dhd_show() local
2382 d_attr = to_attr(attr); in dhd_show()
2385 if (d_attr->show) in dhd_show()
2386 ret = d_attr->show(dhd, buf); in dhd_show()
2401 struct dhd_attr *d_attr; in dhd_store() local
2406 d_attr = to_attr(attr); in dhd_store()
2409 if (d_attr->store) in dhd_store()
2410 ret = d_attr->store(dhd, buf, count); in dhd_store()
2863 struct dhd_attr *d_attr; in dhd_lb_show() local
2868 d_attr = to_attr(attr); in dhd_lb_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-sysfs.c2362 struct device_attribute *d_attr, in coresight_etm4x_reg_show() argument
2368 offset = coresight_etm4x_attr_to_offset(d_attr); in coresight_etm4x_reg_show()
2429 struct device_attribute *d_attr; in coresight_etm4x_attr_reg_implemented() local
2432 d_attr = container_of(attr, struct device_attribute, attr); in coresight_etm4x_attr_reg_implemented()
2433 offset = coresight_etm4x_attr_to_offset(d_attr); in coresight_etm4x_attr_reg_implemented()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c20015 struct dhd_attr *d_attr = to_attr(attr); in dhd_show() local
20021 if (d_attr->show) in dhd_show()
20022 ret = d_attr->show(dhd, buf); in dhd_show()
20041 struct dhd_attr *d_attr = to_attr(attr); in dhd_store() local
20047 if (d_attr->store) in dhd_store()
20048 ret = d_attr->store(dhd, buf, count); in dhd_store()