Searched refs:_IOWR (Results 1 - 25 of 110) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwps_led.h23 #define WPS_LED_BLINK_NORMAL _IOWR(WPS_LED_IOCTL_NUM, 0, int *)
24 #define WPS_LED_BLINK_QUICK _IOWR(WPS_LED_IOCTL_NUM, 1, int *)
25 #define WPS_LED_BLINK_OFF _IOWR(WPS_LED_IOCTL_NUM, 2, int *)
26 #define WPS_LED_CHANGE_GREEN _IOWR(WPS_LED_IOCTL_NUM, 3, int *)
27 #define WPS_LED_CHANGE_AMBER _IOWR(WPS_LED_IOCTL_NUM, 4, int *)
28 #define WPS_LED_BLINK_QUICK2 _IOWR(WPS_LED_IOCTL_NUM, 5, int *)
30 #define WLAN_N_RADIO_ON _IOWR(WPS_LED_IOCTL_NUM, 6, int *)
31 #define WLAN_N_RADIO_OFF _IOWR(WPS_LED_IOCTL_NUM, 7, int *)
32 #define WLAN_G_RADIO_ON _IOWR(WPS_LED_IOCTL_NUM, 8, int *)
33 #define WLAN_G_RADIO_OFF _IOWR(WPS_LED_IOCTL_NU
[all...]
H A Dlinux_gpio.h32 #define GPIO_IOC_RESERVE _IOWR(GPIO_IOC_MAGIC, 1, struct gpio_ioctl)
33 #define GPIO_IOC_RELEASE _IOWR(GPIO_IOC_MAGIC, 2, struct gpio_ioctl)
35 #define GPIO_IOC_OUT _IOWR(GPIO_IOC_MAGIC, 3, struct gpio_ioctl)
36 #define GPIO_IOC_IN _IOWR(GPIO_IOC_MAGIC, 4, struct gpio_ioctl)
37 #define GPIO_IOC_OUTEN _IOWR(GPIO_IOC_MAGIC, 5, struct gpio_ioctl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dnet.h39 #define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if)
41 #define NET_GET_IF _IOWR('o', 54, struct dvb_net_if)
49 #define __NET_ADD_IF_OLD _IOWR('o', 52, struct __dvb_net_if_old)
50 #define __NET_GET_IF_OLD _IOWR('o', 54, struct __dvb_net_if_old)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddm-ioctl.h244 #define DM_VERSION_32 _IOWR(DM_IOCTL, DM_VERSION_CMD, ioctl_struct)
245 #define DM_REMOVE_ALL_32 _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, ioctl_struct)
246 #define DM_LIST_DEVICES_32 _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, ioctl_struct)
248 #define DM_DEV_CREATE_32 _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, ioctl_struct)
249 #define DM_DEV_REMOVE_32 _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD, ioctl_struct)
250 #define DM_DEV_RENAME_32 _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD, ioctl_struct)
251 #define DM_DEV_SUSPEND_32 _IOWR(DM_IOCTL, DM_DEV_SUSPEND_CMD, ioctl_struct)
252 #define DM_DEV_STATUS_32 _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD, ioctl_struct)
253 #define DM_DEV_WAIT_32 _IOWR(DM_IOCTL, DM_DEV_WAIT_CMD, ioctl_struct)
255 #define DM_TABLE_LOAD_32 _IOWR(DM_IOCT
[all...]
H A Dgigaset_dev.h25 #define GIGASET_REDIR _IOWR (GIGASET_IOCTL, 0, int)
26 #define GIGASET_CONFIG _IOWR (GIGASET_IOCTL, 1, int)
28 #define GIGASET_VERSION _IOWR (GIGASET_IOCTL, 3, unsigned[4])
H A Di8k.h28 #define I8K_GET_SPEED _IOWR('i', 0x85, size_t)
29 #define I8K_GET_FAN _IOWR('i', 0x86, size_t)
30 #define I8K_SET_FAN _IOWR('i', 0x87, size_t)
H A Dcapi.h39 #define CAPI_GET_MANUFACTURER _IOWR('C',0x06,int) /* broken: wanted size 64 (CAPI_MANUFACTURER_LEN) */
52 #define CAPI_GET_VERSION _IOWR('C',0x07,struct capi_version)
59 #define CAPI_GET_SERIAL _IOWR('C',0x08,int) /* broken: wanted size 8 (CAPI_SERIAL_LEN) */
76 #define CAPI_GET_PROFILE _IOWR('C',0x09,struct capi_profile)
87 #define CAPI_MANUFACTURER_CMD _IOWR('C',0x20, struct capi_manufacturer_cmd)
H A Dphantom.h29 #define PHN_GET_REG _IOWR(PH_IOC_MAGIC, 0, struct phm_reg *)
31 #define PHN_GET_REGS _IOWR(PH_IOC_MAGIC, 2, struct phm_regs *)
H A Dtoshiba.h25 #define TOSH_SMM _IOWR('t', 0x90, int) /* broken: meant 24 bytes */
H A Datm_nicstar.h24 #define NS_GETPSTAT _IOWR('a',ATMIOC_SARPRV+1,struct atmif_sioc)
H A Dmeye.h53 #define MEYEIOC_SYNC _IOWR('v', BASE_VIDIOCPRIVATE+3, int)
H A Dvideodev2.h1400 #define VIDIOC_ENUM_FMT _IOWR ('V', 2, struct v4l2_fmtdesc)
1401 #define VIDIOC_G_FMT _IOWR ('V', 4, struct v4l2_format)
1402 #define VIDIOC_S_FMT _IOWR ('V', 5, struct v4l2_format)
1407 #define VIDIOC_REQBUFS _IOWR ('V', 8, struct v4l2_requestbuffers)
1408 #define VIDIOC_QUERYBUF _IOWR ('V', 9, struct v4l2_buffer)
1412 #define VIDIOC_QBUF _IOWR ('V', 15, struct v4l2_buffer)
1413 #define VIDIOC_DQBUF _IOWR ('V', 17, struct v4l2_buffer)
1416 #define VIDIOC_G_PARM _IOWR ('V', 21, struct v4l2_streamparm)
1417 #define VIDIOC_S_PARM _IOWR ('V', 22, struct v4l2_streamparm)
1420 #define VIDIOC_ENUMSTD _IOWR ('
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dds.h70 #define DS_ADJUST_RESOURCE_INFO _IOWR('d', 2, adjust_t)
71 #define DS_GET_CONFIGURATION_INFO _IOWR('d', 3, config_info_t)
72 #define DS_GET_FIRST_TUPLE _IOWR('d', 4, tuple_t)
73 #define DS_GET_NEXT_TUPLE _IOWR('d', 5, tuple_t)
74 #define DS_GET_TUPLE_DATA _IOWR('d', 6, tuple_parse_t)
75 #define DS_PARSE_TUPLE _IOWR('d', 7, tuple_parse_t)
77 #define DS_GET_STATUS _IOWR('d', 9, cs_status_t)
78 #define DS_ACCESS_CONFIGURATION_REGISTER _IOWR('d', 10, conf_reg_t)
84 #define DS_GET_FIRST_REGION _IOWR('d', 16, region_info_t)
85 #define DS_GET_NEXT_REGION _IOWR('
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsscape_ioctl.h18 #define SND_SSCAPE_LOAD_BOOTB _IOWR('P', 100, struct sscape_bootblock)
H A Dasequencer.h876 #define SNDRV_SEQ_IOCTL_SYSTEM_INFO _IOWR('S', 0x02, struct snd_seq_system_info)
877 #define SNDRV_SEQ_IOCTL_RUNNING_MODE _IOWR('S', 0x03, struct snd_seq_running_info)
879 #define SNDRV_SEQ_IOCTL_GET_CLIENT_INFO _IOWR('S', 0x10, struct snd_seq_client_info)
882 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
884 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
890 #define SNDRV_SEQ_IOCTL_CREATE_QUEUE _IOWR('S', 0x32, struct snd_seq_queue_info)
892 #define SNDRV_SEQ_IOCTL_GET_QUEUE_INFO _IOWR('S', 0x34, struct snd_seq_queue_info)
893 #define SNDRV_SEQ_IOCTL_SET_QUEUE_INFO _IOWR('S', 0x35, struct snd_seq_queue_info)
894 #define SNDRV_SEQ_IOCTL_GET_NAMED_QUEUE _IOWR('S', 0x36, struct snd_seq_queue_info)
895 #define SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS _IOWR('
[all...]
H A Dasound.h440 SNDRV_PCM_IOCTL_HW_REFINE = _IOWR('A', 0x10, struct snd_pcm_hw_params),
441 SNDRV_PCM_IOCTL_HW_PARAMS = _IOWR('A', 0x11, struct snd_pcm_hw_params),
443 SNDRV_PCM_IOCTL_SW_PARAMS = _IOWR('A', 0x13, struct snd_pcm_sw_params),
447 SNDRV_PCM_IOCTL_SYNC_PTR = _IOWR('A', 0x23, struct snd_pcm_sync_ptr),
525 SNDRV_RAWMIDI_IOCTL_PARAMS = _IOWR('W', 0x10, struct snd_rawmidi_params),
526 SNDRV_RAWMIDI_IOCTL_STATUS = _IOWR('W', 0x20, struct snd_rawmidi_status),
639 SNDRV_TIMER_IOCTL_NEXT_DEVICE = _IOWR('T', 0x01, struct snd_timer_id),
641 SNDRV_TIMER_IOCTL_GINFO = _IOWR('T', 0x03, struct snd_timer_ginfo),
643 SNDRV_TIMER_IOCTL_GSTATUS = _IOWR('T', 0x05, struct snd_timer_gstatus),
835 SNDRV_CTL_IOCTL_ELEM_LIST = _IOWR('
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dopenpromio.h61 #define OPIOCGET _IOWR('O', 1, struct opiocdesc)
63 #define OPIOCNEXTPROP _IOWR('O', 3, struct opiocdesc)
65 #define OPIOCGETNEXT _IOWR('O', 5, int)
66 #define OPIOCGETCHILD _IOWR('O', 6, int)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dopenpromio.h61 #define OPIOCGET _IOWR('O', 1, struct opiocdesc)
63 #define OPIOCNEXTPROP _IOWR('O', 3, struct opiocdesc)
65 #define OPIOCGETNEXT _IOWR('O', 5, int)
66 #define OPIOCGETCHILD _IOWR('O', 6, int)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Drpc_des.h125 #define DESIOCBLOCK _IOWR(d, 6, struct desparams)
130 #define DESIOCQUICK _IOWR(d, 7, struct desparams)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Drpc_des.h125 #define DESIOCBLOCK _IOWR(d, 6, struct desparams)
130 #define DESIOCQUICK _IOWR(d, 7, struct desparams)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394-ioctl.h46 _IOWR('#', 0x10, struct video1394_mmap)
52 _IOWR('#', 0x13, struct video1394_wait)
54 _IOWR('#', 0x14, struct video1394_mmap)
67 _IOWR('#', 0x18, struct video1394_wait)
74 _IOWR('#', 0x1b, struct raw1394_iso_status)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.h68 #define MPTRWPERF _IOWR(MPT_MAGIC_NUMBER,0,struct mpt_raw_r_w)
70 #define MPTFWDOWNLOAD _IOWR(MPT_MAGIC_NUMBER,15,struct mpt_fw_xfer)
71 #define MPTCOMMAND _IOWR(MPT_MAGIC_NUMBER,20,struct mpt_ioctl_command)
74 #define MPTFWDOWNLOAD32 _IOWR(MPT_MAGIC_NUMBER,15,struct mpt_fw_xfer32)
75 #define MPTCOMMAND32 _IOWR(MPT_MAGIC_NUMBER,20,struct mpt_ioctl_command32)
78 #define MPTIOCINFO _IOWR(MPT_MAGIC_NUMBER,17,struct mpt_ioctl_iocinfo)
79 #define MPTIOCINFO1 _IOWR(MPT_MAGIC_NUMBER,17,struct mpt_ioctl_iocinfo_rev0)
80 #define MPTIOCINFO2 _IOWR(MPT_MAGIC_NUMBER,17,struct mpt_ioctl_iocinfo_rev1)
81 #define MPTTARGETINFO _IOWR(MPT_MAGIC_NUMBER,18,struct mpt_ioctl_targetinfo)
82 #define MPTTEST _IOWR(MPT_MAGIC_NUMBE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h453 #define XFS_IOC_GETBMAP _IOWR('X', 38, struct getbmap)
459 #define XFS_IOC_GETBMAPA _IOWR('X', 44, struct getbmap)
463 #define XFS_IOC_GETBMAPX _IOWR('X', 56, struct getbmap)
469 #define XFS_IOC_FSBULKSTAT _IOWR('X', 101, struct xfs_fsop_bulkreq)
470 #define XFS_IOC_FSBULKSTAT_SINGLE _IOWR('X', 102, struct xfs_fsop_bulkreq)
471 #define XFS_IOC_FSINUMBERS _IOWR('X', 103, struct xfs_fsop_bulkreq)
472 #define XFS_IOC_PATH_TO_FSHANDLE _IOWR('X', 104, struct xfs_fsop_handlereq)
473 #define XFS_IOC_PATH_TO_HANDLE _IOWR('X', 105, struct xfs_fsop_handlereq)
474 #define XFS_IOC_FD_TO_HANDLE _IOWR('X', 106, struct xfs_fsop_handlereq)
475 #define XFS_IOC_OPEN_BY_HANDLE _IOWR('
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsunos_ioctl.c75 case _IOWR('i', 13, struct ifreq):
81 case _IOWR('i', 15, struct ifreq):
87 case _IOWR('i', 17, struct ifreq):
93 case _IOWR('i', 19, struct ifreq):
96 case _IOWR('i', 20, struct ifconf):
102 case _IOWR('i', 22, struct ifreq): /* SIOCGIFMTU */
106 case _IOWR('i', 23, struct ifreq):
112 case _IOWR('i', 25, struct ifreq):
118 case _IOWR('i', 27, struct ifreq):
128 case _IOWR('
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsunos_ioctl32.c128 case _IOWR('i', 13, struct ifreq32):
134 case _IOWR('i', 15, struct ifreq32):
140 case _IOWR('i', 17, struct ifreq32):
146 case _IOWR('i', 19, struct ifreq32):
150 case _IOWR('i', 20, struct ifconf32):
158 case _IOWR('i', 22, struct ifreq32):
162 case _IOWR('i', 23, struct ifreq32):
168 case _IOWR('i', 25, struct ifreq32):
174 case _IOWR('i', 27, struct ifreq32):
184 case _IOWR('
[all...]

Completed in 154 milliseconds

12345