Home
last modified time | relevance | path

Searched defs:arg (Results 126 – 150 of 3764) sorted by relevance

12345678910>>...151

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dioctl.c157 static int btrfs_ioctl_getflags(struct file *file, void __user *arg) in btrfs_ioctl_getflags()
196 static int btrfs_ioctl_setflags(struct file *file, void __user *arg) in btrfs_ioctl_setflags()
397 static int btrfs_ioctl_fsgetxattr(struct file *file, void __user *arg) in btrfs_ioctl_fsgetxattr()
409 static int btrfs_ioctl_fssetxattr(struct file *file, void __user *arg) in btrfs_ioctl_fssetxattr()
498 static int btrfs_ioctl_getversion(struct file *file, int __user *arg) in btrfs_ioctl_getversion()
506 void __user *arg) in btrfs_ioctl_fitrim()
1679 void __user *arg) in btrfs_ioctl_resize()
1885 void __user *arg, int subvol) in btrfs_ioctl_snap_create()
1906 void __user *arg, int subvol) in btrfs_ioctl_snap_create_v2()
1969 void __user *arg) in btrfs_ioctl_subvol_getflags()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dcommctrl.c46 static int ioctl_send_fib(struct aac_dev * dev, void __user *arg) in ioctl_send_fib()
167 static int open_getadapter_fib(struct aac_dev * dev, void __user *arg) in open_getadapter_fib()
244 static int next_getadapter_fib(struct aac_dev * dev, void __user *arg) in next_getadapter_fib()
400 static int close_getadapter_fib(struct aac_dev * dev, void __user *arg) in close_getadapter_fib()
450 static int check_revision(struct aac_dev *dev, void __user *arg) in check_revision()
479 static int aac_send_raw_srb(struct aac_dev* dev, void __user * arg) in aac_send_raw_srb()
1004 static int aac_get_pci_info(struct aac_dev* dev, void __user *arg) in aac_get_pci_info()
1018 static int aac_get_hba_info(struct aac_dev *dev, void __user *arg) in aac_get_hba_info()
1045 static int aac_send_reset_adapter(struct aac_dev *dev, void __user *arg) in aac_send_reset_adapter()
1062 int aac_do_ioctl(struct aac_dev *dev, unsigned int cmd, void __user *arg) in aac_do_ioctl()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddsfield.c123 union acpi_parse_object *arg; in acpi_ds_create_buffer_field() local
262 union acpi_parse_object *arg) in acpi_ds_get_field_names()
478 union acpi_parse_object *arg; in acpi_ds_create_field() local
557 union acpi_parse_object *arg = NULL; in acpi_ds_init_field_objects() local
678 union acpi_parse_object *arg; in acpi_ds_create_bank_field() local
771 union acpi_parse_object *arg; in acpi_ds_create_index_field() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Ddebug.h50 #define wl1271_error(fmt, arg...) \ argument
53 #define wl1271_warning(fmt, arg...) \ argument
56 #define wl1271_notice(fmt, arg...) \ argument
59 #define wl1271_info(fmt, arg...) \ argument
64 #define wl1271_debug(level, fmt, arg...) \ argument
70 #define wl1271_debug(level, fmt, arg...) \ argument
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dproc.py29 def invoke(self, arg, from_tty): argument
43 def invoke(self, arg, from_tty): argument
88 def invoke(self, arg, from_tty): argument
103 def invoke(self, arg, from_tty): argument
151 def invoke(self, arg, from_tty): argument
233 def invoke(self, arg, from_tty): argument
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-cards.c39 #define dprintk(level, fmt, arg...) do { \ argument
2995 int command, int arg) in cx88_dvico_xc2028_callback()
3054 int command, int arg) in cx88_xc3028_winfast1800h_callback()
3071 int command, int arg) in cx88_xc4000_winfast2000h_plus_callback()
3091 int command, int arg) in cx88_pv_8000gt_callback()
3145 int command, int arg) in cx88_xc2028_tuner_callback()
3193 int command, int arg) in cx88_xc4000_tuner_callback()
3213 int command, int arg) in cx88_xc5000_tuner_callback()
3255 int cx88_tuner_callback(void *priv, int component, int command, int arg) in cx88_tuner_callback()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dunwinders.py28 def parse_unwinder_command_args(arg): argument
91 def invoke(self, arg, from_tty): argument
125 def do_enable_unwinder(arg, flag): argument
161 def invoke(self, arg, from_tty): argument
183 def invoke(self, arg, from_tty): argument
H A Dxmethods.py30 def parse_xm_command_args(arg): argument
158 def set_xm_status(arg, status): argument
199 def invoke(self, arg, from_tty): argument
234 def invoke(self, arg, from_tty): argument
260 def invoke(self, arg, from_tty): argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dunwinders.py28 def parse_unwinder_command_args(arg): argument
91 def invoke(self, arg, from_tty): argument
125 def do_enable_unwinder(arg, flag): argument
161 def invoke(self, arg, from_tty): argument
183 def invoke(self, arg, from_tty): argument
H A Dxmethods.py30 def parse_xm_command_args(arg): argument
158 def set_xm_status(arg, status): argument
199 def invoke(self, arg, from_tty): argument
234 def invoke(self, arg, from_tty): argument
260 def invoke(self, arg, from_tty): argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c314 static int igt_hang_sanitycheck(void *arg) in igt_hang_sanitycheck()
378 static int igt_reset_nop(void *arg) in igt_reset_nop()
444 static int igt_reset_nop_engine(void *arg) in igt_reset_nop_engine()
649 static int igt_reset_idle_engine(void *arg) in igt_reset_idle_engine()
654 static int igt_reset_active_engine(void *arg) in igt_reset_active_engine()
697 struct active_engine *arg = data; in active_engine() local
985 static int igt_reset_engines(void *arg) in igt_reset_engines()
1032 static int igt_reset_wait(void *arg) in igt_reset_wait()
1112 struct evict_vma *arg = data; in evict_vma() local
1128 struct evict_vma *arg = data; in evict_fence() local
[all …]
H A Dselftest_reset.c180 static int igt_reset_device_stolen(void *arg) in igt_reset_device_stolen()
185 static int igt_reset_engines_stolen(void *arg) in igt_reset_engines_stolen()
204 static int igt_global_reset(void *arg) in igt_global_reset()
234 static int igt_wedged_reset(void *arg) in igt_wedged_reset()
255 static int igt_atomic_reset(void *arg) in igt_atomic_reset()
299 static int igt_atomic_engine_reset(void *arg) in igt_atomic_engine_reset()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-common.h23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument
26 #define v4l_client_printk(level, client, fmt, arg...) \ argument
30 #define v4l_err(client, fmt, arg...) \ argument
33 #define v4l_warn(client, fmt, arg...) \ argument
36 #define v4l_info(client, fmt, arg...) \ argument
41 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument
57 #define v4l2_printk(level, dev, fmt, arg...) \ argument
60 #define v4l2_err(dev, fmt, arg...) \ argument
63 #define v4l2_warn(dev, fmt, arg...) \ argument
66 #define v4l2_info(dev, fmt, arg...) \ argument
[all …]
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c1978 static int f2fs_ioc_getflags(struct file *filp, unsigned long arg) in f2fs_ioc_getflags()
1998 static int f2fs_ioc_setflags(struct file *filp, unsigned long arg) in f2fs_ioc_setflags()
2039 static int f2fs_ioc_getversion(struct file *filp, unsigned long arg) in f2fs_ioc_getversion()
2255 static int f2fs_ioc_shutdown(struct file *filp, unsigned long arg) in f2fs_ioc_shutdown()
2337 static int f2fs_ioc_fitrim(struct file *filp, unsigned long arg) in f2fs_ioc_fitrim()
2383 static int f2fs_ioc_set_encryption_policy(struct file *filp, unsigned long arg) in f2fs_ioc_set_encryption_policy()
2395 static int f2fs_ioc_get_encryption_policy(struct file *filp, unsigned long arg) in f2fs_ioc_get_encryption_policy()
2402 static int f2fs_ioc_get_encryption_pwsalt(struct file *filp, unsigned long arg) in f2fs_ioc_get_encryption_pwsalt()
2440 unsigned long arg) in f2fs_ioc_get_encryption_policy_ex()
2448 static int f2fs_ioc_add_encryption_key(struct file *filp, unsigned long arg) in f2fs_ioc_add_encryption_key()
[all …]
/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_ioctl.c18 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg) in snd_seq_oss_synth_info_user()
31 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg) in snd_seq_oss_midi_info_user()
44 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg) in snd_seq_oss_oob_user()
64 void __user *arg = (void __user *)carg; in snd_seq_oss_ioctl() local
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_ctl_drv.c86 unsigned long arg) in adf_ctl_alloc_resources()
181 unsigned long arg) in adf_ctl_ioctl_dev_config()
259 unsigned long arg) in adf_ctl_ioctl_dev_stop()
292 unsigned long arg) in adf_ctl_ioctl_dev_start()
331 unsigned long arg) in adf_ctl_ioctl_get_num_devices()
343 unsigned long arg) in adf_ctl_ioctl_get_status()
381 static long adf_ctl_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in adf_ctl_ioctl()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dunwind.c1155 #define UNW_DEC_PROLOGUE_GR(fmt,r,m,gr,arg) desc_prologue(0,r,m,gr,arg) argument
1156 #define UNW_DEC_PROLOGUE(fmt,b,r,arg) desc_prologue(b,r,0,32,arg) argument
1160 #define UNW_DEC_ABI(fmt,a,c,arg) desc_abi(a,c,arg) argument
1161 #define UNW_DEC_BR_GR(fmt,b,g,arg) desc_br_gr(b,g,arg) argument
1162 #define UNW_DEC_BR_MEM(fmt,b,arg) desc_br_mem(b,arg) argument
1163 #define UNW_DEC_FRGR_MEM(fmt,g,f,arg) desc_frgr_mem(g,f,arg) argument
1164 #define UNW_DEC_FR_MEM(fmt,f,arg) desc_fr_mem(f,arg) argument
1165 #define UNW_DEC_GR_GR(fmt,m,g,arg) desc_gr_gr(m,g,arg) argument
1166 #define UNW_DEC_GR_MEM(fmt,m,arg) desc_gr_mem(m,arg) argument
1167 #define UNW_DEC_MEM_STACK_F(fmt,t,s,arg) desc_mem_stack_f(t,s,arg) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c120 #define snoop(dev, format, arg...) \ argument
1185 static int proc_control(struct usb_dev_state *ps, void __user *arg) in proc_control()
1267 static int proc_bulk(struct usb_dev_state *ps, void __user *arg) in proc_bulk()
1290 static int proc_resetep(struct usb_dev_state *ps, void __user *arg) in proc_resetep()
1308 static int proc_clearhalt(struct usb_dev_state *ps, void __user *arg) in proc_clearhalt()
1331 static int proc_getdriver(struct usb_dev_state *ps, void __user *arg) in proc_getdriver()
1350 static int proc_connectinfo(struct usb_dev_state *ps, void __user *arg) in proc_connectinfo()
1364 void __user *arg, size_t size) in proc_conninfo_ex()
1423 static int proc_setintf(struct usb_dev_state *ps, void __user *arg) in proc_setintf()
1440 static int proc_setconfig(struct usb_dev_state *ps, void __user *arg) in proc_setconfig()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_ioc32.c93 unsigned long arg) in compat_drm_version()
134 unsigned long arg) in compat_drm_getunique()
161 unsigned long arg) in compat_drm_setunique()
178 unsigned long arg) in compat_drm_getmap()
206 unsigned long arg) in compat_drm_addmap()
240 unsigned long arg) in compat_drm_rmmap()
263 unsigned long arg) in compat_drm_getclient()
302 unsigned long arg) in compat_drm_getstats()
327 unsigned long arg) in compat_drm_addbufs()
358 unsigned long arg) in compat_drm_markbufs()
[all …]
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dlog.h79 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \ argument
103 #define batadv_dbg(type, bat_priv, arg...) \ argument
112 #define batadv_dbg_ratelimited(type, bat_priv, arg...) \ argument
121 #define batadv_info(net_dev, fmt, arg...) \ argument
135 #define batadv_err(net_dev, fmt, arg...) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c13 static int igt_dmabuf_export(void *arg) in igt_dmabuf_export()
35 static int igt_dmabuf_import_self(void *arg) in igt_dmabuf_import_self()
79 static int igt_dmabuf_import(void *arg) in igt_dmabuf_import()
161 static int igt_dmabuf_import_ownership(void *arg) in igt_dmabuf_import_ownership()
210 static int igt_dmabuf_export_vmap(void *arg) in igt_dmabuf_export_vmap()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsmp_tlb.c31 static inline void ipi_flush_tlb_mm(void *arg) in ipi_flush_tlb_mm()
38 static inline void ipi_flush_tlb_page(void *arg) in ipi_flush_tlb_page()
48 static inline void ipi_flush_tlb_kernel_page(void *arg) in ipi_flush_tlb_kernel_page()
55 static inline void ipi_flush_tlb_range(void *arg) in ipi_flush_tlb_range()
65 static inline void ipi_flush_tlb_kernel_range(void *arg) in ipi_flush_tlb_kernel_range()
151 static void ipi_flush_tlb_a15_erratum(void *arg) in ipi_flush_tlb_a15_erratum()
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Duaccess.c64 int (*op)(unsigned long addr, int len, void *arg), void *arg) in do_op_one_page()
95 int (*op)(unsigned long, int, void *), void *arg) in buffer_op() argument
137 static int copy_chunk_from_user(unsigned long from, int len, void *arg) in copy_chunk_from_user()
157 static int copy_chunk_to_user(unsigned long to, int len, void *arg) in copy_chunk_to_user()
177 static int strncpy_chunk_from_user(unsigned long from, int len, void *arg) in strncpy_chunk_from_user()
226 static int strnlen_chunk(unsigned long str, int len, void *arg) in strnlen_chunk()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsmp.c466 static void ipi_flush_tlb_all(void *arg) in ipi_flush_tlb_all()
476 static void ipi_flush_tlb_mm(void *arg) in ipi_flush_tlb_mm()
486 static void ipi_flush_tlb_page(void *arg) in ipi_flush_tlb_page()
501 static void ipi_flush_tlb_range(void *arg) in ipi_flush_tlb_range()
518 static void ipi_flush_tlb_kernel_range(void *arg) in ipi_flush_tlb_kernel_range()
535 static void ipi_flush_cache_all(void *arg) in ipi_flush_cache_all()
545 static void ipi_flush_cache_page(void *arg) in ipi_flush_cache_page()
562 static void ipi_flush_cache_range(void *arg) in ipi_flush_cache_range()
579 static void ipi_flush_icache_range(void *arg) in ipi_flush_icache_range()
597 static void ipi_invalidate_dcache_range(void *arg) in ipi_invalidate_dcache_range()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdcp2.c104 static int dw_hdcp_set_reset(struct dw_hdcp *hdcp, void __user *arg) in dw_hdcp_set_reset()
123 static int dw_hdcp_get_status(struct dw_hdcp *hdcp, void __user *arg) in dw_hdcp_get_status()
169 static long dw_hdcp_get_meminfo(struct hl_device *hl_dev, void __user *arg) in dw_hdcp_get_meminfo()
189 static long dw_hdcp_load_code(struct hl_device *hl_dev, struct hl_drv_ioc_code __user *arg) in dw_hdcp_load_code()
213 static long dw_hdcp_write_data(struct hl_device *hl_dev, struct hl_drv_ioc_data __user *arg) in dw_hdcp_write_data()
235 static long dw_hdcp_read_data(struct hl_device *hl_dev, struct hl_drv_ioc_data __user *arg) in dw_hdcp_read_data()
257 static long dw_hdcp_set_data(struct hl_device *hl_dev, void __user *arg) in dw_hdcp_set_data()
280 static long dw_hdcp_hpi_read(struct hl_device *hl_dev, void __user *arg) in dw_hdcp_hpi_read()
301 static long dw_hdcp_hpi_write(struct hl_device *hl_dev, void __user *arg) in dw_hdcp_hpi_write()
377 static long dw_hdcp_init(struct hl_device *hl_dev, void __user *arg) in dw_hdcp_init()
[all …]

12345678910>>...151