Lines Matching refs:rio_config_attr
22 #define rio_config_attr(field, format_string) \ macro
32 rio_config_attr(did, "0x%04x\n");
33 rio_config_attr(vid, "0x%04x\n");
34 rio_config_attr(device_rev, "0x%08x\n");
35 rio_config_attr(asm_did, "0x%04x\n");
36 rio_config_attr(asm_vid, "0x%04x\n");
37 rio_config_attr(asm_rev, "0x%04x\n");
38 rio_config_attr(destid, "0x%04x\n");
39 rio_config_attr(hopcount, "0x%02x\n");
254 static struct bin_attribute rio_config_attr = { variable
274 err = device_create_bin_file(&rdev->dev, &rio_config_attr); in rio_create_sysfs_dev_files()
297 device_remove_bin_file(&rdev->dev, &rio_config_attr); in rio_remove_sysfs_dev_files()