Lines Matching refs:u_long
142 static int AtaMixerIoctl(u_int cmd, u_long arg);
143 static int TTMixerIoctl(u_int cmd, u_long arg);
144 static int FalconMixerIoctl(u_int cmd, u_long arg);
286 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be()
326 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le()
330 u_long data; in ata_ct_s16le()
366 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16le()
370 u_long data; in ata_ct_u16le()
587 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16be()
588 u_long data = expand_data; in ata_ctx_s16be()
644 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16be()
645 u_long data = expand_data; in ata_ctx_u16be()
702 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16le()
703 u_long data = expand_data; in ata_ctx_s16le()
760 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16le()
761 u_long data = expand_data; in ata_ctx_u16le()
1360 static int AtaMixerIoctl(u_int cmd, u_long arg) in AtaMixerIoctl()
1395 static int TTMixerIoctl(u_int cmd, u_long arg) in TTMixerIoctl()
1430 static int FalconMixerIoctl(u_int cmd, u_long arg) in FalconMixerIoctl()