Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/
Dpch_phub.c661 static const struct bin_attribute pch_bin_attr = { variable
727 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
762 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
789 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
807 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
843 sysfs_remove_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_remove()