Searched refs:lpm_cmd_start (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/include/mach/qdsp5/
H A Dqdsp5lpmcmdi.h52 #define LPM_CMD_START_LEN sizeof(lpm_cmd_start)
66 } __attribute__((packed)) lpm_cmd_start; typedef in typeref:struct:__anon15276
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dadsp_lpm_verify_cmd.c29 lpm_cmd_start *cmd;
37 cmd = (lpm_cmd_start *)cmd_data;
41 if (cmd_size != sizeof(lpm_cmd_start)) {
43 module->name, cmd_size, sizeof(lpm_cmd_start));

Completed in 57 milliseconds