Searched refs:id_size (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/mscc/ |
| A D | ocelot_io.c | 134 regfield.id_size = regfields[i].id_size; in ocelot_regfields_init()
|
| /drivers/scsi/ |
| A D | scsi_lib.c | 3280 int id_size = -EINVAL; in scsi_vpd_lun_id() local 3314 id_size = snprintf(id, id_len, "t10.%*pE", in scsi_vpd_lun_id() 3324 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3329 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3334 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3349 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3354 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3373 cur_id_size = id_size = d[3]; in scsi_vpd_lun_id() 3385 return id_size; in scsi_vpd_lun_id()
|
| /drivers/scsi/device_handler/ |
| A D | scsi_dh_alua.c | 185 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, in alua_find_get_pg() argument 190 if (!id_str || !id_size || !strlen(id_str)) in alua_find_get_pg() 196 if (!pg->device_id_len || pg->device_id_len != id_size) in alua_find_get_pg() 198 if (strncmp(pg->device_id_str, id_str, id_size)) in alua_find_get_pg()
|
| /drivers/mtd/devices/ |
| A D | mtd_dataflash.c | 786 const unsigned int id_size = 5; in jedec_probe() local 798 ret = spi_write_then_read(spi, &code, 1, id, id_size); in jedec_probe()
|
| /drivers/base/regmap/ |
| A D | internal.h | 232 unsigned int id_size; member
|
| A D | regmap.c | 1223 rm_field->id_size = reg_field.id_size; in regmap_field_init() 2295 if (id >= field->id_size) in regmap_fields_update_bits_base() 3102 if (id >= field->id_size) in regmap_fields_read()
|
Completed in 40 milliseconds