/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calc_math.c | 71 float dcn_bw_floor2(const float arg, const float significance) in dcn_bw_floor2() 77 float dcn_bw_floor(const float arg) in dcn_bw_floor() 82 float dcn_bw_ceil(const float arg) in dcn_bw_ceil() 87 float dcn_bw_ceil2(const float arg, const float significance) in dcn_bw_ceil2()
|
/linux/drivers/pci/hotplug/ |
H A D | acpi_pcihp.c | 24 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, … argument 25 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg) argument 26 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg) argument 27 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) argument
|
H A D | rpaphp.h | 36 #define dbg(format, arg...) \ argument 42 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg) argument 43 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg) argument 44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) argument
|
H A D | cpci_hotplug_pci.c | 22 #define dbg(format, arg...) \ argument 28 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 29 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 30 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
/linux/drivers/tty/ |
H A D | pty.c | 137 static int pty_set_lock(struct tty_struct *tty, int __user *arg) in pty_set_lock() 150 static int pty_get_lock(struct tty_struct *tty, int __user *arg) in pty_get_lock() 158 static int pty_set_pktmode(struct tty_struct *tty, int __user *arg) in pty_set_pktmode() 180 static int pty_get_pktmode(struct tty_struct *tty, int __user *arg) in pty_get_pktmode() 454 unsigned int cmd, unsigned long arg) in pty_bsd_ioctl() 475 unsigned int cmd, unsigned long arg) in pty_bsd_compat_ioctl() 643 unsigned int cmd, unsigned long arg) in pty_unix98_ioctl() 665 unsigned int cmd, unsigned long arg) in pty_unix98_compat_ioctl()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_debugfs.c | 20 static int gem_show(struct seq_file *m, void *arg) in gem_show() 34 static int mm_show(struct seq_file *m, void *arg) in mm_show() 46 static int fb_show(struct seq_file *m, void *arg) in fb_show()
|
/linux/tools/testing/selftests/riscv/hwprobe/ |
H A D | cbo.c | 53 static void test_no_cbo_inval(void *arg) in test_no_cbo_inval() 61 static void test_no_zicbom(void *arg) in test_no_zicbom() 74 static void test_no_zicboz(void *arg) in test_no_zicboz() 88 static void test_zicbom(void *arg) in test_zicbom() 112 static void test_zicboz(void *arg) in test_zicboz()
|
/linux/include/linux/ |
H A D | stop_machine.h | 28 void *arg; member 49 void *arg; member 52 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() 72 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | internal.h | 38 #define mlx5hws_err(ctx, arg...) mlx5_core_err((ctx)->mdev, ##arg) argument 39 #define mlx5hws_info(ctx, arg...) mlx5_core_info((ctx)->mdev, ##arg) argument 40 #define mlx5hws_dbg(ctx, arg...) mlx5_core_dbg((ctx)->mdev, ##arg) argument
|
/linux/drivers/media/tuners/ |
H A D | fc0013-priv.h | 14 #define err(f, arg...) printk(KERN_ERR LOG_PREFIX": " f "\n" , ## arg) argument 16 #define info(f, arg...) printk(KERN_INFO LOG_PREFIX": " f "\n" , ## arg) argument 18 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg) argument
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf.h | 123 #define mxl_printk(kern, fmt, arg...) \ argument 126 #define mxl_info(fmt, arg...) \ argument 130 #define mxl_debug(fmt, arg...) \ argument 136 #define mxl_debug_adv(fmt, arg...) \ argument 140 #define mxl_i2c(fmt, arg...) \ argument 144 #define mxl_i2c_adv(fmt, arg...) \ argument
|
/linux/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 92 unsigned long arg) in compat_drm_version() 133 unsigned long arg) in compat_drm_getunique() 160 unsigned long arg) in compat_drm_setunique() 176 unsigned long arg) in compat_drm_getclient() 215 unsigned long arg) in compat_drm_getstats() 235 unsigned long arg) in compat_drm_update_draw() 261 unsigned long arg) in compat_drm_wait_vblank() 302 unsigned long arg) in compat_drm_mode_addfb2() 362 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | intel_memory_region.c | 54 static int igt_mock_fill(void *arg) in igt_mock_fill() 156 static int igt_mock_reserve(void *arg) in igt_mock_reserve() 236 static int igt_mock_contiguous(void *arg) in igt_mock_contiguous() 368 static int igt_mock_splintered_region(void *arg) in igt_mock_splintered_region() 444 static int igt_mock_max_segment(void *arg) in igt_mock_max_segment() 546 static int igt_mock_io_size(void *arg) in igt_mock_io_size() 782 static int igt_lmem_create(void *arg) in igt_lmem_create() 803 static int igt_lmem_create_with_ps(void *arg) in igt_lmem_create_with_ps() 865 static int igt_lmem_create_cleared_cpu(void *arg) in igt_lmem_create_cleared_cpu() 947 static int igt_lmem_write_gpu(void *arg) in igt_lmem_write_gpu() [all …]
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common-v2.c | 487 int err, arg; in mtk_pinconf_bias_set() local 554 int err, arg; in mtk_pinconf_bias_set_rev1() local 604 u32 pullup, u32 arg, bool pd_only) in mtk_pinconf_bias_set_pu_pd() 632 u32 pullup, u32 arg) in mtk_pinconf_bias_set_pullsel_pullen() 657 u32 pullup, u32 arg) in mtk_pinconf_bias_set_pupd_r1_r0() 696 u32 pullup, u32 arg, u32 *rsel_val) in mtk_hw_pin_rsel_lookup() 734 u32 pullup, u32 arg) in mtk_pinconf_bias_set_rsel() 755 u32 pullup, u32 arg) in mtk_pinconf_bias_set_pu_pd_rsel() 771 u32 pullup, u32 arg) in mtk_pinconf_bias_set_combo() 1033 const struct mtk_pin_desc *desc, u32 arg) in mtk_pinconf_drive_set() [all …]
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_logmsg.h | 57 #define lpfc_vlog_msg(vport, level, mask, fmt, arg...) \ argument 62 #define lpfc_log_msg(phba, level, mask, fmt, arg...) \ argument 73 #define lpfc_printf_vlog(vport, level, mask, fmt, arg...) \ argument 86 #define lpfc_printf_log(phba, level, mask, fmt, arg...) \ argument
|
/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_migrate.c | 96 static int igt_smem_create_migrate(void *arg) in igt_smem_create_migrate() 101 static int igt_lmem_create_migrate(void *arg) in igt_lmem_create_migrate() 106 static int igt_same_create_migrate(void *arg) in igt_same_create_migrate() 290 static int igt_lmem_pages_failsafe_migrate(void *arg) in igt_lmem_pages_failsafe_migrate() 448 static int igt_lmem_async_migrate(void *arg) in igt_lmem_async_migrate()
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 72 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 110 void *waiterfn(void *arg) in waiterfn() 146 void *broadcast_wakerfn(void *arg) in broadcast_wakerfn() 194 void *signal_wakerfn(void *arg) in signal_wakerfn() 259 void *third_party_blocker(void *arg) in third_party_blocker()
|
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-log.h | 39 #define intel_pt_log_packet(arg, ...) \ argument 45 #define intel_pt_log_insn(arg, ...) \ argument 51 #define intel_pt_log_insn_no_data(arg, ...) \ argument
|
/linux/drivers/firmware/ |
H A D | arm_sdei.c | 82 #define CROSSCALL_INIT(arg, event) \ argument 92 struct sdei_crosscall_args arg; in sdei_do_local_call() local 103 struct sdei_crosscall_args arg; in sdei_do_cross_call() local 112 sdei_cross_call_return(struct sdei_crosscall_args *arg, int err) in sdei_cross_call_return() 392 struct sdei_crosscall_args *arg = data; in _local_event_enable() local 438 struct sdei_crosscall_args *arg = data; in _ipi_event_disable() local 480 struct sdei_crosscall_args *arg = data; in _local_event_unregister() local 548 void *arg, u64 flags, u64 affinity) in sdei_api_event_register() 560 struct sdei_crosscall_args *arg = data; in _local_event_register() local 569 int sdei_event_register(u32 event_num, sdei_event_callback *cb, void *arg) in sdei_event_register() [all …]
|
/linux/tools/perf/tests/shell/coresight/thread_loop/ |
H A D | thread_loop.c | 25 static void *thrfn(void *arg) in thrfn() 47 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr()
|
/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/ |
H A D | unroll_loop_thread.c | 15 static void *thrfn(void *arg) in thrfn() 41 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
H A D | lib_float_math.c | 47 double math_floor2(const double arg, const double significance) in math_floor2() 54 double math_floor(const double arg) in math_floor() 59 double math_ceil(const double arg) in math_ceil() 64 double math_ceil2(const double arg, const double significance) in math_ceil2()
|
/linux/fs/fuse/ |
H A D | ioctl.c | 124 static int fuse_setup_measure_verity(unsigned long arg, struct iovec *iov) in fuse_setup_measure_verity() 140 static int fuse_setup_enable_verity(unsigned long arg, struct iovec *iov, in fuse_setup_enable_verity() 217 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg, in fuse_do_ioctl() 413 unsigned long arg, unsigned int flags) in fuse_ioctl_common() 427 long fuse_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in fuse_file_ioctl() 433 unsigned long arg) in fuse_file_compat_ioctl()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_mocs.c | 62 static int live_mocs_init(struct live_mocs *arg, struct intel_gt *gt) in live_mocs_init() 97 static void live_mocs_fini(struct live_mocs *arg) in live_mocs_fini() 217 static int check_mocs_engine(struct live_mocs *arg, in check_mocs_engine() 260 static int live_mocs_kernel(void *arg) in live_mocs_kernel() 286 static int live_mocs_clean(void *arg) in live_mocs_clean() 388 static int live_mocs_reset(void *arg) in live_mocs_reset()
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | bench-lookups.c | 92 void (*f)(int, void *), int sk, void *arg) in measure_call() argument 128 static void delete_mkt(int sk, void *arg) in delete_mkt() 136 static void add_back_mkt(int sk, void *arg) in add_back_mkt() 209 static void *server_fn(void *arg) in server_fn() 256 static void connect_client(int sk, void *arg) in connect_client() 336 static void *client_fn(void *arg) in client_fn()
|