Searched refs:HIGH (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | lcd_h3.c | 23 r = tps65010_set_gpio_out_value(GPIO1, HIGH); in h3_panel_enable() 25 r = tps65010_set_gpio_out_value(GPIO2, HIGH); in h3_panel_enable()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tps65010.h | 122 #define HIGH 1 macro 139 * value: LOW or HIGH
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | tps65010.h | 124 #define HIGH 1 macro 141 * value: LOW or HIGH
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 107 #define HIGH 500 macro
|
H A D | zcrypt_msgtype6.c | 202 return HIGH; in speed_idx_cca() 232 return HIGH; in speed_idx_ep11()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 108 #define HIGH 500 macro
|
H A D | zcrypt_msgtype6.c | 146 return HIGH; in speed_idx_cca() 176 return HIGH; in speed_idx_ep11()
|
/kernel/linux/linux-5.10/drivers/nfc/st95hf/ |
H A D | core.c | 77 #define HIGH 1 macro 455 gpio_set_value(st95con->enable_gpio, HIGH); in st95hf_send_st95enable_negativepulse() 467 gpio_set_value(st95con->enable_gpio, HIGH); in st95hf_send_st95enable_negativepulse()
|
/kernel/linux/linux-6.6/drivers/nfc/st95hf/ |
H A D | core.c | 76 #define HIGH 1 macro 454 gpio_set_value(st95con->enable_gpio, HIGH); in st95hf_send_st95enable_negativepulse() 466 gpio_set_value(st95con->enable_gpio, HIGH); in st95hf_send_st95enable_negativepulse()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | board-osk.c | 214 /* Set GPIO 1 HIGH to disable VBUS power supply; in osk_tps_setup() 223 tps65010_set_gpio_out_value(GPIO2, HIGH); in osk_tps_setup()
|
/kernel/linux/linux-5.10/drivers/net/ieee802154/ |
H A D | cc2520.c | 26 #define HIGH 1 macro 1171 gpio_set_value(pdata.vreg, HIGH); in cc2520_probe() 1174 gpio_set_value(pdata.reset, HIGH); in cc2520_probe()
|
/kernel/linux/linux-6.6/drivers/net/ieee802154/ |
H A D | cc2520.c | 25 #define HIGH 1 macro 1109 gpiod_set_value(vreg, HIGH); in cc2520_probe() 1112 gpiod_set_value(reset, HIGH); in cc2520_probe()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-osk.c | 201 /* Set GPIO 1 HIGH to disable VBUS power supply; in osk_tps_setup() 210 tps65010_set_gpio_out_value(GPIO2, HIGH); in osk_tps_setup()
|
Completed in 18 milliseconds