Home
last modified time | relevance | path

Searched refs:FWCTL_CMD_BASE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/fwctl/
H A Dmain.c155 [_IOC_NR(_ioctl) - FWCTL_CMD_BASE] = { \
179 if ((nr - FWCTL_CMD_BASE) >= ARRAY_SIZE(fwctl_ioctl_ops)) in fwctl_fops_ioctl()
182 op = &fwctl_ioctl_ops[nr - FWCTL_CMD_BASE]; in fwctl_fops_ioctl()
/linux/include/uapi/fwctl/
H A Dfwctl.h38 FWCTL_CMD_BASE = 0, enumerator