Searched refs:cmdtype (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | smu.h | 678 __u32 cmdtype; member
|
| /linux/drivers/macintosh/ |
| H A D | smu.c | 1122 else if (hdr.cmdtype == SMU_CMDTYPE_WANTS_EVENTS) { in smu_write() 1125 } else if (hdr.cmdtype == SMU_CMDTYPE_GET_PARTITION) { in smu_write() 1133 } else if (hdr.cmdtype != SMU_CMDTYPE_SMU) in smu_write()
|
| /linux/sound/soc/codecs/ |
| H A D | rt1320-sdw.c | 923 unsigned char cmdtype = paramhr->commandtype; in rt1320_process_fw_param() local 951 dev_dbg(dev, "%s, moudleid=%d, cmdtype=%d, paramid=%d, paramlength=%d\n", __func__, in rt1320_process_fw_param() 952 moudleid, cmdtype, paramhr->paramid, paramhr->paramlength); in rt1320_process_fw_param() 954 if (cmdtype == RT1320_SET_PARAM) { in rt1320_process_fw_param() 958 if (cmdtype == RT1320_GET_PARAM) { in rt1320_process_fw_param()
|