Lines Matching refs:u_long
143 static int AtaMixerIoctl(u_int cmd, u_long arg);
144 static int TTMixerIoctl(u_int cmd, u_long arg);
145 static int FalconMixerIoctl(u_int cmd, u_long arg);
287 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be()
327 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le()
331 u_long data; in ata_ct_s16le()
367 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16le()
371 u_long data; in ata_ct_u16le()
588 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16be()
589 u_long data = expand_data; in ata_ctx_s16be()
645 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16be()
646 u_long data = expand_data; in ata_ctx_u16be()
703 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16le()
704 u_long data = expand_data; in ata_ctx_s16le()
761 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16le()
762 u_long data = expand_data; in ata_ctx_u16le()
1361 static int AtaMixerIoctl(u_int cmd, u_long arg) in AtaMixerIoctl()
1396 static int TTMixerIoctl(u_int cmd, u_long arg) in TTMixerIoctl()
1431 static int FalconMixerIoctl(u_int cmd, u_long arg) in FalconMixerIoctl()