Searched refs:id_size (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/base/regmap/
H A Dinternal.h231 unsigned int id_size; member in struct:regmap_field
H A Dregmap.c1210 rm_field->id_size = reg_field.id_size;
2280 if (id >= field->id_size)
3050 if (id >= field->id_size)
/linux-master/drivers/mtd/devices/
H A Dmtd_dataflash.c786 const unsigned int id_size = 5; local
798 ret = spi_write_then_read(spi, &code, 1, id, id_size);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_io.c134 regfield.id_size = regfields[i].id_size;
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c185 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, argument
190 if (!id_str || !id_size || !strlen(id_str))
196 if (!pg->device_id_len || pg->device_id_len != id_size)
198 if (strncmp(pg->device_id_str, id_str, id_size))
/linux-master/drivers/scsi/
H A Dscsi_lib.c3266 int id_size = -EINVAL; local
3300 id_size = snprintf(id, id_len, "t10.%*pE",
3310 id_size = snprintf(id, id_len,
3315 id_size = snprintf(id, id_len,
3320 id_size = snprintf(id, id_len,
3335 id_size = snprintf(id, id_len,
3340 id_size = snprintf(id, id_len,
3359 cur_id_size = id_size = d[3];
3371 return id_size;
/linux-master/include/linux/
H A Dregmap.h1336 * @id_size: port size if it has some ports
1343 unsigned int id_size; member in struct:reg_field
1357 .id_size = _size, \
/linux-master/scripts/mod/
H A Dfile2alias.c62 unsigned long id_size; member in struct:devtable
141 unsigned long size, unsigned long id_size,
146 if (size % id_size || size < id_size) {
149 modname, device_id, id_size, device_id, size, device_id);
152 for (i = 0; i < id_size; i++ ) {
153 if (*(uint8_t*)(symval+size-id_size+i)) {
156 modname, device_id, id_size, size / id_size);
157 for (i = 0; i < id_size;
140 device_id_check(const char *modname, const char *device_id, unsigned long size, unsigned long id_size, void *symval) argument
345 const unsigned long id_size = SIZE_usb_device_id; local
388 const unsigned long id_size = SIZE_of_device_id; local
600 const unsigned long id_size = SIZE_pnp_device_id; local
626 const unsigned long id_size = SIZE_pnp_card_device_id; local
1515 do_table(void *symval, unsigned long size, unsigned long id_size, const char *device_id, int (*do_entry)(const char *filename, void *symval, char *alias), struct module *mod) argument
[all...]
/linux-master/sound/soc/sh/rcar/
H A Dgen.c153 #define rsnd_gen_regmap_init(priv, id_size, reg_id, name, conf) \
154 _rsnd_gen_regmap_init(priv, id_size, reg_id, name, conf, ARRAY_SIZE(conf))
156 int id_size,
204 regf.id_size = id_size;
155 _rsnd_gen_regmap_init(struct rsnd_priv *priv, int id_size, int reg_id, const char *name, const struct rsnd_regmap_field_conf *conf, int conf_size) argument

Completed in 233 milliseconds