im_pins            86 drivers/video/backlight/hx8357.c 	unsigned		im_pins[HX8357_NUM_IM_PINS];
im_pins           344 drivers/video/backlight/hx8357.c 		gpio_set_value_cansleep(lcd->im_pins[0], 1);
im_pins           345 drivers/video/backlight/hx8357.c 		gpio_set_value_cansleep(lcd->im_pins[1], 0);
im_pins           346 drivers/video/backlight/hx8357.c 		gpio_set_value_cansleep(lcd->im_pins[2], 1);
im_pins           624 drivers/video/backlight/hx8357.c 			lcd->im_pins[i] = of_get_named_gpio(spi->dev.of_node,
im_pins           626 drivers/video/backlight/hx8357.c 			if (lcd->im_pins[i] == -EPROBE_DEFER) {
im_pins           630 drivers/video/backlight/hx8357.c 			if (!gpio_is_valid(lcd->im_pins[i])) {
im_pins           635 drivers/video/backlight/hx8357.c 			ret = devm_gpio_request_one(&spi->dev, lcd->im_pins[i],
im_pins           640 drivers/video/backlight/hx8357.c 					lcd->im_pins[i], ret);