Searched refs:id_size (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_io.c | 134 regfield.id_size = regfields[i].id_size; in ocelot_regfields_init()
|
| /linux/scripts/mod/ |
| H A D | file2alias.c | 128 unsigned long id_size; member 1392 unsigned long id_size, in do_table() argument 1399 if (size % id_size || size < id_size) { in do_table() 1406 for (i = size - id_size; i < size; i++) { in do_table() 1415 size -= id_size; in do_table() 1417 for (i = 0; i < size; i += id_size) in do_table() 1534 do_table(name, symval, sym->st_size, p->id_size, in handle_moddevtable()
|
| /linux/drivers/scsi/ |
| H A D | scsi_lib.c | 3354 int id_size = -EINVAL; in scsi_vpd_lun_id() local 3388 id_size = snprintf(id, id_len, "t10.%*pE", in scsi_vpd_lun_id() 3398 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3403 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3408 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3423 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3428 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3447 cur_id_size = id_size = d[3]; in scsi_vpd_lun_id() 3459 return id_size; in scsi_vpd_lun_id()
|
| /linux/drivers/scsi/device_handler/ |
| H 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()
|
| /linux/drivers/mtd/devices/ |
| H 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()
|
| /linux/drivers/base/regmap/ |
| H A D | regmap.c | 1226 rm_field->id_size = reg_field.id_size; in regmap_field_init() 2323 if (id >= field->id_size) in regmap_fields_update_bits_base() 3130 if (id >= field->id_size) in regmap_fields_read()
|