Home
last modified time | relevance | path

Searched defs:arg (Results 151 – 175 of 3764) sorted by relevance

12345678910>>...151

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v10.c24 struct rkispp_tnr_config *arg) in tnr_config()
175 struct rkispp_nr_config *arg) in nr_config()
318 struct rkispp_nr_config *arg) in nr_enable()
343 struct rkispp_sharp_config *arg) in shp_config()
467 struct rkispp_sharp_config *arg) in shp_enable()
495 struct rkispp_fec_config *arg) in fec_config()
579 struct rkispp_orb_config *arg) in orb_config()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dtest_kmem.c30 static int alloc_dcache(const char *cgroup, void *arg) in alloc_dcache()
90 static void *alloc_kmem_fn(void *arg) in alloc_kmem_fn()
96 static int alloc_kmem_smp(const char *cgroup, void *arg) in alloc_kmem_smp()
126 int (*fn)(const char *cgroup, void *arg), in cg_run_in_subcgroups()
236 static void *pthread_wait_fn(void *arg) in pthread_wait_fn()
242 static int spawn_1000_threads(const char *cgroup, void *arg) in spawn_1000_threads()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c133 static int igt_syncmap_init(void *arg) in igt_syncmap_init()
202 static int igt_syncmap_one(void *arg) in igt_syncmap_one()
271 static int igt_syncmap_join_above(void *arg) in igt_syncmap_join_above()
332 static int igt_syncmap_join_below(void *arg) in igt_syncmap_join_below()
400 static int igt_syncmap_neighbours(void *arg) in igt_syncmap_neighbours()
446 static int igt_syncmap_compact(void *arg) in igt_syncmap_compact()
542 static int igt_syncmap_random(void *arg) in igt_syncmap_random()
H A Di915_request.c66 static int igt_add_request(void *arg) in igt_add_request()
82 static int igt_wait_request(void *arg) in igt_wait_request()
151 static int igt_fence_wait(void *arg) in igt_fence_wait()
202 static int igt_request_rewind(void *arg) in igt_request_rewind()
290 static int __igt_breadcrumbs_smoketest(void *arg) in __igt_breadcrumbs_smoketest()
431 static int mock_breadcrumbs_smoketest(void *arg) in mock_breadcrumbs_smoketest()
535 static int live_nop_request(void *arg) in live_nop_request()
683 static int live_empty_request(void *arg) in live_empty_request()
833 static int live_all_engines(void *arg) in live_all_engines()
948 static int live_sequential_engines(void *arg) in live_sequential_engines()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h268 struct wmi_scan_ev_arg *arg) in ath10k_wmi_pull_scan()
278 struct wmi_tlv_mgmt_tx_compl_ev_arg *arg) in ath10k_wmi_pull_mgmt_tx_compl()
288 struct wmi_tlv_mgmt_tx_bundle_compl_ev_arg *arg) in ath10k_wmi_pull_mgmt_tx_bundle_compl()
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()
318 struct wmi_vdev_start_ev_arg *arg) in ath10k_wmi_pull_vdev_start()
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()
358 int left_len, struct wmi_phyerr_ev_arg *arg) in ath10k_wmi_pull_phyerr()
[all …]
H A Dwmi.c1699 const struct wmi_channel_arg *arg) in ath10k_wmi_put_wmi_channel()
2170 struct wmi_scan_ev_arg *arg) in ath10k_wmi_op_pull_scan_ev()
2190 struct wmi_scan_ev_arg arg = {}; in ath10k_wmi_event_scan() local
2284 struct wmi_mgmt_rx_ev_arg *arg) in ath10k_wmi_op_pull_mgmt_rx_ev()
2336 struct wmi_mgmt_rx_ev_arg *arg) in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
2445 struct wmi_tlv_mgmt_tx_compl_ev_arg arg; in ath10k_wmi_event_mgmt_tx_compl() local
2471 struct wmi_tlv_mgmt_tx_bundle_compl_ev_arg arg; in ath10k_wmi_event_mgmt_tx_bundle_compl() local
2501 struct wmi_mgmt_rx_ev_arg arg = {}; in ath10k_wmi_event_mgmt_rx() local
2652 struct wmi_ch_info_ev_arg *arg) in ath10k_wmi_op_pull_ch_info_ev()
2672 struct wmi_ch_info_ev_arg *arg) in ath10k_wmi_10_4_op_pull_ch_info_ev()
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c35 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl()
113 int f_setown(struct file *filp, unsigned long arg, int force) in f_setown()
165 static int f_setown_ex(struct file *filp, unsigned long arg) in f_setown_ex()
205 static int f_getown_ex(struct file *filp, unsigned long arg) in f_getown_ex()
245 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
263 static int f_getowner_uids(struct file *filp, unsigned long arg) in f_getowner_uids()
285 unsigned long arg) in fcntl_rw_hint()
330 static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, in do_fcntl()
456 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) in SYSCALL_DEFINE3() argument
481 unsigned long, arg) in SYSCALL_DEFINE3() argument
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoalesce.cpp10 for (const auto& arg : args) { in evaluate() local
18 for (const std::unique_ptr<Expression>& arg : args) { in eachChild() local
33 for (const auto& arg : args) { in possibleOutputs() local
76 std::any_of(args.begin(), args.end(), [&] (const auto& arg) { in parse()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dfcntl.c18 static size_t syscall_arg__scnprintf_fcntl_getfd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_getfd()
31 static size_t syscall_arg__scnprintf_fcntl_getlease(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_getlease()
36 size_t syscall_arg__scnprintf_fcntl_cmd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_cmd()
70 size_t syscall_arg__scnprintf_fcntl_arg(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_arg()
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dksparser.py55 def f(arg): argument
88 def overheadtype(arg): argument
103 def cannedpathtype(arg): argument
114 def systemidtype(arg): argument
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_hwdep.c22 struct hda_verb_ioctl __user *arg) in verb_write_ioctl()
36 struct hda_verb_ioctl __user *arg) in get_wcap_ioctl()
61 unsigned int cmd, unsigned long arg) in hda_hwdep_ioctl()
79 unsigned int cmd, unsigned long arg) in hda_hwdep_ioctl_compat()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-ioctls.c12 static int put_user_long(long val, unsigned long arg) in put_user_long()
30 unsigned int cmd, unsigned long arg, in ide_setting_ioctl()
97 static int ide_get_nice_ioctl(ide_drive_t *drive, unsigned long arg) in ide_get_nice_ioctl()
105 static int ide_set_nice_ioctl(ide_drive_t *drive, unsigned long arg) in ide_set_nice_ioctl()
245 unsigned int cmd, unsigned long arg) in generic_ide_ioctl()
H A Dide-floppy_ioctl.c40 int __user *arg) in ide_floppy_get_format_capacities()
141 int __user *arg) in ide_floppy_format_unit()
201 int __user *arg) in ide_floppy_get_format_progress()
238 unsigned long arg, unsigned int cmd) in ide_floppy_lockdoor()
276 fmode_t mode, unsigned int cmd, unsigned long arg) in ide_floppy_ioctl()
309 fmode_t mode, unsigned int cmd, unsigned long arg) in ide_floppy_compat_ioctl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp398 void construct ( in_place_init_t, Arg&& arg ) in construct()
411 void emplace_assign ( Arg&& arg ) in emplace_assign()
424 explicit optional_base ( in_place_init_t, Arg&& arg ) in optional_base()
439 explicit optional_base ( in_place_init_if_t, bool cond, Arg&& arg ) in optional_base()
458 void construct ( in_place_init_t, const Arg& arg ) in construct()
465 void construct ( in_place_init_t, Arg& arg ) in construct()
478 void emplace_assign ( const Arg& arg ) in emplace_assign()
485 void emplace_assign ( Arg& arg ) in emplace_assign()
498 explicit optional_base ( in_place_init_t, const Arg& arg ) in optional_base()
505 explicit optional_base ( in_place_init_t, Arg& arg ) in optional_base()
[all …]
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptctl.c621 __mptctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in __mptctl_ioctl()
699 mptctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in mptctl_ioctl()
708 static int mptctl_do_reset(MPT_ADAPTER *iocp, unsigned long arg) in mptctl_do_reset()
750 mptctl_fw_download(MPT_ADAPTER *iocp, unsigned long arg) in mptctl_fw_download()
1224 mptctl_getiocinfo (MPT_ADAPTER *ioc, unsigned long arg, unsigned int data_size) in mptctl_getiocinfo()
1361 mptctl_gettargetinfo (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_gettargetinfo()
1477 mptctl_readtest (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_readtest()
1529 mptctl_eventquery (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_eventquery()
1559 mptctl_eventenable (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_eventenable()
1598 mptctl_eventreport (MPT_ADAPTER *ioc, unsigned long arg) in mptctl_eventreport()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c135 static int live_sanitycheck(void *arg) in live_sanitycheck()
341 static int live_unlite_switch(void *arg) in live_unlite_switch()
346 static int live_unlite_preempt(void *arg) in live_unlite_preempt()
351 static int live_unlite_ring(void *arg) in live_unlite_ring()
501 static int live_pin_rewind(void *arg) in live_pin_rewind()
579 static int live_hold_reset(void *arg) in live_hold_reset()
684 static int live_error_interrupt(void *arg) in live_error_interrupt()
979 static int live_timeslice_preempt(void *arg) in live_timeslice_preempt()
1115 static int live_timeslice_rewind(void *arg) in live_timeslice_rewind()
1288 static int live_timeslice_queue(void *arg) in live_timeslice_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c36 dbcc_config(struct verify_context *ctx, struct dbcc_config_arg *arg) in dbcc_config()
58 dbcc_tx_tmac(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx_tmac()
93 dbcc_tx(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx()
125 dbcc_tx_status(struct verify_context *ctx, struct dbcc_tx_cnt_arg *arg) in dbcc_tx_status()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c36 dbcc_config(struct verify_context *ctx, struct dbcc_config_arg *arg) in dbcc_config()
58 dbcc_tx_tmac(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx_tmac()
93 dbcc_tx(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx()
125 dbcc_tx_status(struct verify_context *ctx, struct dbcc_tx_cnt_arg *arg) in dbcc_tx_status()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/
H A Dvalue_init.hpp113 initialized(initialized const & arg) in initialized() function in boost::initialized
119 explicit initialized(T const & arg) in initialized()
125 initialized & operator=(initialized const & arg) in operator =()
152 void swap(initialized & arg) in swap()
221 void swap(value_initialized & arg) in swap()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dioctl.c17 static long ceph_ioctl_get_layout(struct file *file, void __user *arg) in ceph_ioctl_get_layout()
64 static long ceph_ioctl_set_layout(struct file *file, void __user *arg) in ceph_ioctl_set_layout()
136 static long ceph_ioctl_set_layout_policy (struct file *file, void __user *arg) in ceph_ioctl_set_layout_policy()
179 static long ceph_ioctl_get_dataloc(struct file *file, void __user *arg) in ceph_ioctl_get_dataloc()
271 long ceph_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ceph_ioctl()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c431 static int ioctl_get_info(struct client *client, union ioctl_arg *arg) in ioctl_get_info()
622 static int ioctl_send_request(struct client *client, union ioctl_arg *arg) in ioctl_send_request()
761 static int ioctl_allocate(struct client *client, union ioctl_arg *arg) in ioctl_allocate()
802 static int ioctl_deallocate(struct client *client, union ioctl_arg *arg) in ioctl_deallocate()
808 static int ioctl_send_response(struct client *client, union ioctl_arg *arg) in ioctl_send_response()
842 static int ioctl_initiate_bus_reset(struct client *client, union ioctl_arg *arg) in ioctl_initiate_bus_reset()
859 static int ioctl_add_descriptor(struct client *client, union ioctl_arg *arg) in ioctl_add_descriptor()
905 static int ioctl_remove_descriptor(struct client *client, union ioctl_arg *arg) in ioctl_remove_descriptor()
956 static int ioctl_create_iso_context(struct client *client, union ioctl_arg *arg) in ioctl_create_iso_context()
1028 static int ioctl_set_iso_channels(struct client *client, union ioctl_arg *arg) in ioctl_set_iso_channels()
[all …]
/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 Dpretty_printers.py24 def parse_printer_regexps(arg): argument
151 def invoke(self, arg, from_tty): argument
278 def do_enable_pretty_printer (arg, flag): argument
332 def invoke(self, arg, from_tty): argument
354 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 Dpretty_printers.py24 def parse_printer_regexps(arg): argument
151 def invoke(self, arg, from_tty): argument
278 def do_enable_pretty_printer (arg, flag): argument
332 def invoke(self, arg, from_tty): argument
354 def invoke(self, arg, from_tty): argument

12345678910>>...151