/linux/drivers/hid/ |
H A D | hid-wiimote-debug.c | 26 struct wiimote_debug *dbg = f->private_data; in wiidebug_eeprom_read() local 100 struct wiimote_debug *dbg = f->private; in wiidebug_drm_show() local 128 struct wiimote_debug *dbg = sf->private; in wiidebug_drm_write() local 174 struct wiimote_debug *dbg; in wiidebug_init() local 199 struct wiimote_debug *dbg = wdata->debug; in wiidebug_deinit() local
|
/linux/tools/perf/util/ |
H A D | debuginfo.c | 40 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() 80 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new() local 132 void debuginfo__delete(struct debuginfo *dbg) in debuginfo__delete() 142 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs, in debuginfo__get_text_offset()
|
/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-debugfs.c | 18 struct hva_ctx_dbg *dbg = &ctx->dbg; in format_ctx() local 124 struct hva_ctx_dbg *dbg = &ctx->dbg; in hva_dbg_perf_begin() local 182 struct hva_ctx_dbg *dbg = &ctx->dbg; in hva_dbg_perf_end() local 222 struct hva_ctx_dbg *dbg = &ctx->dbg; in hva_dbg_perf_compute() local
|
/linux/drivers/input/serio/ |
H A D | i8042.h | 63 #define dbg(format, arg...) \ macro 82 #define dbg(format, arg...) \ macro
|
/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | debug-sr.h | 91 __debug_save_state(struct kvm_guest_debug_arch * dbg,struct kvm_cpu_context * ctxt) __debug_save_state() argument 109 __debug_restore_state(struct kvm_guest_debug_arch * dbg,struct kvm_cpu_context * ctxt) __debug_restore_state() argument [all...] |
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.c | 139 struct hinic_debug_priv *dbg; in hinic_dbg_cmd_read() local 179 struct dentry *root, struct hinic_debug_priv **dbg, char **field, in create_dbg_files() 204 static void rem_dbg_files(struct hinic_debug_priv *dbg) in rem_dbg_files()
|
H A D | hinic_hw_qp.h | 95 struct hinic_debug_priv *dbg; member 118 struct hinic_debug_priv *dbg; member
|
/linux/include/soc/fsl/qe/ |
H A D | immap_qe.h | 372 struct dbg { struct 373 __be32 bpdcr; /* Breakpoint debug command register */ 374 __be32 bpdsr; /* Breakpoint debug status register */ 375 __be32 bpdmr; /* Breakpoint debug mask register */ 376 __be32 bprmrr0; /* Breakpoint request mode risc register 0 */ 377 __be32 bprmrr1; /* Breakpoint request mode risc register 1 */ 378 u8 res0[0x8]; 379 __be32 bprmtr0; /* Breakpoint request mode trb register 0 */ 380 __be32 bprmtr1; /* Breakpoint request mode trb register 1 */ 381 u8 res1[0x8]; [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | tegra.c | 239 const char *cfg, const char *dbg, in nvkm_device_tegra_new() 333 const char *cfg, const char *dbg, in nvkm_device_tegra_new()
|
/linux/drivers/bluetooth/ |
H A D | btmrvl_debugfs.c | 142 struct btmrvl_debugfs_data *dbg; in btmrvl_debugfs_init() local 184 struct btmrvl_debugfs_data *dbg = priv->debugfs_data; in btmrvl_debugfs_remove() local
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | driver.c | 28 nvif_driver_init(const char *drv, const char *cfg, const char *dbg, in nvif_driver_init()
|
/linux/arch/parisc/kernel/ |
H A D | unwind.c | 31 #define dbg(x...) pr_debug(x) macro 33 #define dbg(x...) do { } while (0) macro
|
/linux/sound/soc/fsl/ |
H A D | fsl_ssi_dbg.c | 15 void fsl_ssi_dbg_isr(struct fsl_ssi_dbg *dbg, u32 sisr) in fsl_ssi_dbg_isr()
|
/linux/include/uapi/linux/ |
H A D | baycom.h | 25 struct baycom_debug_data dbg; member
|
/linux/net/caif/ |
H A D | cfdbgl.c | 22 struct cfsrvl *dbg = kzalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfdbgl_create() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 1282 struct mlx5_cmd_debug *dbg = &dev->cmd.dbg; in dbg_write() local 1471 struct mlx5_cmd_debug *dbg = &dev->cmd.dbg; in data_write() local 1495 struct mlx5_cmd_debug *dbg = &dev->cmd.dbg; in data_read() local 1515 struct mlx5_cmd_debug *dbg = &dev->cmd.dbg; in outlen_read() local 1530 struct mlx5_cmd_debug *dbg = &dev->cmd.dbg; in outlen_write() local 1579 struct mlx5_cmd_debug *dbg = &dev->cmd.dbg; in clean_debug_files() local 1589 struct mlx5_cmd_debug *dbg = &dev->cmd.dbg; in create_debugfs_files() local
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_nvif.c | 85 const char *dbg, void **ppriv) in nvkm_client_driver_init()
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | client.c | 106 nvkm_client_new(const char *name, u64 device, const char *cfg, const char *dbg, in nvkm_client_new()
|
/linux/tools/cgroup/ |
H A D | iocost_coef_gen.py | 55 def dbg(msg): function
|
/linux/drivers/input/joystick/ |
H A D | grip_mp.c | 29 #define dbg(format, arg...) printk(KERN_ERR __FILE__ ": " format "\n" , ## arg) macro 31 #define dbg(format, arg...) do {} while (0) macro
|
/linux/drivers/pci/hotplug/ |
H A D | cpcihp_generic.c | 35 #define dbg(format, arg...) \ macro
|
H A D | acpi_pcihp.c | 24 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, … macro
|
H A D | rpaphp.h | 36 #define dbg(format, arg...) \ macro
|
H A D | cpci_hotplug_pci.c | 22 #define dbg(format, arg...) \ macro
|
/linux/arch/s390/kernel/ |
H A D | wti.c | 28 struct wti_debug dbg; member
|