Lines Matching defs:cues
98 __le32 *cues;115 cues = kmalloc_array(3, sizeof(*cues), GFP_KERNEL);116 if (!cues)119 cues[0] = cpu_to_le32(MAUDIO_BOOTLOADER_CUE1);120 cues[1] = cpu_to_le32(MAUDIO_BOOTLOADER_CUE2);121 cues[2] = cpu_to_le32(MAUDIO_BOOTLOADER_CUE3);126 cues, 3 * sizeof(*cues));127 kfree(cues);