Searched refs:gpio_write (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/media/pci/bt8xx/ | 
| D | bttv-audio-hook.c | 35 		gpio_write(data);  in winview_volume() 38 		gpio_write(data);  in winview_volume() 41 		gpio_write(data);  in winview_volume() 45 	gpio_write(data);  in winview_volume() 48 	gpio_write(data);  in winview_volume()
  | 
| D | bttv-cards.c | 3161 	gpio_write(0x200020);  in init_ids_eagle() 3164 	gpio_write(0x200024);  in init_ids_eagle() 3194 	gpio_write(masks[input%4]);  in gvc1100_muxsel() 3215 	gpio_write(0x000000);  in init_lmlbt4x() 3879 	gpio_write(0);  in pvr_altera_load() 3882 	gpio_write(BTTV_ALT_NCONFIG);  in pvr_altera_load() 4155 	gpio_write(0);  in init_PXC200() 4157 	gpio_write(1<<13);  in init_PXC200() 4196 	gpio_write(0);  in init_PXC200() 4198 	gpio_write(1<<2);  in init_PXC200() [all …] 
 | 
| D | bttv.h | 358 #define gpio_write(value)      bttv_gpio_write(&btv->c, value)  macro
  | 
| D | bttv-driver.c | 4374 	gpio_write(btv->state.gpio_data);  in bttv_resume()
  | 
| /linux-4.4.14/drivers/media/pci/cx18/ | 
| D | cx18-gpio.c | 52 static void gpio_write(struct cx18 *cx)  in gpio_write()  function 76 	gpio_write(cx);  in gpio_update() 290 	gpio_write(cx);  in cx18_gpio_init()
  | 
| /linux-4.4.14/drivers/media/pci/saa7134/ | 
| D | saa7134-go7007.c | 94 static int gpio_write(struct saa7134_dev *dev, u8 addr, u16 data)  in gpio_write()  function 210 	gpio_write(dev, HPI_ADDR_INTR_WR_PARAM, data);  in saa7134_go7007_write_interrupt() 211 	gpio_write(dev, HPI_ADDR_INTR_WR_INDEX, addr);  in saa7134_go7007_write_interrupt()
  | 
| /linux-4.4.14/arch/cris/arch-v10/drivers/ | 
| D | gpio.c | 48 static ssize_t gpio_write(struct file *file, const char __user *buf, 273 static ssize_t gpio_write(struct file *file, const char __user *buf,  in gpio_write()  function 744 	.write          = gpio_write,
  |