Searched refs:portman_write_data (Results 1 - 1 of 1) sorted by last modified time

/linux-master/sound/drivers/
H A Dportman2x4.c190 static inline void portman_write_data(struct portman *pm, u8 value) function
223 portman_write_data(pm, mididata);
273 portman_write_data(pm, 0); /* Make sure edge is down. */
296 portman_write_data(pm, 1); /* Cause rising edge, which shifts data. */
299 portman_write_data(pm, 0); /* Cause falling edge while data settles. */
301 portman_write_data(pm, 1); /* Cause rising edge, which shifts data. */
304 portman_write_data(pm, 0); /* Cause falling edge while data settles. */
306 portman_write_data(pm, 1); /* Cause rising edge, which shifts data. */
309 portman_write_data(pm, 0); /* Cause falling edge while data settles. */
311 portman_write_data(p
[all...]

Completed in 132 milliseconds