Searched refs:GPIO_PTB4 (Results 1 – 12 of 12) sorted by relevance
/arch/sh/boards/mach-kfr2r09/ |
D | setup.c | 286 ret = gpio_request(GPIO_PTB4, NULL); in camera_power() 293 ret = gpio_direction_output(GPIO_PTB4, 1); in camera_power() 313 gpio_set_value(GPIO_PTB4, 0); in camera_power() 316 gpio_free(GPIO_PTB4); in camera_power()
|
/arch/sh/include/cpu-sh3/cpu/ |
D | sh7720.h | 10 GPIO_PTB7, GPIO_PTB6, GPIO_PTB5, GPIO_PTB4, enumerator
|
/arch/sh/include/cpu-sh4/cpu/ |
D | sh7722.h | 24 GPIO_PTB7, GPIO_PTB6, GPIO_PTB5, GPIO_PTB4, enumerator
|
D | sh7723.h | 24 GPIO_PTB7, GPIO_PTB6, GPIO_PTB5, GPIO_PTB4, enumerator
|
D | sh7757.h | 11 GPIO_PTB4, GPIO_PTB5, GPIO_PTB6, GPIO_PTB7, enumerator
|
D | sh7724.h | 25 GPIO_PTB7, GPIO_PTB6, GPIO_PTB5, GPIO_PTB4, enumerator
|
/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 166 gpio_set_value(GPIO_PTB4, power); in usb0_port_power() 1069 gpio_request(GPIO_PTB4, NULL); in arch_setup() 1072 gpio_direction_output(GPIO_PTB4, 0); in arch_setup()
|
/arch/sh/kernel/cpu/sh3/ |
D | pinmux-sh7720.c | 623 PINMUX_GPIO(GPIO_PTB4, PTB4_DATA),
|
/arch/sh/kernel/cpu/sh4a/ |
D | pinmux-sh7722.c | 803 PINMUX_GPIO(GPIO_PTB4, PTB4_DATA),
|
D | pinmux-sh7723.c | 940 PINMUX_GPIO(GPIO_PTB4, PTB4_DATA),
|
D | pinmux-sh7757.c | 1131 PINMUX_GPIO(GPIO_PTB4, PTB4_DATA),
|
D | pinmux-sh7724.c | 1209 PINMUX_GPIO(GPIO_PTB4, PTB4_DATA),
|