Searched refs:set_pins (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/radio/ |
H A D | lm7000.h | 21 void (*set_pins)(void *handle, u8 pins)) lm7000_set_freq() 33 set_pins(handle, data | LM7000_CE); lm7000_set_freq() 35 set_pins(handle, data | LM7000_CE | LM7000_CLK); lm7000_set_freq() 37 set_pins(handle, data | LM7000_CE); lm7000_set_freq() 40 set_pins(handle, 0); lm7000_set_freq()
|
H A D | tea575x.c | 111 tea->ops->set_pins(tea, data | TEA575X_WREN); snd_tea575x_write() 113 tea->ops->set_pins(tea, data | TEA575X_WREN | TEA575X_CLK); snd_tea575x_write() 115 tea->ops->set_pins(tea, data | TEA575X_WREN); snd_tea575x_write() 120 tea->ops->set_pins(tea, 0); snd_tea575x_write() 132 tea->ops->set_pins(tea, 0); snd_tea575x_read() 136 tea->ops->set_pins(tea, TEA575X_CLK); snd_tea575x_read() 140 tea->ops->set_pins(tea, 0); snd_tea575x_read() 152 tea->ops->set_pins(tea, TEA575X_WREN); snd_tea575x_read()
|
H A D | radio-maxiradio.c | 112 .set_pins = maxiradio_tea575x_set_pins,
|
H A D | radio-sf16fmr2.c | 86 .set_pins = fmr2_tea575x_set_pins,
|
/linux-4.4.14/include/media/ |
H A D | tea575x.h | 45 void (*set_pins)(struct snd_tea575x *tea, u8 pins); member in struct:snd_tea575x_ops
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | rv6xx_dpm.c | 705 u32 mask, set_pins; rv6xx_program_voltage_stepping_entry() local 710 &set_pins, &mask); rv6xx_program_voltage_stepping_entry() 714 r600_voltage_control_program_voltages(rdev, entry, set_pins); rv6xx_program_voltage_stepping_entry()
|
/linux-4.4.14/sound/pci/ |
H A D | fm801.c | 819 .set_pins = snd_fm801_tea575x_set_pins,
|
H A D | es1968.c | 2609 .set_pins = snd_es1968_tea575x_set_pins,
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 3812 .set_pins = bttv_tea575x_set_pins,
|
Completed in 1201 milliseconds