Home
last modified time | relevance | path

Searched refs:cmd32 (Results 1 – 3 of 3) sorted by relevance

/linux/net/atm/
A Dioctl.c250 unsigned int cmd32; member
298 static int do_atm_ioctl(struct socket *sock, unsigned int cmd32, in do_atm_ioctl() argument
304 switch (cmd32) { in do_atm_ioctl()
313 return do_atmif_sioc(sock, cmd32, arg); in do_atm_ioctl()
317 if (cmd32 == atm_ioctl_map[i].cmd32) { in do_atm_ioctl()
/linux/drivers/staging/rtl8712/
A Drtl871x_mp.c93 u32 cmd32 = 0, val32 = 0; in fw_iocmd_read() local
98 cmd32 = (iocmd_class << 24) | (iocmd_value << 8) | iocmd_idx; in fw_iocmd_read()
99 if (r8712_fw_cmd(pAdapter, cmd32)) in fw_iocmd_read()
109 u32 cmd32 = 0; in fw_iocmd_write() local
116 cmd32 = (iocmd_class << 24) | (iocmd_value << 8) | iocmd_idx; in fw_iocmd_write()
117 return r8712_fw_cmd(pAdapter, cmd32); in fw_iocmd_write()
/linux/drivers/comedi/
A Dcomedi_fops.c2940 struct comedi32_cmd_struct __user *cmd32) in get_compat_cmd() argument
2944 if (copy_from_user(&v32, cmd32, sizeof(v32))) in get_compat_cmd()
2967 static int put_compat_cmd(struct comedi32_cmd_struct __user *cmd32, in put_compat_cmd() argument
2990 if (copy_to_user(cmd32, &v32, sizeof(v32))) in put_compat_cmd()

Completed in 12 milliseconds