Searched refs:ibmasmfs_create_file (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/ibmasm/
H A Dibmasmfs.c152 static struct dentry *ibmasmfs_create_file(struct dentry *parent, ibmasmfs_create_file() function
617 ibmasmfs_create_file(dir, "command", &command_fops, sp, S_IRUSR|S_IWUSR); ibmasmfs_create_files()
618 ibmasmfs_create_file(dir, "event", &event_fops, sp, S_IRUSR|S_IWUSR); ibmasmfs_create_files()
619 ibmasmfs_create_file(dir, "reverse_heartbeat", &r_heartbeat_fops, sp, S_IRUSR|S_IWUSR); ibmasmfs_create_files()
625 ibmasmfs_create_file(remote_dir, "width", &remote_settings_fops, (void *)display_width(sp), S_IRUSR|S_IWUSR); ibmasmfs_create_files()
626 ibmasmfs_create_file(remote_dir, "height", &remote_settings_fops, (void *)display_height(sp), S_IRUSR|S_IWUSR); ibmasmfs_create_files()
627 ibmasmfs_create_file(remote_dir, "depth", &remote_settings_fops, (void *)display_depth(sp), S_IRUSR|S_IWUSR); ibmasmfs_create_files()

Completed in 40 milliseconds