Searched refs:port_clear_bits_raw (Results  1 – 25 of 106) sorted by relevance
12345
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_test.c | 71 	.port_clear_bits_raw = vnd_gpio_port_clear_bits_raw,
 | 
| D | gpio_grgpio2.c | 124 static int port_clear_bits_raw(const struct device *dev, gpio_port_pins_t pins)  in port_clear_bits_raw()  function277 	.port_clear_bits_raw            = port_clear_bits_raw,
 
 | 
| D | gpio_handlers.c | 67 	K_OOPS(K_SYSCALL_DRIVER_GPIO(port, port_clear_bits_raw));  in z_vrfy_gpio_port_clear_bits_raw()
 | 
| D | gpio_ads1x4s0x.c | 125 	.port_clear_bits_raw = gpio_ads1x4s0x_port_clear_bits_raw,
 | 
| D | gpio_lmp90xxx.c | 142 	.port_clear_bits_raw = gpio_lmp90xxx_port_clear_bits_raw,
 | 
| D | wch_gpio_ch32v00x.c | 119 	.port_clear_bits_raw = gpio_ch32v00x_port_clear_bits_raw,
 | 
| D | gpio_brcmstb.c | 113 	.port_clear_bits_raw = gpio_brcmstb_port_clear_bits_raw,
 | 
| D | gpio_npm2100.c | 153 	.port_clear_bits_raw = gpio_npm2100_port_clear_bits_raw,
 | 
| D | gpio_creg_gpio.c | 156 	.port_clear_bits_raw = port_clear_bits,
 | 
| D | gpio_davinci.c | 148 	.port_clear_bits_raw = gpio_davinci_port_clear_bits_raw,
 | 
| D | gpio_sy1xx.c | 158 	.port_clear_bits_raw = sy1xx_gpio_driver_port_clear_bits_raw,
 | 
| D | gpio_silabs_siwx91x_uulp.c | 173 	.port_clear_bits_raw = gpio_siwx91x_uulp_port_clear_bits,
 | 
| D | gpio_bd8lb600fs.c | 162 	.port_clear_bits_raw = bd8lb600fs_gpio_port_clear_bits_raw,
 | 
| D | gpio_npm6001.c | 200 	.port_clear_bits_raw = gpio_npm6001_port_clear_bits_raw,
 | 
| D | gpio_sn74hc595.c | 142 	.port_clear_bits_raw = gpio_sn74hc595_port_clear_bits_raw,
 | 
| D | gpio_efinix_sapphire.c | 214 	.port_clear_bits_raw = gpio_efinix_sapphire_port_clear_bits_raw,
 | 
| D | gpio_mmio32.c | 181 	.port_clear_bits_raw = gpio_mmio32_port_clear_bits_raw,
 | 
| D | gpio_neorv32.c | 206 	.port_clear_bits_raw = neorv32_gpio_port_clear_bits_raw,
 | 
| D | gpio_ad559x.c | 204 	.port_clear_bits_raw = gpio_ad559x_port_clear_bits_raw,
 | 
| D | gpio_cc23x0.c | 267 	.port_clear_bits_raw = gpio_cc23x0_port_clear_bits_raw,
 | 
| D | gpio_kscan_ite_it8xxx2.c | 228 	.port_clear_bits_raw = gpio_kscan_it8xxx2_port_clear_bits_raw,
 | 
| D | gpio_tle9104.c | 202 	.port_clear_bits_raw = tle9104_gpio_port_clear_bits_raw,
 | 
| D | gpio_mchp_mss.c | 203 	.port_clear_bits_raw     = mss_gpio_port_clear_bits_raw,
 | 
| D | gpio_npm1300.c | 200 	.port_clear_bits_raw = gpio_npm1300_port_clear_bits_raw,
 | 
| D | gpio_ifx_cat1.c | 229 	.port_clear_bits_raw = gpio_cat1_port_clear_bits_raw,
 | 
        12345