Home
last modified time | relevance | path

Searched refs:gpios_vector (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c180 static int gpios_vector[] = { variable
1141 if (gpios_vector[j] < 0) in allocate_gpios()
1144 sprintf(name, "GPIO%d", gpios_vector[j]); in allocate_gpios()
1161 gpios_vector[j], PTR_ERR(desc)); in allocate_gpios()
1229 gpios_vector[&(PE) - &all_descriptors[0]] = -1; in bb_attach()
1230 gpios_vector[&(DC) - &all_descriptors[0]] = -1; in bb_attach()
1231 gpios_vector[&(TE) - &all_descriptors[0]] = -1; in bb_attach()
1235 gpios_vector[&(PE) - &all_descriptors[0]] = -1; in bb_attach()
1236 gpios_vector[&(DC) - &all_descriptors[0]] = -1; in bb_attach()
1237 gpios_vector[&(TE) - &all_descriptors[0]] = -1; in bb_attach()
[all …]