Searched refs:arg (Results 26 - 50 of 134) sorted by relevance

123456

/include/linux/
H A Dmroute6.h28 extern int ip6mr_ioctl(struct sock *sk, int cmd, void __user *arg);
29 extern int ip6mr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
48 int ip6mr_ioctl(struct sock *sk, int cmd, void __user *arg) argument
H A Dadb.h19 void *arg; member in struct:adb_request
H A Dolpc-ec.h30 extern void olpc_ec_driver_register(struct olpc_ec_driver *drv, void *arg);
H A Drmap.h236 * arg: passed to rmap_one() and invalid_vma()
244 void *arg; member in struct:rmap_walk_control
246 unsigned long addr, void *arg);
248 int (*file_nonlinear)(struct page *, struct address_space *, void *arg);
250 bool (*invalid_vma)(struct vm_area_struct *vma, void *arg);
H A Dhil_mlc.h71 * within arg usecs.
76 * within arg usecs, any other packet is considered an error.
91 typedef int (hilse_func) (hil_mlc *mlc, int arg);
98 int arg; /* Timeout in usec or parm for func */ member in struct:hilse_node
H A Dif_pppox.h98 unsigned long arg);
105 extern int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
H A Dradix-tree.h217 * @arg: pointer returned by radix_tree_deref_slot
222 static inline int radix_tree_deref_retry(void *arg) argument
224 return unlikely((unsigned long)arg & RADIX_TREE_INDIRECT_PTR);
229 * @arg: value returned by radix_tree_deref_slot
232 static inline int radix_tree_exceptional_entry(void *arg) argument
235 return (unsigned long)arg & RADIX_TREE_EXCEPTIONAL_ENTRY;
240 * @arg: value returned by radix_tree_deref_slot
243 static inline int radix_tree_exception(void *arg) argument
245 return unlikely((unsigned long)arg &
H A Dhid.h1080 #define dbg_hid(format, arg...) \
1083 printk(KERN_DEBUG "%s: " format, __FILE__, ##arg); \
1086 #define hid_printk(level, hid, fmt, arg...) \
1087 dev_printk(level, &(hid)->dev, fmt, ##arg)
1088 #define hid_emerg(hid, fmt, arg...) \
1089 dev_emerg(&(hid)->dev, fmt, ##arg)
1090 #define hid_crit(hid, fmt, arg...) \
1091 dev_crit(&(hid)->dev, fmt, ##arg)
1092 #define hid_alert(hid, fmt, arg...) \
1093 dev_alert(&(hid)->dev, fmt, ##arg)
[all...]
H A Dkthread.h13 #define kthread_create(threadfn, data, namefmt, arg...) \
14 kthread_create_on_node(threadfn, data, -1, namefmt, ##arg)
H A Dtty_ldisc.h52 * unsigned int cmd, unsigned long arg);
63 * unsigned int cmd, unsigned long arg);
197 unsigned int cmd, unsigned long arg);
199 unsigned int cmd, unsigned long arg);
H A Di2o.h964 #define osm_printk(level, format, arg...) \
965 printk(level "%s: " format, OSM_NAME , ## arg)
968 #define osm_debug(format, arg...) \
969 osm_printk(KERN_DEBUG, format , ## arg)
971 #define osm_debug(format, arg...) \
975 #define osm_err(format, arg...) \
976 osm_printk(KERN_ERR, format , ## arg)
977 #define osm_info(format, arg...) \
978 osm_printk(KERN_INFO, format , ## arg)
979 #define osm_warn(format, arg
[all...]
H A Datmdev.h186 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg);
189 void __user *arg);
207 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg);
290 int (*ioctl)(struct socket *, unsigned int cmd, unsigned long arg);
H A Dn_r3964.h107 int arg; member in struct:r3964_message
H A Dpipe_fs_i.h144 long pipe_fcntl(struct file *, unsigned int, unsigned long arg);
/include/linux/can/
H A Dcore.h59 extern int can_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
/include/linux/mmc/
H A Dsh_mmcif.h103 unsigned long cmd, unsigned long arg)
106 sh_mmcif_writel(base, MMCIF_CE_ARG, arg);
127 unsigned long cmd, unsigned long arg)
129 sh_mmcif_boot_cmd_send(base, cmd, arg);
102 sh_mmcif_boot_cmd_send(void __iomem *base, unsigned long cmd, unsigned long arg) argument
126 sh_mmcif_boot_cmd(void __iomem *base, unsigned long cmd, unsigned long arg) argument
/include/linux/pinctrl/
H A Dpinconf.h60 const char *arg,
/include/rdma/
H A Dib_fmr_pool.h62 void *arg);
/include/sound/
H A Dmixer_oss.h77 unsigned int cmd, unsigned long arg);
H A Dseq_oss.h54 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);
H A Dsnd_wavefront.h123 unsigned long arg);
134 unsigned long arg);
/include/uapi/xen/
H A Dprivcmd.h42 __u64 arg[5]; member in struct:privcmd_hypercall
78 * @arg: &privcmd_hypercall_t
82 * @arg: &struct privcmd_mmapbatch_v2
83 * Return: 0 on success (i.e., arg->err contains valid error codes for
/include/media/
H A Dv4l2-device.h56 unsigned int notification, void *arg);
125 unsigned int notification, void *arg)
128 sd->v4l2_dev->notify(sd, notification, arg);
124 v4l2_subdev_notify(struct v4l2_subdev *sd, unsigned int notification, void *arg) argument
/include/net/
H A Dinet_frag.h98 const void *arg);
100 const void *arg);
/include/xen/
H A Dgrant_table.h57 void *arg; member in struct:gnttab_free_callback
108 void (*fn)(void *), void *arg, u16 count);

Completed in 416 milliseconds

123456