/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.h | 185 #define hw_dbg(hw, format, arg...) \ argument 187 #define hw_err(hw, format, arg...) \ argument 189 #define e_dev_info(format, arg...) \ argument 191 #define e_dev_warn(format, arg...) \ argument 193 #define e_dev_err(format, arg...) \ argument 195 #define e_dev_notice(format, arg...) \ argument 197 #define e_info(msglvl, format, arg...) \ argument 199 #define e_err(msglvl, format, arg...) \ argument 201 #define e_warn(msglvl, format, arg...) \ argument 203 #define e_crit(msglvl, format, arg...) \ argument
|
/Linux-v6.6/drivers/firmware/efi/test/ |
D | efi_test.c | 139 static long efi_runtime_get_variable(unsigned long arg) in efi_runtime_get_variable() 229 static long efi_runtime_set_variable(unsigned long arg) in efi_runtime_set_variable() 277 static long efi_runtime_get_time(unsigned long arg) in efi_runtime_get_time() 315 static long efi_runtime_set_time(unsigned long arg) in efi_runtime_set_time() 336 static long efi_runtime_get_waketime(unsigned long arg) in efi_runtime_get_waketime() 373 static long efi_runtime_set_waketime(unsigned long arg) in efi_runtime_set_waketime() 403 static long efi_runtime_get_nextvariablename(unsigned long arg) in efi_runtime_get_nextvariablename() 504 static long efi_runtime_get_nexthighmonocount(unsigned long arg) in efi_runtime_get_nexthighmonocount() 535 static long efi_runtime_reset_system(unsigned long arg) in efi_runtime_reset_system() 559 static long efi_runtime_query_variableinfo(unsigned long arg) in efi_runtime_query_variableinfo() [all …]
|
/Linux-v6.6/block/ |
D | ioctl.c | 55 struct blkpg_ioctl_arg __user *arg) in blkpg_ioctl() 75 struct compat_blkpg_ioctl_arg __user *arg) in compat_blkpg_ioctl() 88 unsigned long arg) in blk_ioctl_discard() 157 unsigned long arg) in blk_ioctl_zeroout() 246 unsigned cmd, unsigned long arg) in blkdev_compat_ptr_ioctl() 275 struct pr_registration __user *arg) in blkdev_pr_register() 293 struct pr_reservation __user *arg) in blkdev_pr_reserve() 311 struct pr_reservation __user *arg) in blkdev_pr_release() 329 struct pr_preempt __user *arg, bool abort) in blkdev_pr_preempt() 347 struct pr_clear __user *arg) in blkdev_pr_clear() [all …]
|
/Linux-v6.6/drivers/gpu/drm/i915/selftests/ |
D | i915_sw_fence.c | 80 static int test_self(void *arg) in test_self() 96 static int test_dag(void *arg) in test_dag() 175 static int test_AB(void *arg) in test_AB() 223 static int test_ABC(void *arg) in test_ABC() 303 static int test_AB_C(void *arg) in test_AB_C() 380 static int test_C_AB(void *arg) in test_C_AB() 450 static int test_chain(void *arg) in test_chain() 523 static int test_ipc(void *arg) in test_ipc() 579 static int test_timer(void *arg) in test_timer() 669 static int test_dma_fence(void *arg) in test_dma_fence()
|
D | i915_gem_gtt.c | 153 static int igt_ppgtt_alloc(void *arg) in igt_ppgtt_alloc() 1224 static int igt_ppgtt_fill(void *arg) in igt_ppgtt_fill() 1229 static int igt_ppgtt_walk(void *arg) in igt_ppgtt_walk() 1234 static int igt_ppgtt_pot(void *arg) in igt_ppgtt_pot() 1239 static int igt_ppgtt_drunk(void *arg) in igt_ppgtt_drunk() 1244 static int igt_ppgtt_lowlevel(void *arg) in igt_ppgtt_lowlevel() 1249 static int igt_ppgtt_shrink(void *arg) in igt_ppgtt_shrink() 1254 static int igt_ppgtt_shrink_boom(void *arg) in igt_ppgtt_shrink_boom() 1259 static int igt_ppgtt_misaligned_pin(void *arg) in igt_ppgtt_misaligned_pin() 1311 static int igt_ggtt_fill(void *arg) in igt_ggtt_fill() [all …]
|
/Linux-v6.6/drivers/net/ppp/ |
D | ppp_deflate.c | 60 static void z_comp_free(void *arg) in z_comp_free() 137 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init() 166 static void z_comp_reset(void *arg) in z_comp_reset() 185 static int z_compress(void *arg, unsigned char *rptr, unsigned char *obuf, in z_compress() 266 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats() 277 static void z_decomp_free(void *arg) in z_decomp_free() 351 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init() 381 static void z_decomp_reset(void *arg) in z_decomp_reset() 410 static int z_decompress(void *arg, unsigned char *ibuf, int isize, in z_decompress() 516 static void z_incomp(void *arg, unsigned char *ibuf, int icnt) in z_incomp()
|
D | ppp_mppe.c | 235 static void mppe_free(void *arg) in mppe_free() 250 mppe_init(void *arg, unsigned char *options, int optlen, int unit, int debug, in mppe_init() 308 mppe_comp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_comp_init() 324 static void mppe_comp_reset(void *arg) in mppe_comp_reset() 337 mppe_compress(void *arg, unsigned char *ibuf, unsigned char *obuf, in mppe_compress() 406 static void mppe_comp_stats(void *arg, struct compstat *stats) in mppe_comp_stats() 414 mppe_decomp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_decomp_init() 424 static void mppe_decomp_reset(void *arg) in mppe_decomp_reset() 434 mppe_decompress(void *arg, unsigned char *ibuf, int isize, unsigned char *obuf, in mppe_decompress() 610 static void mppe_incomp(void *arg, unsigned char *ibuf, int icnt) in mppe_incomp()
|
/Linux-v6.6/drivers/char/agp/ |
D | compat_ioctl.c | 38 static int compat_agpioc_info_wrap(struct agp_file_private *priv, void __user *arg) in compat_agpioc_info_wrap() 61 static int compat_agpioc_reserve_wrap(struct agp_file_private *priv, void __user *arg) in compat_agpioc_reserve_wrap() 152 static int compat_agpioc_allocate_wrap(struct agp_file_private *priv, void __user *arg) in compat_agpioc_allocate_wrap() 176 static int compat_agpioc_bind_wrap(struct agp_file_private *priv, void __user *arg) in compat_agpioc_bind_wrap() 193 static int compat_agpioc_unbind_wrap(struct agp_file_private *priv, void __user *arg) in compat_agpioc_unbind_wrap() 210 long compat_agp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in compat_agp_ioctl()
|
/Linux-v6.6/drivers/isdn/mISDN/ |
D | tei.c | 90 da_activate(struct FsmInst *fi, int event, void *arg) in da_activate() 100 da_deactivate_ind(struct FsmInst *fi, int event, void *arg) in da_deactivate_ind() 106 da_deactivate(struct FsmInst *fi, int event, void *arg) in da_deactivate() 130 da_ui(struct FsmInst *fi, int event, void *arg) in da_ui() 143 da_timer(struct FsmInst *fi, int event, void *arg) in da_timer() 293 teiup_create(struct manager *mgr, u_int prim, int len, void *arg) in teiup_create() 456 tei_id_request(struct FsmInst *fi, int event, void *arg) in tei_id_request() 477 tei_id_assign(struct FsmInst *fi, int event, void *arg) in tei_id_assign() 506 tei_id_test_dup(struct FsmInst *fi, int event, void *arg) in tei_id_test_dup() 531 tei_id_denied(struct FsmInst *fi, int event, void *arg) in tei_id_denied() [all …]
|
/Linux-v6.6/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_common.h | 29 #define var_equal_return(var1, var2, exp, fmt, arg ...) \ argument 38 #define var_equal_return_void(var1, var2, fmt, arg ...) \ argument 47 #define var_equal_goto(var1, var2, label, fmt, arg ...) \ argument 56 #define var_not_equal_goto(var1, var2, label, fmt, arg ...) \ argument 65 #define check_null_return(ptr, exp, fmt, arg ...) \ argument 68 #define check_null_return_void(ptr, fmt, arg ...) \ argument
|
/Linux-v6.6/drivers/net/wireless/st/cw1200/ |
D | wsm.c | 92 void *arg, in wsm_generic_confirm() 105 int wsm_configuration(struct cw1200_common *priv, struct wsm_configuration *arg) in wsm_configuration() 135 struct wsm_configuration *arg, in wsm_configuration_confirm() 163 int wsm_reset(struct cw1200_common *priv, const struct wsm_reset *arg) in wsm_reset() 215 struct wsm_mib *arg, in wsm_read_mib_confirm() 268 struct wsm_mib *arg, in wsm_write_mib_confirm() 287 int wsm_scan(struct cw1200_common *priv, const struct wsm_scan *arg) in wsm_scan() 408 struct wsm_join_cnf *arg, in wsm_join_confirm() 425 int wsm_join(struct cw1200_common *priv, struct wsm_join *arg) in wsm_join() 464 const struct wsm_set_bss_params *arg) in wsm_set_bss_params() [all …]
|
/Linux-v6.6/sound/core/seq/ |
D | seq_clientmgr.c | 1146 static int snd_seq_ioctl_pversion(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_pversion() 1154 static int snd_seq_ioctl_user_pversion(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_user_pversion() 1160 static int snd_seq_ioctl_client_id(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_client_id() 1169 static int snd_seq_ioctl_system_info(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_system_info() 1187 static int snd_seq_ioctl_running_mode(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_running_mode() 1250 void *arg) in snd_seq_ioctl_get_client_info() 1269 void *arg) in snd_seq_ioctl_set_client_info() 1302 static int snd_seq_ioctl_create_port(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_create_port() 1357 static int snd_seq_ioctl_delete_port(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_delete_port() 1379 static int snd_seq_ioctl_get_port_info(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_get_port_info() [all …]
|
/Linux-v6.6/tools/testing/radix-tree/ |
D | iteration_check.c | 46 static void *add_entries_fn(void *arg) in add_entries_fn() 67 static void *tagged_iteration_fn(void *arg) in tagged_iteration_fn() 100 static void *untagged_iteration_fn(void *arg) in untagged_iteration_fn() 133 static void *remove_entries_fn(void *arg) in remove_entries_fn() 153 static void *tag_entries_fn(void *arg) in tag_entries_fn()
|
/Linux-v6.6/sound/drivers/opl3/ |
D | opl3_oss.c | 92 struct snd_seq_oss_reg *arg; in snd_opl3_init_seq_oss() local 131 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_opl3_open_seq_oss() 157 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_close_seq_oss() 176 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_opl3_load_patch_seq_oss() 220 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, in snd_opl3_ioctl_seq_oss() 246 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_reset_seq_oss()
|
/Linux-v6.6/arch/csky/kernel/ |
D | stacktrace.c | 17 bool (*fn)(unsigned long, void *), void *arg) in walk_stackframe() argument 61 struct pt_regs *regs, bool (*fn)(unsigned long, void *), void *arg) in walk_stackframe() argument 90 static bool print_trace_address(unsigned long pc, void *arg) in print_trace_address() 102 static bool save_wchan(unsigned long pc, void *arg) in save_wchan() 121 static bool __save_trace(unsigned long pc, void *arg, bool nosched) in __save_trace() 136 static bool save_trace(unsigned long pc, void *arg) in save_trace()
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_dmabuf.c | 17 static int igt_dmabuf_export(void *arg) in igt_dmabuf_export() 39 static int igt_dmabuf_import_self(void *arg) in igt_dmabuf_import_self() 92 static int igt_dmabuf_import_same_driver_lmem(void *arg) in igt_dmabuf_import_same_driver_lmem() 320 static int igt_dmabuf_import_same_driver_smem(void *arg) in igt_dmabuf_import_same_driver_smem() 328 static int igt_dmabuf_import_same_driver_lmem_smem(void *arg) in igt_dmabuf_import_same_driver_lmem_smem() 341 static int igt_dmabuf_import(void *arg) in igt_dmabuf_import() 425 static int igt_dmabuf_import_ownership(void *arg) in igt_dmabuf_import_ownership() 476 static int igt_dmabuf_export_vmap(void *arg) in igt_dmabuf_export_vmap()
|
/Linux-v6.6/drivers/scsi/aacraid/ |
D | commctrl.c | 46 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()
|
/Linux-v6.6/drivers/net/wireless/ti/wlcore/ |
D | debug.h | 50 #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
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | dsfield.c | 123 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
|
/Linux-v6.6/scripts/gdb/linux/ |
D | proc.py | 31 def invoke(self, arg, from_tty): argument 45 def invoke(self, arg, from_tty): argument 90 def invoke(self, arg, from_tty): argument 105 def invoke(self, arg, from_tty): argument 153 def invoke(self, arg, from_tty): argument 235 def invoke(self, arg, from_tty): argument
|
/Linux-v6.6/drivers/media/pci/cx88/ |
D | cx88-cards.c | 39 #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()
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | selftest_hangcheck.c | 284 static int igt_hang_sanitycheck(void *arg) in igt_hang_sanitycheck() 348 static int igt_reset_nop(void *arg) in igt_reset_nop() 424 static int igt_reset_nop_engine(void *arg) in igt_reset_nop_engine() 545 static int igt_reset_fail_engine(void *arg) in igt_reset_fail_engine() 843 static int igt_reset_idle_engine(void *arg) in igt_reset_idle_engine() 848 static int igt_reset_active_engine(void *arg) in igt_reset_active_engine() 894 struct active_engine *arg = container_of(work, typeof(*arg), work); in active_engine() local 1248 static int igt_reset_engines(void *arg) in igt_reset_engines() 1295 static int igt_reset_wait(void *arg) in igt_reset_wait() 1380 struct evict_vma *arg = data; in evict_vma() local [all …]
|
/Linux-v6.6/drivers/scsi/elx/efct/ |
D | efct_hw.c | 14 void *arg; member 20 void *arg; member 25 void *arg; member 30 void *arg; member 79 __efct_read_topology_cb(struct efct_hw *hw, int status, u8 *mqe, void *arg) in __efct_read_topology_cb() 361 efct_hw_wq_process_io(void *arg, u8 *cqe, int status) in efct_hw_wq_process_io() 1375 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb, void *arg) in efct_hw_command() 1533 efct_mbox_rsp_cb(struct efct_hw *hw, int status, u8 *mqe, void *arg) in efct_mbox_rsp_cb() 1547 efct_issue_mbox_rqst(void *base, void *cmd, void *cb, void *arg) in efct_issue_mbox_rqst() 1654 efct_hw_io_free_internal(struct kref *arg) in efct_hw_io_free_internal() [all …]
|
/Linux-v6.6/include/media/ |
D | v4l2-common.h | 23 #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 …]
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_debugfs.c | 16 static int lsdc_identify(struct seq_file *m, void *arg) in lsdc_identify() 33 static int lsdc_show_mm(struct seq_file *m, void *arg) in lsdc_show_mm() 44 static int lsdc_show_gfxpll_clock(struct seq_file *m, void *arg) in lsdc_show_gfxpll_clock() 56 static int lsdc_show_benchmark(struct seq_file *m, void *arg) in lsdc_show_benchmark() 67 static int lsdc_pdev_enable_io_mem(struct seq_file *m, void *arg) in lsdc_pdev_enable_io_mem()
|