Home
last modified time | relevance | path

Searched defs:arg (Results 76 – 100 of 3128) sorted by relevance

12345678910>>...126

/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c96 static int sanitycheck(void *arg) in sanitycheck()
119 static int unwrap_array(void *arg) in unwrap_array()
163 static int unwrap_chain(void *arg) in unwrap_chain()
207 static int unwrap_chain_array(void *arg) in unwrap_chain_array()
255 static int unwrap_merge(void *arg) in unwrap_merge()
307 static int unwrap_merge_complex(void *arg) in unwrap_merge_complex()
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmailbox_s10.c48 u32 *arg) in mbox_fill_cmd_circular_buff()
86 u32 *arg) in mbox_prepare_cmd_only()
109 u32 *arg) in mbox_send_cmd_only_common()
151 u32 len, u32 *arg, u8 urgent, in mbox_send_cmd_common()
393 int mbox_send_cmd(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg, in mbox_send_cmd()
401 u32 *arg, u8 urgent, u32 *resp_buf_len, in mbox_send_cmd_psci()
408 int mbox_send_cmd_only(u8 id, u32 cmd, u8 is_indirect, u32 len, u32 *arg) in mbox_send_cmd_only()
414 u32 *arg) in mbox_send_cmd_only_psci()
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c74 static void start_thread_on(void *(*fn)(void *), void *arg, unsigned long cpu) in start_thread_on() argument
106 static void start_process_on(void *(*fn)(void *), void *arg, unsigned long cpu) in start_process_on() argument
182 static void *pipe_thread1(void *arg) in pipe_thread1()
200 static void *pipe_thread2(void *arg) in pipe_thread2()
227 static void *yield_thread1(void *arg) in yield_thread1()
242 static void *yield_thread2(void *arg) in yield_thread2()
357 static void *futex_thread1(void *arg) in futex_thread1()
372 static void *futex_thread2(void *arg) in futex_thread2()
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_nport.c31 efc_nport_cb(void *arg, int event, void *data) in efc_nport_cb()
58 _efc_nport_free(struct kref *arg) in _efc_nport_free()
272 enum efc_sm_event evt, void *arg) in __efc_nport_common()
321 enum efc_sm_event evt, void *arg) in __efc_nport_allocated()
345 enum efc_sm_event evt, void *arg) in __efc_nport_vport_init()
382 enum efc_sm_event evt, void *arg) in __efc_nport_vport_wait_alloc()
439 enum efc_sm_event evt, void *arg) in __efc_nport_vport_allocated()
494 enum efc_sm_event evt, void *arg) in __efc_nport_attached()
540 enum efc_sm_event evt, void *arg) in __efc_nport_wait_shutdown()
577 enum efc_sm_event evt, void *arg) in __efc_nport_wait_port_free()
H A Defc_node.c10 efc_remote_node_cb(void *arg, int event, void *data) in efc_remote_node_cb()
32 _efc_node_free(struct kref *arg) in _efc_node_free()
364 enum efc_sm_event evt, void *arg) in __efc_node_shutdown()
465 enum efc_sm_event evt, void *arg) in __efc_node_wait_els_shutdown()
540 enum efc_sm_event evt, void *arg) in __efc_node_wait_node_free()
589 enum efc_sm_event evt, void *arg) in __efc_node_wait_ios_shutdown()
646 enum efc_sm_event evt, void *arg) in __efc_node_common()
770 enum efc_sm_event evt, void *arg) in efc_node_post_event()
884 enum efc_sm_event evt, void *arg) in __efc_node_paused()
1084 void efc_node_post_els_resp(struct efc_node *node, u32 evt, void *arg) in efc_node_post_els_resp()
[all …]
H A Defc_cmds.c50 efc_nport_free_unreg_vpi_cb(struct efc *efc, int status, u8 *mqe, void *arg) in efc_nport_free_unreg_vpi_cb()
105 efc_nport_alloc_init_vpi_cb(struct efc *efc, int status, u8 *mqe, void *arg) in efc_nport_alloc_init_vpi_cb()
148 efc_nport_alloc_read_sparm64_cb(struct efc *efc, int status, u8 *mqe, void *arg) in efc_nport_alloc_read_sparm64_cb()
248 void *arg) in efc_nport_attach_reg_vpi_cb()
367 void *arg) in efc_domain_alloc_read_sparm64_cb()
408 void *arg) in efc_domain_alloc_init_vfi_cb()
497 void *arg) in efc_domain_attach_reg_vfi_cb()
550 efc_domain_free_unreg_vfi_cb(struct efc *efc, int status, u8 *mqe, void *arg) in efc_domain_free_unreg_vfi_cb()
634 efc_cmd_node_attach_cb(struct efc *efc, int status, u8 *mqe, void *arg) in efc_cmd_node_attach_cb()
720 efc_cmd_node_free_cb(struct efc *efc, int status, u8 *mqe, void *arg) in efc_cmd_node_free_cb()
/openbmc/linux/fs/btrfs/
H A Dioctl.c481 void __user *arg) in btrfs_ioctl_fitrim()
1115 void __user *arg) in btrfs_ioctl_resize()
1425 void __user *arg) in btrfs_ioctl_subvol_getflags()
2824 void __user *arg) in btrfs_ioctl_fs_info()
2878 void __user *arg) in btrfs_ioctl_dev_info()
3680 void __user *arg) in btrfs_ioctl_balance_progress()
3943 void __user *arg) in btrfs_ioctl_quota_rescan_status()
3962 void __user *arg) in btrfs_ioctl_quota_rescan_wait()
4063 void __user *arg) in btrfs_ioctl_set_received_subvol_32()
4137 void __user *arg) in btrfs_ioctl_get_fslabel()
[all …]
/openbmc/linux/drivers/edac/
H A Dedac_mc.h48 #define edac_printk(level, prefix, fmt, arg...) \ argument
51 #define edac_mc_printk(mci, level, fmt, arg...) \ argument
54 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument
57 #define edac_device_printk(ctl, level, fmt, arg...) \ argument
60 #define edac_pci_printk(ctl, level, fmt, arg...) \ argument
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h268 struct wmi_scan_ev_arg *arg) in ath10k_wmi_pull_scan()
298 struct wmi_mgmt_rx_ev_arg *arg) in ath10k_wmi_pull_mgmt_rx()
308 struct wmi_ch_info_ev_arg *arg) in ath10k_wmi_pull_ch_info()
328 struct wmi_peer_kick_ev_arg *arg) in ath10k_wmi_pull_peer_kick()
338 struct wmi_swba_ev_arg *arg) in ath10k_wmi_pull_swba()
348 struct wmi_phyerr_hdr_arg *arg) in ath10k_wmi_pull_phyerr_hdr()
368 struct wmi_svc_rdy_ev_arg *arg) in ath10k_wmi_pull_svc_rdy()
378 struct wmi_rdy_ev_arg *arg) in ath10k_wmi_pull_rdy()
407 struct wmi_roam_ev_arg *arg) in ath10k_wmi_pull_roam_ev()
417 struct wmi_wow_ev_arg *arg) in ath10k_wmi_pull_wow_event()
[all …]
H A Dwmi.c2190 struct wmi_scan_ev_arg arg = {}; in ath10k_wmi_event_scan() local
2501 struct wmi_mgmt_rx_ev_arg arg = {}; in ath10k_wmi_event_mgmt_rx() local
2774 struct wmi_ch_info_ev_arg arg = {}; in ath10k_wmi_event_chan_info() local
2821 struct wmi_echo_ev_arg arg = {}; in ath10k_wmi_event_echo() local
3753 struct wmi_swba_ev_arg *arg) in ath10k_wmi_10_4_op_pull_swba_ev()
3815 struct wmi_swba_ev_arg arg = {}; in ath10k_wmi_event_host_swba() local
4339 struct wmi_phyerr_ev_arg *arg) in ath10k_wmi_op_pull_phyerr_ev()
4531 struct wmi_roam_ev_arg arg = {}; in ath10k_wmi_event_roam() local
5510 struct wmi_svc_rdy_ev_arg arg = {}; in ath10k_wmi_event_service_ready_work() local
5725 struct wmi_rdy_ev_arg arg = {}; in ath10k_wmi_event_ready() local
[all …]
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c357 uint32_t helper_ftoi(CPUTriCoreState *env, uint32_t arg) in helper_ftoi()
376 uint32_t helper_hptof(CPUTriCoreState *env, uint32_t arg) in helper_hptof()
412 uint32_t helper_ftohp(CPUTriCoreState *env, uint32_t arg) in helper_ftohp()
450 uint32_t helper_itof(CPUTriCoreState *env, uint32_t arg) in helper_itof()
465 uint32_t helper_utof(CPUTriCoreState *env, uint32_t arg) in helper_utof()
481 uint32_t helper_ftoiz(CPUTriCoreState *env, uint32_t arg) in helper_ftoiz()
506 uint32_t helper_ftou(CPUTriCoreState *env, uint32_t arg) in helper_ftou()
538 uint32_t helper_ftouz(CPUTriCoreState *env, uint32_t arg) in helper_ftouz()
570 void helper_updfl(CPUTriCoreState *env, uint32_t arg) in helper_updfl()
/openbmc/u-boot/drivers/tee/optee/
H A Dsupplicant.c16 static void cmd_shm_alloc(struct udevice *dev, struct optee_msg_arg *arg, in cmd_shm_alloc()
58 static void cmd_shm_free(struct optee_msg_arg *arg) in cmd_shm_free()
75 struct optee_msg_arg *arg = shm_arg->addr; in optee_suppl_cmd() local
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c637 uint64_t arg) in do_add_to_physmap()
668 uint64_t arg) in do_add_to_physmap_batch()
733 int cmd, uint64_t arg) in kvm_xen_hcall_memory_op()
755 uint64_t arg) in handle_set_param()
791 uint64_t arg) in handle_get_param()
869 int cmd, uint64_t arg) in kvm_xen_hcall_hvm_op()
896 uint64_t arg) in vcpuop_register_vcpu_info()
923 uint64_t arg) in vcpuop_register_vcpu_time_info()
959 uint64_t arg) in vcpuop_register_runstate_info()
1060 uint64_t arg) in vcpuop_set_periodic_timer()
[all …]
/openbmc/u-boot/include/
H A Ddt-structs.h13 int arg[0]; member
18 int arg[1]; member
23 int arg[2]; member
/openbmc/linux/drivers/media/cec/core/
H A Dcec-priv.h14 #define dprintk(lvl, fmt, arg...) \ argument
20 #define call_op(adap, op, arg...) \ argument
24 #define call_void_op(adap, op, arg...) \ argument
/openbmc/linux/net/atm/
H A Dioctl.c52 unsigned long arg, int compat) in do_vcc_ioctl()
218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl()
278 unsigned long arg) in do_atm_iobuf()
290 unsigned long arg) in do_atmif_sioc()
302 unsigned long arg) in do_atm_ioctl()
355 unsigned long arg) in vcc_compat_ioctl()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c488 static int live_migrate_copy(void *arg) in live_migrate_copy()
510 static int live_migrate_clear(void *arg) in live_migrate_clear()
683 int (*fn)(void *arg), in threaded_migrate()
733 static int __thread_migrate_copy(void *arg) in __thread_migrate_copy()
740 static int thread_migrate_copy(void *arg) in thread_migrate_copy()
748 static int __thread_global_copy(void *arg) in __thread_global_copy()
755 static int thread_global_copy(void *arg) in thread_global_copy()
777 static int thread_migrate_clear(void *arg) in thread_migrate_clear()
785 static int thread_global_clear(void *arg) in thread_global_clear()
886 static int perf_clear_blt(void *arg) in perf_clear_blt()
[all …]
/openbmc/linux/drivers/message/fusion/
H A Dmptctl.c746 mptctl_fw_download(MPT_ADAPTER *iocp, unsigned long arg) in mptctl_fw_download()
1363 mptctl_gettargetinfo (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_gettargetinfo()
1473 mptctl_readtest (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_readtest()
1525 mptctl_eventquery (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_eventquery()
1555 mptctl_eventenable (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_eventenable()
1594 mptctl_eventreport (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_eventreport()
1640 mptctl_replace_fw (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_replace_fw()
1699 mptctl_mpt_command (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_mpt_command()
2556 mptctl_hp_targetinfo(MPT_ADAPTER *ioc, unsigned long arg) in mptctl_hp_targetinfo()
2715 unsigned long arg) in compat_mptfwxfer_ioctl()
[all …]
/openbmc/linux/arch/powerpc/perf/
H A Dhv-gpci.c134 size_t *n, struct hv_gpci_request_buffer *arg) in systeminfo_gpci_request()
195 struct hv_gpci_request_buffer *arg; in processor_bus_topology_show() local
263 struct hv_gpci_request_buffer *arg; in processor_config_show() local
331 struct hv_gpci_request_buffer *arg; in affinity_domain_via_virtual_processor_show() local
401 struct hv_gpci_request_buffer *arg; in affinity_domain_via_domain_show() local
466 size_t *n, struct hv_gpci_request_buffer *arg) in affinity_domain_via_partition_result_parse()
512 struct hv_gpci_request_buffer *arg; in affinity_domain_via_partition_show() local
686 struct hv_gpci_request_buffer *arg; in single_gpci_request() local
889 struct hv_gpci_request_buffer *arg; in sysinfo_device_attr_create() local
990 struct hv_gpci_request_buffer *arg; in hv_gpci_init() local
/openbmc/linux/arch/um/kernel/skas/
H A Duaccess.c65 int (*op)(unsigned long addr, int len, void *arg), void *arg) in do_op_one_page()
96 int (*op)(unsigned long, int, void *), void *arg) in buffer_op() argument
138 static int copy_chunk_from_user(unsigned long from, int len, void *arg) in copy_chunk_from_user()
153 static int copy_chunk_to_user(unsigned long to, int len, void *arg) in copy_chunk_to_user()
168 static int strncpy_chunk_from_user(unsigned long from, int len, void *arg) in strncpy_chunk_from_user()
209 static int strnlen_chunk(unsigned long str, int len, void *arg) in strnlen_chunk()
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c444 static int ioctl_get_info(struct client *client, union ioctl_arg *arg) in ioctl_get_info()
813 static int ioctl_allocate(struct client *client, union ioctl_arg *arg) in ioctl_allocate()
1120 static int ioctl_queue_iso(struct client *client, union ioctl_arg *arg) in ioctl_queue_iso()
1242 static int ioctl_stop_iso(struct client *client, union ioctl_arg *arg) in ioctl_stop_iso()
1473 union ioctl_arg *arg) in ioctl_allocate_iso_resource()
1480 union ioctl_arg *arg) in ioctl_deallocate_iso_resource()
1487 union ioctl_arg *arg) in ioctl_allocate_iso_resource_once()
1494 union ioctl_arg *arg) in ioctl_deallocate_iso_resource_once()
1511 union ioctl_arg *arg) in ioctl_send_broadcast_request()
1752 unsigned int cmd, void __user *arg) in dispatch_ioctl()
[all …]
/openbmc/linux/sound/synth/emux/
H A Demux_oss.c54 struct snd_seq_oss_reg *arg; in snd_emux_init_seq_oss() local
96 snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_emux_open_seq_oss()
162 snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_close_seq_oss()
190 snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_emux_load_patch_seq_oss()
235 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg) in snd_emux_ioctl_seq_oss()
269 snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_reset_seq_oss()
/openbmc/linux/drivers/atm/
H A Dsuni.c95 static int fetch_stats(struct atm_dev *dev,struct sonet_stats __user *arg,int zero) in fetch_stats()
115 static int change_diag(struct atm_dev *dev,void __user *arg,int set) in change_diag()
135 static int get_diag(struct atm_dev *dev,void __user *arg) in get_diag()
224 static int get_framing(struct atm_dev *dev, void __user *arg) in get_framing()
239 static int set_framing(struct atm_dev *dev, void __user *arg) in set_framing()
255 static int suni_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) in suni_ioctl()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c56 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler()
63 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler()
71 void *arg) in error_handler()
78 static int seq_check_handler(struct nl_msg *msg, void *arg) in seq_check_handler()
122 static int family_handler(struct nl_msg *msg, void *arg) in family_handler()
190 static int handle_event(struct nl_msg *n, void *arg) in handle_event()
/openbmc/linux/fs/
H A Dfcntl.c37 static int setfl(int fd, struct file * filp, unsigned int arg) in setfl()
167 static int f_setown_ex(struct file *filp, unsigned long arg) in f_setown_ex()
207 static int f_getown_ex(struct file *filp, unsigned long arg) in f_getown_ex()
247 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
265 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
287 unsigned long arg) in fcntl_rw_hint()
314 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
464 unsigned long, arg) in SYSCALL_DEFINE3() argument
602 compat_ulong_t arg) in do_compat_fcntl64()
667 compat_ulong_t, arg) in COMPAT_SYSCALL_DEFINE3() argument
[all …]

12345678910>>...126