Searched refs:hpc_ctrldata32 (Results 1 – 2 of 2) sorted by relevance
1398 struct hpc_control32_data hpc_ctrldata32; in cardbus_ioctl() local1400 if (copyin((void *)arg, (void *)&hpc_ctrldata32, in cardbus_ioctl()1405 hpc_ctrldata.cmd = hpc_ctrldata32.cmd; in cardbus_ioctl()1407 (void *)(intptr_t)hpc_ctrldata32.data; in cardbus_ioctl()
1091 struct hpc_control32_data hpc_ctrldata32; in pcihp_ioctl() local1093 if (copyin((void *)arg, (void *)&hpc_ctrldata32, in pcihp_ioctl()1098 hpc_ctrldata.cmd = hpc_ctrldata32.cmd; in pcihp_ioctl()1100 (void *)(intptr_t)hpc_ctrldata32.data; in pcihp_ioctl()