Searched refs:arg (Results 176 - 200 of 3423) sorted by relevance

1234567891011>>

/linux-master/include/media/
H A Dv4l2-common.h23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \
24 printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
26 #define v4l_client_printk(level, client, fmt, arg...) \
28 (client)->addr, fmt , ## arg)
30 #define v4l_err(client, fmt, arg...) \
31 v4l_client_printk(KERN_ERR, client, fmt , ## arg)
33 #define v4l_warn(client, fmt, arg...) \
34 v4l_client_printk(KERN_WARNING, client, fmt , ## arg)
36 #define v4l_info(client, fmt, arg...) \
37 v4l_client_printk(KERN_INFO, client, fmt , ## arg)
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c42 cmd.req.arg[1] = (vport_id << 16) | 0x1;
43 cmd.req.arg[2] = npar_info->bit_offsets;
44 cmd.req.arg[2] |= npar_info->min_tx_bw << 16;
45 cmd.req.arg[3] = npar_info->max_tx_bw | (npar_info->max_tx_ques << 16);
46 cmd.req.arg[4] = npar_info->max_tx_mac_filters;
47 cmd.req.arg[4] |= npar_info->max_rx_mcast_mac_filters << 16;
48 cmd.req.arg[5] = npar_info->max_rx_ucast_mac_filters |
50 cmd.req.arg[6] = npar_info->max_rx_lro_flow |
52 cmd.req.arg[7] = npar_info->max_rx_buf_rings |
54 cmd.req.arg[
[all...]
/linux-master/include/linux/
H A Dmoduleparam.h50 /* Returns 0, or -errno. arg is in kp->arg. */
54 /* Optional function to free kp->arg when module unloaded. */
55 void (*free)(void *arg);
77 void *arg; member in union:kernel_param::__anon564
170 * @arg: args for @ops
175 #define module_param_cb(name, ops, arg, perm) \
176 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, 0)
178 #define module_param_cb_unsafe(name, ops, arg, perm) \
179 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, per
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Doptee.c162 struct tee_ioctl_open_session_arg arg = { }; local
165 memcpy(arg.uuid, scmi_pta->id.uuid.b, TEE_IOCTL_UUID_LEN);
166 arg.clnt_login = TEE_IOCTL_LOGIN_REE_KERNEL;
168 ret = tee_client_open_session(agent->tee_ctx, &arg, NULL);
169 if (ret < 0 || arg.ret) {
170 dev_err(dev, "Can't open tee session: %d / %#x\n", ret, arg.ret);
174 *tee_session = arg.session;
186 struct tee_ioctl_invoke_arg arg = { }; local
196 arg.func = PTA_SCMI_CMD_CAPABILITIES;
197 arg
226 struct tee_ioctl_invoke_arg arg = { }; local
260 struct tee_ioctl_invoke_arg arg = { local
283 struct tee_ioctl_invoke_arg arg = { local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c45 struct ath12k_wmi_service_ext_arg arg; member in struct:ath12k_wmi_svc_rdy_ext_parse
82 struct ath12k_wmi_svc_rdy_ext2_arg arg; member in struct:ath12k_wmi_svc_rdy_ext2_parse
436 struct ath12k_wmi_service_ext_arg *arg)
445 arg->default_conc_scan_config_bits =
447 arg->default_fw_config_bits = le32_to_cpu(ev->default_fw_config_bits);
448 arg->he_cap_info = le32_to_cpu(ev->he_cap_info);
449 arg->mpdu_density = le32_to_cpu(ev->mpdu_density);
450 arg->max_bssid_rx_filters = le32_to_cpu(ev->max_bssid_rx_filters);
451 arg->ppet.numss_m1 = le32_to_cpu(ev->ppet.numss_m1);
452 arg
434 ath12k_pull_svc_ready_ext(struct ath12k_wmi_pdev *wmi_handle, const void *ptr, struct ath12k_wmi_service_ext_arg *arg) argument
974 ath12k_wmi_put_wmi_channel(struct ath12k_wmi_channel_params *chan, struct wmi_vdev_start_req_arg *arg) argument
1014 ath12k_wmi_vdev_start(struct ath12k *ar, struct wmi_vdev_start_req_arg *arg, bool restart) argument
1133 ath12k_wmi_send_peer_create_cmd(struct ath12k *ar, struct ath12k_wmi_peer_create_arg *arg) argument
1198 ath12k_wmi_send_pdev_set_regdomain(struct ath12k *ar, struct ath12k_wmi_pdev_set_regdomain_arg *arg) argument
1349 ath12k_wmi_rx_reord_queue_remove(struct ath12k *ar, struct ath12k_wmi_rx_reorder_queue_remove_arg *arg) argument
1543 ath12k_wmi_send_set_ap_ps_param_cmd(struct ath12k *ar, u8 *peer_addr, struct ath12k_wmi_ap_ps_arg *arg) argument
1829 ath12k_wmi_vdev_install_key(struct ath12k *ar, struct wmi_vdev_install_key_arg *arg) argument
1882 ath12k_wmi_copy_peer_flags(struct wmi_peer_assoc_complete_cmd *cmd, struct ath12k_wmi_peer_assoc_arg *arg, bool hw_crypto_disabled) argument
1970 ath12k_wmi_send_peer_assoc_cmd(struct ath12k *ar, struct ath12k_wmi_peer_assoc_arg *arg) argument
2174 ath12k_wmi_start_scan_init(struct ath12k *ar, struct ath12k_wmi_scan_req_arg *arg) argument
2206 ath12k_wmi_copy_scan_event_cntrl_flags(struct wmi_start_scan_cmd *cmd, struct ath12k_wmi_scan_req_arg *arg) argument
2279 ath12k_wmi_send_scan_start_cmd(struct ath12k *ar, struct ath12k_wmi_scan_req_arg *arg) argument
2462 ath12k_wmi_send_scan_stop_cmd(struct ath12k *ar, struct ath12k_wmi_scan_cancel_arg *arg) argument
2510 ath12k_wmi_send_scan_chan_list_cmd(struct ath12k *ar, struct ath12k_wmi_scan_chan_list_arg *arg) argument
2866 ath12k_wmi_send_init_country_cmd(struct ath12k *ar, struct ath12k_wmi_init_country_arg *arg) argument
3238 ath12k_fill_band_to_mac_param(struct ath12k_base *soc, struct ath12k_wmi_pdev_band_arg *arg) argument
3339 ath12k_init_cmd_send(struct ath12k_wmi_pdev *wmi, struct ath12k_wmi_init_cmd_arg *arg) argument
3542 struct ath12k_wmi_init_cmd_arg arg = {}; local
3563 ath12k_wmi_vdev_spectral_conf(struct ath12k *ar, struct ath12k_wmi_vdev_spectral_conf_arg *arg) argument
3652 ath12k_wmi_pdev_dma_ring_cfg(struct ath12k *ar, struct ath12k_wmi_pdev_dma_ring_cfg_arg *arg) argument
3702 struct ath12k_wmi_dma_buf_release_arg *arg = data; local
3718 struct ath12k_wmi_dma_buf_release_arg *arg = data; local
3735 struct ath12k_wmi_dma_buf_release_arg *arg = data; local
3787 struct ath12k_wmi_dma_buf_release_arg arg = {}; local
4203 ath12k_pull_svc_ready_ext2(struct ath12k_wmi_pdev *wmi_handle, const void *ptr, struct ath12k_wmi_svc_rdy_ext2_arg *arg) argument
5248 ath12k_pull_peer_sta_kickout_ev(struct ath12k_base *ab, struct sk_buff *skb, struct wmi_peer_sta_kickout_arg *arg) argument
5406 ath12k_pull_vdev_install_key_compl_ev(struct ath12k_base *ab, struct sk_buff *skb, struct wmi_vdev_install_key_complete_arg *arg) argument
6089 struct wmi_peer_sta_kickout_arg arg = {}; local
[all...]
/linux-master/block/
H A Dioctl.c63 struct blkpg_ioctl_arg __user *arg)
68 if (get_user(op, &arg->op) || get_user(udata, &arg->data))
83 struct compat_blkpg_ioctl_arg __user *arg)
88 if (get_user(op, &arg->op) || get_user(udata, &arg->data))
96 unsigned long arg)
109 if (copy_from_user(range, (void __user *)arg, sizeof(range)))
166 unsigned long arg)
176 if (copy_from_user(range, (void __user *)arg, sizeo
62 blkpg_ioctl(struct block_device *bdev, struct blkpg_ioctl_arg __user *arg) argument
82 compat_blkpg_ioctl(struct block_device *bdev, struct compat_blkpg_ioctl_arg __user *arg) argument
95 blk_ioctl_discard(struct block_device *bdev, blk_mode_t mode, unsigned long arg) argument
165 blk_ioctl_zeroout(struct block_device *bdev, blk_mode_t mode, unsigned long arg) argument
254 blkdev_compat_ptr_ioctl(struct block_device *bdev, blk_mode_t mode, unsigned cmd, unsigned long arg) argument
283 blkdev_pr_register(struct block_device *bdev, blk_mode_t mode, struct pr_registration __user *arg) argument
301 blkdev_pr_reserve(struct block_device *bdev, blk_mode_t mode, struct pr_reservation __user *arg) argument
319 blkdev_pr_release(struct block_device *bdev, blk_mode_t mode, struct pr_reservation __user *arg) argument
337 blkdev_pr_preempt(struct block_device *bdev, blk_mode_t mode, struct pr_preempt __user *arg, bool abort) argument
355 blkdev_pr_clear(struct block_device *bdev, blk_mode_t mode, struct pr_clear __user *arg) argument
373 blkdev_flushbuf(struct block_device *bdev, unsigned cmd, unsigned long arg) argument
391 blkdev_roset(struct block_device *bdev, unsigned cmd, unsigned long arg) argument
505 blkdev_common_ioctl(struct block_device *bdev, blk_mode_t mode, unsigned int cmd, unsigned long arg, void __user *argp) argument
595 blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) argument
654 compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) argument
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dshm_ipc.h17 void (*fn)(void *arg);
18 void *arg; member in struct:qtnf_shm_ipc_int
22 void (*fn)(void *arg, const u8 __iomem *buf, size_t len);
23 void *arg; member in struct:qtnf_shm_ipc_rx_callback
/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/drivers/media/pci/ivtv/
H A Divtv-vbi.h19 void ivtv_set_vbi(unsigned long arg);
/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/testing/radix-tree/
H A Diteration_check_2.c13 static void *iterator(void *arg) argument
15 XA_STATE(xas, arg, 0);
33 static void *throbber(void *arg) argument
35 struct xarray *xa = arg;
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h34 void *arg);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfentry_test.c65 int BPF_PROG(test7, struct bpf_fentry_test_t *arg) argument
67 if (!arg)
74 int BPF_PROG(test8, struct bpf_fentry_test_t *arg) argument
76 if (arg->a == 0)
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dsar.h20 s8 rtw_query_sar(struct rtw_dev *rtwdev, const struct rtw_sar_arg *arg);
/linux-master/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c67 struct tee_ioctl_invoke_arg *arg,
70 memset(arg, 0, sizeof(*arg));
73 arg->func = cmd;
74 arg->session = pvt_data.session_id;
75 arg->num_params = MAX_TEE_PARAM_ARRY_MEMB;
102 struct tee_ioctl_invoke_arg arg; local
108 prepare_args(TA_CMD_BNXT_FASTBOOT, &arg, param);
110 ret = tee_client_invoke_func(pvt_data.ctx, &arg, param);
111 if (ret < 0 || arg
66 prepare_args(int cmd, struct tee_ioctl_invoke_arg *arg, struct tee_param *param) argument
133 struct tee_ioctl_invoke_arg arg; local
[all...]
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_object.c13 static int igt_gem_object(void *arg) argument
15 struct drm_i915_private *i915 = arg;
34 static int igt_gem_huge(void *arg) argument
37 struct drm_i915_private *i915 = arg;
/linux-master/scripts/atomic/
H A Dgen-atomic-long.sh8 #gen_cast(arg, int, atomic)
11 local arg="$1"; shift
15 [ "${arg%%:*}" = "p" ] || return
17 printf "($(gen_param_type "${arg}" "${int}" "${atomic}"))"
20 #gen_args_cast(int, atomic, arg...)
28 local arg="$(gen_param_name "$1")"
29 printf "${cast}${arg}"
35 #gen_proto_order_variant(meta, pfx, name, sfx, order, arg...)
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_irq.c20 irqreturn_t ls7a2000_dc_irq_handler(int irq, void *arg) argument
22 struct drm_device *ddev = arg;
48 irqreturn_t ls7a1000_dc_irq_handler(int irq, void *arg) argument
50 struct drm_device *ddev = arg;
/linux-master/tools/perf/util/
H A Dunwind.h18 typedef int (*unwind_entry_cb_t)(struct unwind_entry *entry, void *arg);
24 int (*get_entries)(unwind_entry_cb_t cb, void *arg,
35 int unwind__get_entries(unwind_entry_cb_t cb, void *arg,
63 void *arg __maybe_unused,
/linux-master/fs/bcachefs/
H A Dchardev.h18 unsigned cmd, void __user * arg)
17 bch2_fs_ioctl(struct bch_fs *c, unsigned cmd, void __user * arg) argument
/linux-master/scripts/
H A Dshow_delta83 for arg in sys.argv[1:]:
84 if arg=="-b":
86 elif arg=="-h":
89 filein = arg
/linux-master/drivers/ufs/core/
H A Dufs-fault-injection.c38 const char *fault_str = kp->arg;
47 if (kp->arg == g_trigger_eh_str)
49 else if (kp->arg == g_timeout_str)
58 strscpy(kp->arg, val, FAULT_INJ_STR_SIZE);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd.h17 unsigned int arg[MAX_H2R_ARG]; member in struct:s5p_mfc_cmd_args
/linux-master/tools/perf/trace/beauty/
H A Dsockaddr.c48 static size_t syscall_arg__scnprintf_augmented_sockaddr(struct syscall_arg *arg, char *bf, size_t size) argument
50 struct sockaddr *sa = (struct sockaddr *)arg->augmented.args;
54 strarray__scnprintf(&strarray__socket_families, family, sizeof(family), "%d", arg->show_string_prefix, sa->sa_family);
63 size_t syscall_arg__scnprintf_sockaddr(char *bf, size_t size, struct syscall_arg *arg) argument
65 if (arg->augmented.args)
66 return syscall_arg__scnprintf_augmented_sockaddr(arg, bf, size);
68 return scnprintf(bf, size, "%#lx", arg->val);
/linux-master/arch/powerpc/platforms/pseries/
H A Ddlpar.c406 char *arg; local
408 arg = strsep(cmd, " ");
409 if (!arg)
412 if (sysfs_streq(arg, "memory")) {
414 } else if (sysfs_streq(arg, "cpu")) {
426 char *arg; local
428 arg = strsep(cmd, " ");
429 if (!arg)
432 if (sysfs_streq(arg, "add")) {
434 } else if (sysfs_streq(arg, "remov
446 char *arg; local
[all...]

Completed in 284 milliseconds

1234567891011>>