Searched refs:rk_amp_attrs (Results 1 – 1 of 1) sorted by relevance
168 static struct device_attribute rk_amp_attrs[] = { variable282 for (i = 0; i < ARRAY_SIZE(rk_amp_attrs); i++) { in rockchip_amp_probe()283 ret = sysfs_create_file(rk_amp_kobj, &rk_amp_attrs[i].attr); in rockchip_amp_probe()310 for (i = 0; i < ARRAY_SIZE(rk_amp_attrs); i++) in rockchip_amp_remove()311 sysfs_remove_file(rk_amp_kobj, &rk_amp_attrs[i].attr); in rockchip_amp_remove()