Searched refs:ibmasmfs_create_file (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/misc/ibmasm/ |
| H A D | ibmasmfs.c | 145 static int ibmasmfs_create_file(struct dentry *parent, in ibmasmfs_create_file() function 585 ibmasmfs_create_file(dir, "command", &command_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 586 ibmasmfs_create_file(dir, "event", &event_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 587 ibmasmfs_create_file(dir, "reverse_heartbeat", &r_heartbeat_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 593 …ibmasmfs_create_file(remote_dir, "width", &remote_settings_fops, (void *)display_width(sp), S_IRUS… in ibmasmfs_create_files() 594 …ibmasmfs_create_file(remote_dir, "height", &remote_settings_fops, (void *)display_height(sp), S_IR… in ibmasmfs_create_files() 595 …ibmasmfs_create_file(remote_dir, "depth", &remote_settings_fops, (void *)display_depth(sp), S_IRUS… in ibmasmfs_create_files()
|