Searched refs:name_to_gpio (Results 1 – 7 of 7) sorted by relevance
51 cs = name_to_gpio(CONFIG_VIDEO_LCD_SPI_CS); in hitachi_tx18d42vm_init()52 clk = name_to_gpio(CONFIG_VIDEO_LCD_SPI_SCLK); in hitachi_tx18d42vm_init()53 mosi = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI); in hitachi_tx18d42vm_init()
340 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.359 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.369 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.379 understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.391 option takes a string in the format understood by 'name_to_gpio'
15 __weak int name_to_gpio(const char *name) in name_to_gpio() function183 gpio = name_to_gpio(str_gpio); in do_gpio()
989 .csx_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_CS),990 .sck_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_SCLK),991 .sdi_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI),992 .sdo_pin = name_to_gpio(CONFIG_VIDEO_LCD_SPI_MISO),993 .reset_pin = name_to_gpio(CONFIG_VIDEO_LCD_SSD2828_RESET),
117 int name_to_gpio(const char *name) in name_to_gpio() function
235 #define name_to_gpio(name) sunxi_name_to_gpio(name) macro
50 int name_to_gpio(const char *name) in name_to_gpio() function