Searched refs:arg (Results 126 - 150 of 3468) sorted by path

1234567891011>>

/linux-master/include/linux/
H A Dipack.h154 irqreturn_t (*handler)(void *), void *arg);
H A DmISDNdsp.h13 void *(*new)(const char *arg);
H A Dshdma-base.h126 bool shdma_chan_filter(struct dma_chan *chan, void *arg);
128 static inline bool shdma_chan_filter(struct dma_chan *chan, void *arg) argument
/linux-master/include/net/
H A Dwext.h11 void __user *arg);
13 unsigned long arg);
19 void __user *arg)
24 unsigned long arg)
18 wext_handle_ioctl(struct net *net, unsigned int cmd, void __user *arg) argument
23 compat_wext_handle_ioctl(struct net *net, unsigned int cmd, unsigned long arg) argument
/linux-master/include/sound/
H A Dmixer_oss.h62 unsigned int cmd, unsigned long arg);
H A Dseq_oss.h41 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);
H A Dsnd_wavefront.h125 unsigned long arg);
136 unsigned long arg);
/linux-master/include/uapi/linux/
H A Datm.h237 void __user *arg; member in struct:atmif_sioc
H A Dax25.h75 int arg; member in struct:ax25_route_opt_struct
83 unsigned long arg; member in struct:ax25_ctl_struct
/linux-master/net/bluetooth/
H A Dleds.c18 #define to_hci_basic_led_trigger(arg) container_of(arg, \
/linux-master/net/ceph/
H A Dmsgpool.c12 static void *msgpool_alloc(gfp_t gfp_mask, void *arg) argument
14 struct ceph_msgpool *pool = arg;
28 static void msgpool_free(void *element, void *arg) argument
30 struct ceph_msgpool *pool = arg;
H A Dstriper.c112 struct ceph_object_extent *alloc_fn(void *arg),
110 ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, struct list_head *object_extents, struct ceph_object_extent *alloc_fn(void *arg), void *alloc_arg, ceph_object_extent_fn_t action_fn, void *action_arg) argument
/linux-master/net/netlabel/
H A Dnetlabel_calipso.h115 int (*callback)(struct calipso_doi *doi_def, void *arg),
/linux-master/net/nfc/
H A Ddigital.h96 void digital_tg_recv_sens_req(struct nfc_digital_dev *ddev, void *arg,
99 void digital_tg_recv_sensf_req(struct nfc_digital_dev *ddev, void *arg,
103 nfc_digital_cmd_complete_t cb, void *arg)
106 timeout, cb, arg);
109 void digital_tg_recv_atr_req(struct nfc_digital_dev *ddev, void *arg,
116 void digital_tg_recv_md_req(struct nfc_digital_dev *ddev, void *arg,
102 digital_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, nfc_digital_cmd_complete_t cb, void *arg) argument
/linux-master/net/rds/
H A Dloop.c155 static void rds_loop_conn_free(void *arg) argument
157 struct rds_loop_connection *lc = arg;
/linux-master/net/sctp/
H A Dprimitive.c39 void *arg) { \
51 arg, GFP_KERNEL); \
/linux-master/scripts/dtc/
H A Dfdtget.c232 * @param arg List of arguments to process
237 char **arg, int arg_count, int args_per_step)
248 node = fdt_path_offset(blob, arg[i]);
254 report_error(arg[i], node);
258 prop = args_per_step == 1 ? NULL : arg[i + 1];
236 do_fdtget(struct display_info *disp, const char *filename, char **arg, int arg_count, int args_per_step) argument
H A Dfdtput.c51 * @param arg List of arguments from command line
56 static int encode_value(struct display_info *disp, char **arg, int arg_count, argument
75 for (; arg_count > 0; arg++, arg_count--, upto += len) {
78 len = strlen(*arg) + 1;
95 memcpy(ptr, *arg, len);
100 sscanf(*arg, fmt, &ival);
222 char **arg, int arg_count)
239 if (disp->auto_path && create_paths(blob, *arg))
241 if (encode_value(disp, arg + 2, arg_count - 2, &value, &len) ||
242 store_key_value(blob, *arg, ar
221 do_fdtput(struct display_info *disp, const char *filename, char **arg, int arg_count) argument
[all...]
/linux-master/sound/core/seq/oss/
H A Dseq_oss_event.c282 switch (info->arg.event_passing) {
343 switch (info->arg.event_passing) {
H A Dseq_oss_ioctl.c18 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
22 if (copy_from_user(&info, arg, sizeof(info)))
26 if (copy_to_user(arg, &info, sizeof(info)))
31 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
35 if (copy_from_user(&info, arg, sizeof(info)))
39 if (copy_to_user(arg, &info, sizeof(info)))
44 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg) argument
49 if (copy_from_user(ev, arg, 8))
64 void __user *arg = (void __user *)carg; local
65 int __user *p = arg;
[all...]
/linux-master/sound/pci/asihpi/
H A Dhpioctl.h19 long asihpi_hpi_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
/linux-master/tools/build/feature/
H A Dtest-libunwind-aarch64.c9 int need_unwind_info, void *arg);
H A Dtest-libunwind-arm.c9 int need_unwind_info, void *arg);
H A Dtest-libunwind-x86.c9 int need_unwind_info, void *arg);
H A Dtest-libunwind-x86_64.c9 int need_unwind_info, void *arg);

Completed in 298 milliseconds

1234567891011>>