Searched refs:read_only (Results 1 - 25 of 87) sorted by relevance

1234

/linux-master/drivers/scsi/qedf/
H A Ddrv_fcoe_fw_funcs.c51 t_st_ctx->read_only.dev_type = (u8)(task_params->is_tape_device == 1 ?
54 t_st_ctx->read_only.cid = cpu_to_le32(task_params->conn_cid);
56 t_st_ctx->read_only.glbl_q_num = val;
57 t_st_ctx->read_only.fcp_cmd_trns_size = cpu_to_le32(io_size);
58 t_st_ctx->read_only.task_type = (u8)task_params->task_type;
153 t_st_ctx->read_only.cid = cpu_to_le32(task_params->conn_cid);
155 t_st_ctx->read_only.glbl_q_num = val;
156 t_st_ctx->read_only.task_type = (u8)task_params->task_type;
/linux-master/drivers/nvmem/
H A Dinternals.h19 bool read_only; member in struct:nvmem_device
H A Dqoriq-efuse.c34 .read_only = true,
H A Duniphier-efuse.c50 econfig.read_only = true;
H A Dapple-efuses.c40 .read_only = true,
H A Dlpc18xx_otp.c60 .read_only = true,
H A Dnintendo-otp.c86 .read_only = true,
H A Dimx-iim.c119 cfg.read_only = true,
H A Dimx-ocotp-ele.c133 priv->config.read_only = true;
/linux-master/drivers/hwmon/
H A Dadm1021.c89 static bool read_only; variable
207 if (!read_only)
233 if (!read_only)
460 if (data->type != lm84 && !read_only)
504 module_param(read_only, bool, 0);
505 MODULE_PARM_DESC(read_only, "Don't set any values, read only mode");
H A Dmax1668.c49 static bool read_only; variable
50 module_param(read_only, bool, 0);
51 MODULE_PARM_DESC(read_only, "Don't set any values, read only mode");
332 if (read_only)
H A Dnct6775.h179 bool read_only; member in struct:nct6775_data
221 return data->read_only ? (attr->mode & ~0222) : attr->mode;
H A Dnct6775-i2c.c165 data->read_only = true;
/linux-master/drivers/soc/atmel/
H A Dsfr.c34 .read_only = true,
/linux-master/drivers/i2c/
H A Di2c-slave-eeprom.c36 bool read_only; member in struct:eeprom_data
58 if (!eeprom->read_only) {
157 eeprom->read_only = FIELD_GET(I2C_SLAVE_FLAG_RO, id->driver_data);
/linux-master/include/linux/
H A Dnvmem-provider.h92 * @read_only: Device is read-only.
124 bool read_only; member in struct:nvmem_config
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-device.c190 bool read_only)
219 if (read_only)
189 __v4l2_device_register_subdev_nodes(struct v4l2_device *v4l2_dev, bool read_only) argument
/linux-master/drivers/md/persistent-data/
H A Ddm-block-manager.c381 bool read_only:1; member in struct:dm_block_manager
408 bm->read_only = false;
632 return bm ? bm->read_only : true;
639 bm->read_only = true;
646 bm->read_only = false;
/linux-master/drivers/memstick/core/
H A Dms_block.c163 msb->read_only = true;
175 msb->read_only = true;
194 msb->read_only = true;
753 msb->read_only = true;
761 msb->read_only = true;
792 if (msb->read_only)
828 if (msb->read_only)
1007 if (msb->read_only)
1035 if (msb->read_only)
1090 msb->read_only
[all...]
H A Dms_block.h168 bool read_only; member in struct:msb_data
/linux-master/drivers/mtd/ubi/
H A Dnvmem.c91 config.read_only = true;
/linux-master/fs/hpfs/
H A Dhpfs.h331 u8 read_only: 1; /* dos attrib */ member in struct:hpfs_dirent
347 u8 read_only: 1; /* dos attrib */ member in struct:hpfs_dirent
H A Dnamei.c49 if (!(mode & 0222)) dee.read_only = 1;
70 if (dee.read_only)
93 if (!(mode & 0222)) de->read_only = 1;
149 if (!(mode & 0222)) dee.read_only = 1;
170 if (dee.read_only)
235 if (!(mode & 0222)) dee.read_only = 1;
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rfim.c15 int read_only; member in struct:mmio_reg
151 if (mmio_regs[ret].read_only)\
/linux-master/drivers/md/
H A Ddm-clone-metadata.c140 unsigned int read_only; member in struct:dm_clone_metadata
578 cmd->read_only = 0;
857 if (cmd->read_only) {
891 if (cmd->read_only) {
977 cmd->read_only = 1;
991 cmd->read_only = 0;

Completed in 225 milliseconds

1234