Searched refs:aci_rw_cmd (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Daci.h6 extern int aci_rw_cmd(int write1, int write2, int write3);
8 #define aci_indexed_cmd(a, b) aci_rw_cmd(a, b, -1)
9 #define aci_write_cmd(a, b) aci_rw_cmd(a, b, -1)
10 #define aci_read_cmd(a) aci_rw_cmd(a,-1, -1)
H A Daci.c171 * Here the new general sheme: TUNE --> aci_rw_cmd(x, y, z)
172 * indexed and write --> aci_rw_cmd(x, y, -1)
173 * implied and read (x=1) --> aci_rw_cmd(x, -1, -1)
211 int aci_rw_cmd(int write1, int write2, int write3) function
235 EXPORT_SYMBOL(aci_rw_cmd); variable
509 if ((vol=aci_rw_cmd(ACI_STATUS,
623 if (aci_rw_cmd(ACI_ERROR_OP, -1, -1)<0)
628 if ((aci_idcode[0]=aci_rw_cmd(ACI_READ_IDCODE, -1, -1))<0 ||
629 (aci_idcode[1]=aci_rw_cmd(ACI_READ_IDCODE, -1, -1))<0) {
635 if ((aci_version=aci_rw_cmd(ACI_READ_VERSIO
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/radio/
H A Dmiropcm20-radio.c68 return aci_rw_cmd(ACI_WRITE_TUNE, freql, freqh);
77 if ((i=aci_rw_cmd(ACI_READ_TUNERSTATION, -1, -1))<0)
88 if ((i=aci_rw_cmd(ACI_READ_TUNERSTEREO, -1, -1))<0)

Completed in 83 milliseconds