Home
last modified time | relevance | path

Searched refs:eCmds (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/xc/
H A DXC_adp.c4539 E_XC_IOCTL_CMDS eCmds = (E_XC_IOCTL_CMDS) u32Cmd; in XC_adp_Ioctl() local
4542 if( eCmds >= E_XC_CMD_NUM ) in XC_adp_Ioctl()
4549 if ((eCmds >= E_XC_CMD_NONE) in XC_adp_Ioctl()
4550 && (eCmds <= E_XC_CMD_MAX)) in XC_adp_Ioctl()
4555 else if((eCmds >= E_XC_ADC_CMD_NONE) in XC_adp_Ioctl()
4556 && (eCmds <= E_XC_ADC_CMD_MAX)) in XC_adp_Ioctl()
4561 else if((eCmds >= E_XC_AUTO_CMD_NONE) in XC_adp_Ioctl()
4562 && (eCmds <= E_XC_AUTO_CMD_MAX)) in XC_adp_Ioctl()
4568 else if((eCmds >= E_XC_MODEPARSE_CMD_NONE) in XC_adp_Ioctl()
4569 && (eCmds <= E_XC_MODEPARSE_CMD_MAX)) in XC_adp_Ioctl()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_v2.c2314 E_XC_IOCTL_CMDS eCmds = (E_XC_IOCTL_CMDS) u32Cmd; in XCIoctl() local
2316 if( eCmds >= E_XC_CMD_NUM ) in XCIoctl()
2326 if (eCmds <= E_XC_CMD_MAX) in XCIoctl()
2331 else if((eCmds >= E_XC_ADC_CMD_NONE) in XCIoctl()
2332 && (eCmds <= E_XC_ADC_CMD_MAX)) in XCIoctl()
2337 else if((eCmds >= E_XC_AUTO_CMD_NONE) in XCIoctl()
2338 && (eCmds <= E_XC_AUTO_CMD_MAX)) in XCIoctl()
2344 else if((eCmds >= E_XC_MODEPARSE_CMD_NONE) in XCIoctl()
2345 && (eCmds <= E_XC_MODEPARSE_CMD_MAX)) in XCIoctl()
2350 else if((eCmds >= E_XC_PCMONITOR_CMD_NONE) in XCIoctl()
[all …]