Searched refs:nr (Results 1 – 2 of 2) sorted by relevance
109 unsigned long nr = type; in ivm_findinventorystring() local115 nr = 0; in ivm_findinventorystring()119 nr = type; in ivm_findinventorystring()124 while ((cr != nr) && (addr < INVENTORYDATASIZE)) { in ivm_findinventorystring()
159 static int init_gpio(int nr) in init_gpio() argument163 ret = gpio_request(nr, ""); in init_gpio()165 printf("Could not request gpio nr: %d\n", nr); in init_gpio()168 ret = gpio_direction_input(nr); in init_gpio()170 printf("Could not set gpio nr: %d to input\n", nr); in init_gpio()
Completed in 8 milliseconds