Home | History | Annotate | Download | only in lib

Lines Matching refs:chipset

642   const struct GpioChipset *chipset = &chipsets_supported[0];
644 while (chipset->name != NULL) {
645 if (!strcmp(name, chipset->name))
646 return chipset;
647 chipset++;
664 const struct GpioChipset *chipset;
690 chipset = FindChipset(controller_name);
691 if (chipset == NULL)
695 if (!chipset->ChipOffsetAndGpioNumber(&controller_num, &controller_offset,
696 chipset->name))