remote_settings_fops  569 drivers/misc/ibmasm/ibmasmfs.c static const struct file_operations remote_settings_fops = {
remote_settings_fops  599 drivers/misc/ibmasm/ibmasmfs.c 		ibmasmfs_create_file(remote_dir, "width", &remote_settings_fops, (void *)display_width(sp), S_IRUSR|S_IWUSR);
remote_settings_fops  600 drivers/misc/ibmasm/ibmasmfs.c 		ibmasmfs_create_file(remote_dir, "height", &remote_settings_fops, (void *)display_height(sp), S_IRUSR|S_IWUSR);
remote_settings_fops  601 drivers/misc/ibmasm/ibmasmfs.c 		ibmasmfs_create_file(remote_dir, "depth", &remote_settings_fops, (void *)display_depth(sp), S_IRUSR|S_IWUSR);