Searched refs:id_size (Results 1 – 5 of 5) 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 1445 unsigned long id_size, in do_table() 1452 if (size % id_size || size < id_size) { 1459 for (i = size - id_size; i < size; i++) { 1468 size -= id_size; 1470 for (i = 0; i < size; i += id_size) 1587 do_table(name, symval, sym->st_size, p->id_size, 1419 do_table(const char * name,void * symval,unsigned long size,unsigned long id_size,const char * device_id,void (* do_entry)(struct module * mod,void * symval),struct module * mod) do_table() argument
|
| /linux/drivers/scsi/ |
| H A D | scsi_lib.c | 3371 int id_size = -EINVAL; in scsi_vpd_lun_id() local 3405 id_size = snprintf(id, id_len, "t10.%*pE", in scsi_vpd_lun_id() 3415 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3420 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3425 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3440 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3445 id_size = snprintf(id, id_len, in scsi_vpd_lun_id() 3464 cur_id_size = id_size = d[3]; in scsi_vpd_lun_id() 3476 return id_size; in scsi_vpd_lun_id()
|
| /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 | 1223 rm_field->id_size = reg_field.id_size; in regmap_field_init() 2320 if (id >= field->id_size) in regmap_fields_update_bits_base() 3127 if (id >= field->id_size) in regmap_fields_read()
|