Searched refs:sih (Results 1 – 5 of 5) sorted by relevance
56 struct sih { struct78 static const struct sih *sih_modules; argument109 static const struct sih sih_modules_twl4030[6] = {169 static const struct sih sih_modules_twl5031[8] = {317 const struct sih *sih; in twl4030_init_sih_modules() local330 sih = sih_modules; in twl4030_init_sih_modules()331 for (i = 0; i < nr_sih_modules; i++, sih++) { in twl4030_init_sih_modules()333 if (!sih->bytes_ixr) in twl4030_init_sih_modules()337 if (sih->irq_lines <= line) in twl4030_init_sih_modules()340 status = twl_i2c_write(sih->module, buf, in twl4030_init_sih_modules()[all …]
23 u16 si_pmu_fast_pwrup_delay(struct si_pub *sih);24 u32 si_pmu_measure_alpclk(struct si_pub *sih);
151 struct si_pub *sih; /* SI handle (cookie for siutils calls) */ member
149 struct si_pub *sih; member
3798 struct idtentry *sih, *dih = NULL; in dtMoveEntry() local3874 sih = (struct idtentry *) s; in dtMoveEntry()3875 snamlen = sih->namlen; in dtMoveEntry()3879 memcpy(dih, sih, 10 + len * 2); in dtMoveEntry()3880 next = sih->next; in dtMoveEntry()