/drivers/mfd/ |
D | mcp-sa11x0.c | 35 #define MCCR0(m) ((m)->base0 + 0x00) argument 36 #define MCDR0(m) ((m)->base0 + 0x08) argument 37 #define MCDR1(m) ((m)->base0 + 0x0c) argument 38 #define MCDR2(m) ((m)->base0 + 0x10) argument 39 #define MCSR(m) ((m)->base0 + 0x18) argument 40 #define MCCR1(m) ((m)->base1 + 0x00) argument 47 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local 59 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_audio_divisor() local 77 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_write() local 104 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_read() local [all …]
|
/drivers/md/ |
D | dm-mpath.c | 55 struct multipath *m; /* Owning multipath instance */ member 184 struct multipath *m; in alloc_multipath() local 203 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2() 231 static void free_multipath(struct multipath *m) in free_multipath() 284 static int __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths() 315 static int pg_init_all_paths(struct multipath *m) in pg_init_all_paths() 327 static void __switch_pg(struct multipath *m, struct priority_group *pg) in __switch_pg() 343 static struct pgpath *choose_path_in_pg(struct multipath *m, in choose_path_in_pg() 368 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath() 437 #define dm_report_EIO(m) \ argument [all …]
|
D | dm-raid1.c | 147 struct mirror *m; member 168 static void bio_set_m(struct bio *bio, struct mirror *m) in bio_set_m() 178 static void set_default_mirror(struct mirror *m) in set_default_mirror() 188 struct mirror *m; in get_valid_mirror() local 211 static void fail_mirror(struct mirror *m, enum dm_raid1_error error_type) in fail_mirror() 261 struct mirror *m; in mirror_flush() local 301 int m, bit = 0; in recovery_complete() local 333 struct mirror *m; in recover() local 375 unsigned int m; in reset_ms_flags() local 417 struct mirror *m = get_default_mirror(ms); in choose_mirror() local [all …]
|
/drivers/net/wireless/intersil/hostap/ |
D | hostap_proc.c | 15 static int prism2_debug_proc_show(struct seq_file *m, void *v) in prism2_debug_proc_show() 48 static int prism2_stats_proc_show(struct seq_file *m, void *v) in prism2_stats_proc_show() 86 static int prism2_wds_proc_show(struct seq_file *m, void *v) in prism2_wds_proc_show() 98 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start() 105 static void *prism2_wds_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_wds_proc_next() 111 static void prism2_wds_proc_stop(struct seq_file *m, void *v) in prism2_wds_proc_stop() 124 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) in prism2_bss_list_proc_show() 151 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start() 158 static void *prism2_bss_list_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_bss_list_proc_next() 164 static void prism2_bss_list_proc_stop(struct seq_file *m, void *v) in prism2_bss_list_proc_stop() [all …]
|
/drivers/block/drbd/ |
D | drbd_debugfs.c | 25 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) in seq_print_age_or_dash() 33 static void __seq_print_rq_state_bit(struct seq_file *m, in __seq_print_rq_state_bit() 47 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit() 54 static void seq_print_request_state(struct seq_file *m, struct drbd_request *req) in seq_print_request_state() 96 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_one_request() 122 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_minor_vnr_req() 128 static void seq_print_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, … in seq_print_resource_pending_meta_io() 156 static void seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned l… in seq_print_waiting_for_AL() 191 static void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned lon… in seq_print_device_bitmap_io() 216 static void seq_print_resource_pending_bitmap_io(struct seq_file *m, struct drbd_resource *resource… in seq_print_resource_pending_bitmap_io() [all …]
|
/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 59 static int i915_capabilities(struct seq_file *m, void *data) in i915_capabilities() 136 describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in describe_obj() 296 #define print_file_stats(m, name, stats) do { \ argument 308 static void print_context_stats(struct seq_file *m, in print_context_stats() 354 static int i915_gem_object_info(struct seq_file *m, void *data) in i915_gem_object_info() 376 static void gen8_display_interrupt_info(struct seq_file *m) in gen8_display_interrupt_info() 428 static int i915_interrupt_info(struct seq_file *m, void *data) in i915_interrupt_info() 646 static int i915_gem_fence_regs_info(struct seq_file *m, void *data) in i915_gem_fence_regs_info() 771 static int i915_frequency_info(struct seq_file *m, void *unused) in i915_frequency_info() 996 struct seq_file *m, in i915_instdone_info() [all …]
|
/drivers/mailbox/ |
D | pl320-ipc.c | 20 #define IPCMxSOURCE(m) ((m) * 0x40) argument 21 #define IPCMxDSET(m) (((m) * 0x40) + 0x004) argument 22 #define IPCMxDCLEAR(m) (((m) * 0x40) + 0x008) argument 23 #define IPCMxDSTATUS(m) (((m) * 0x40) + 0x00C) argument 24 #define IPCMxMODE(m) (((m) * 0x40) + 0x010) argument 25 #define IPCMxMSET(m) (((m) * 0x40) + 0x014) argument 26 #define IPCMxMCLEAR(m) (((m) * 0x40) + 0x018) argument 27 #define IPCMxMSTATUS(m) (((m) * 0x40) + 0x01C) argument 28 #define IPCMxSEND(m) (((m) * 0x40) + 0x020) argument 29 #define IPCMxDR(m, dr) (((m) * 0x40) + ((dr) * 4) + 0x024) argument
|
/drivers/media/platform/ti-vpe/ |
D | cal_regs.h | 21 #define CAL_HL_IRQSTATUS_RAW(m) (0x20U + ((m-1) * 0x10U)) argument 22 #define CAL_HL_IRQSTATUS(m) (0x24U + ((m-1) * 0x10U)) argument 23 #define CAL_HL_IRQENABLE_SET(m) (0x28U + ((m-1) * 0x10U)) argument 24 #define CAL_HL_IRQENABLE_CLR(m) (0x2cU + ((m-1) * 0x10U)) argument 25 #define CAL_PIX_PROC(m) (0xc0U + ((m-1) * 0x4U)) argument 41 #define CAL_WR_DMA_CTRL(m) (0x200U + ((m-1) * 0x10U)) argument 42 #define CAL_WR_DMA_ADDR(m) (0x204U + ((m-1) * 0x10U)) argument 43 #define CAL_WR_DMA_OFST(m) (0x208U + ((m-1) * 0x10U)) argument 44 #define CAL_WR_DMA_XSIZE(m) (0x20cU + ((m-1) * 0x10U)) argument 45 #define CAL_CSI2_PPI_CTRL(m) (0x300U + ((m-1) * 0x80U)) argument [all …]
|
/drivers/iommu/ |
D | intel-iommu-debugfs.c | 105 static int iommu_regset_show(struct seq_file *m, void *unused) in iommu_regset_show() 145 static inline void print_tbl_walk(struct seq_file *m) in print_tbl_walk() 170 static void pasid_tbl_walk(struct seq_file *m, struct pasid_entry *tbl_entry, in pasid_tbl_walk() 187 static void pasid_dir_walk(struct seq_file *m, u64 pasid_dir_ptr, in pasid_dir_walk() 203 static void ctx_tbl_walk(struct seq_file *m, struct intel_iommu *iommu, u16 bus) in ctx_tbl_walk() 249 static void root_tbl_walk(struct seq_file *m, struct intel_iommu *iommu) in root_tbl_walk() 270 static int dmar_translation_struct_show(struct seq_file *m, void *unused) in dmar_translation_struct_show() 287 static void ir_tbl_remap_entry_show(struct seq_file *m, in ir_tbl_remap_entry_show() 311 static void ir_tbl_posted_entry_show(struct seq_file *m, in ir_tbl_posted_entry_show() 341 static int ir_translation_struct_show(struct seq_file *m, void *unused) in ir_translation_struct_show()
|
/drivers/input/mouse/ |
D | synaptics.h | 33 #define SYN_MODEL_ROT180(m) ((m) & BIT(23)) argument 34 #define SYN_MODEL_PORTRAIT(m) ((m) & BIT(22)) argument 35 #define SYN_MODEL_SENSOR(m) (((m) & GENMASK(21, 16)) >> 16) argument 36 #define SYN_MODEL_HARDWARE(m) (((m) & GENMASK(15, 9)) >> 9) argument 37 #define SYN_MODEL_NEWABS(m) ((m) & BIT(7)) argument 38 #define SYN_MODEL_PEN(m) ((m) & BIT(6)) argument 39 #define SYN_MODEL_SIMPLIC(m) ((m) & BIT(5)) argument 40 #define SYN_MODEL_GEOMETRY(m) ((m) & GENMASK(3, 0)) argument 55 #define SYN_MEXT_CAP_BIT(m) ((m) & BIT(1)) argument 118 #define SYN_MODE_ABSOLUTE(m) ((m) & BIT(7)) argument [all …]
|
/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_mqd_manager_v9.c | 48 struct v9_mqd *m; in update_cu_mask() local 78 static void set_priority(struct v9_mqd *m, struct queue_properties *q) in set_priority() 123 struct v9_mqd *m; in init_mqd() local 197 struct v9_mqd *m; in update_mqd() local 296 struct v9_mqd *m; in get_wave_state() local 317 struct v9_mqd *m; in init_mqd_hiq() local 330 struct v9_mqd *m; in update_mqd_hiq() local 343 struct v9_sdma_mqd *m; in init_mqd_sdma() local 370 struct v9_sdma_mqd *m; in update_mqd_sdma() local 414 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd() [all …]
|
D | kfd_mqd_manager_vi.c | 50 struct vi_mqd *m; in update_cu_mask() local 72 static void set_priority(struct vi_mqd *m, struct queue_properties *q) in set_priority() 95 struct vi_mqd *m; in init_mqd() local 173 struct vi_mqd *m; in __update_mqd() local 282 struct vi_mqd *m; in get_wave_state() local 303 struct vi_mqd *m; in init_mqd_hiq() local 315 struct vi_mqd *m; in update_mqd_hiq() local 326 struct vi_sdma_mqd *m; in init_mqd_sdma() local 351 struct vi_sdma_mqd *m; in update_mqd_sdma() local 396 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd() [all …]
|
D | kfd_mqd_manager_v10.c | 47 struct v10_compute_mqd *m; in update_cu_mask() local 108 struct v10_compute_mqd *m; in init_mqd() local 178 struct v10_compute_mqd *m; in update_mqd() local 277 struct v10_compute_mqd *m; in get_wave_state() local 299 struct v10_compute_mqd *m; in init_mqd_hiq() local 312 struct v10_compute_mqd *m; in update_mqd_hiq() local 325 struct v10_sdma_mqd *m; in init_mqd_sdma() local 352 struct v10_sdma_mqd *m; in update_mqd_sdma() local 400 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd() 407 static int debugfs_show_mqd_sdma(struct seq_file *m, void *data) in debugfs_show_mqd_sdma()
|
D | kfd_mqd_manager_cik.c | 47 struct cik_mqd *m; in update_cu_mask() local 69 static void set_priority(struct cik_mqd *m, struct queue_properties *q) in set_priority() 92 struct cik_mqd *m; in init_mqd() local 145 struct cik_sdma_rlc_registers *m; in init_mqd_sdma() local 190 struct cik_mqd *m; in __update_mqd() local 238 struct cik_sdma_rlc_registers *m; in update_mqd_sdma() local 316 struct cik_mqd *m; in update_mqd_hiq() local 344 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd() 351 static int debugfs_show_mqd_sdma(struct seq_file *m, void *data) in debugfs_show_mqd_sdma()
|
/drivers/media/platform/qcom/camss/ |
D | camss-ispif.c | 47 #define ISPIF_VFE_m_CTRL_0(m) (0x200 + 0x200 * (m)) argument 49 #define ISPIF_VFE_m_IRQ_MASK_0(m) (0x208 + 0x200 * (m)) argument 54 #define ISPIF_VFE_m_IRQ_MASK_1(m) (0x20c + 0x200 * (m)) argument 59 #define ISPIF_VFE_m_IRQ_MASK_2(m) (0x210 + 0x200 * (m)) argument 62 #define ISPIF_VFE_m_IRQ_STATUS_0(m) (0x21c + 0x200 * (m)) argument 65 #define ISPIF_VFE_m_IRQ_STATUS_1(m) (0x220 + 0x200 * (m)) argument 68 #define ISPIF_VFE_m_IRQ_STATUS_2(m) (0x224 + 0x200 * (m)) argument 70 #define ISPIF_VFE_m_IRQ_CLEAR_0(m) (0x230 + 0x200 * (m)) argument 71 #define ISPIF_VFE_m_IRQ_CLEAR_1(m) (0x234 + 0x200 * (m)) argument 72 #define ISPIF_VFE_m_IRQ_CLEAR_2(m) (0x238 + 0x200 * (m)) argument [all …]
|
/drivers/xen/xenfs/ |
D | xensyms.c | 65 static void *xensyms_start(struct seq_file *m, loff_t *pos) in xensyms_start() 77 static void *xensyms_next(struct seq_file *m, void *p, loff_t *pos) in xensyms_next() 89 static int xensyms_show(struct seq_file *m, void *p) in xensyms_show() 100 static void xensyms_stop(struct seq_file *m, void *p) in xensyms_stop() 113 struct seq_file *m; in xensyms_open() local 140 struct seq_file *m = file->private_data; in xensyms_release() local
|
/drivers/input/misc/ |
D | mma8450.c | 48 static int mma8450_read(struct mma8450 *m, unsigned off) in mma8450_read() 62 static int mma8450_write(struct mma8450 *m, unsigned off, u8 v) in mma8450_write() 78 static int mma8450_read_block(struct mma8450 *m, unsigned off, in mma8450_read_block() 97 struct mma8450 *m = dev->private; in mma8450_poll() local 126 struct mma8450 *m = dev->private; in mma8450_open() local 148 struct mma8450 *m = dev->private; in mma8450_close() local 161 struct mma8450 *m; in mma8450_probe() local
|
/drivers/clk/meson/ |
D | clk-pll.c | 56 unsigned int m, unsigned int n, in __pll_params_to_rate() 77 unsigned int m, n, frac; in meson_clk_pll_recalc_rate() local 91 unsigned int m, in __pll_params_with_frac() 131 unsigned int *m, in meson_clk_get_pll_table_index() 160 unsigned int *m, in meson_clk_get_pll_range_index() 193 unsigned int *m, in meson_clk_get_pll_get_index() 213 unsigned int i, m, n; in meson_clk_get_pll_settings() local 241 unsigned int m, n, frac; in meson_clk_pll_round_rate() local 357 unsigned int enabled, m, n, frac = 0, ret; in meson_clk_pll_set_rate() local
|
/drivers/ide/ |
D | ide-disk_proc.c | 44 static int idedisk_cache_proc_show(struct seq_file *m, void *v) in idedisk_cache_proc_show() 55 static int idedisk_capacity_proc_show(struct seq_file *m, void *v) in idedisk_capacity_proc_show() 63 static int __idedisk_proc_show(struct seq_file *m, ide_drive_t *drive, u8 sub_cmd) in __idedisk_proc_show() 86 static int idedisk_sv_proc_show(struct seq_file *m, void *v) in idedisk_sv_proc_show() 91 static int idedisk_st_proc_show(struct seq_file *m, void *v) in idedisk_st_proc_show()
|
D | ide-proc.c | 35 static int ide_imodel_proc_show(struct seq_file *m, void *v) in ide_imodel_proc_show() 60 static int ide_mate_proc_show(struct seq_file *m, void *v) in ide_mate_proc_show() 71 static int ide_channel_proc_show(struct seq_file *m, void *v) in ide_channel_proc_show() 79 static int ide_identify_proc_show(struct seq_file *m, void *v) in ide_identify_proc_show() 230 static int ide_settings_proc_show(struct seq_file *m, void *v) in ide_settings_proc_show() 393 int ide_capacity_proc_show(struct seq_file *m, void *v) in ide_capacity_proc_show() 400 int ide_geometry_proc_show(struct seq_file *m, void *v) in ide_geometry_proc_show() 415 char *m = (char *)&drive->id[ATA_ID_PROD]; in ide_dmodel_proc_show() local 421 static int ide_driver_proc_show(struct seq_file *m, void *v) in ide_driver_proc_show() 436 static int ide_media_proc_show(struct seq_file *m, void *v) in ide_media_proc_show()
|
/drivers/edac/ |
D | mce_amd.c | 543 static void decode_mc0_mce(struct mce *m) in decode_mc0_mce() 653 static void decode_mc1_mce(struct mce *m) in decode_mc1_mce() 799 static void decode_mc2_mce(struct mce *m) in decode_mc2_mce() 810 static void decode_mc3_mce(struct mce *m) in decode_mc3_mce() 839 static void decode_mc4_mce(struct mce *m) in decode_mc4_mce() 897 static void decode_mc5_mce(struct mce *m) in decode_mc5_mce() 929 static void decode_mc6_mce(struct mce *m) in decode_mc6_mce() 946 static void decode_smca_error(struct mce *m) in decode_smca_error() 1008 static bool ignore_mce(struct mce *m) in ignore_mce() 1019 static const char *decode_error_status(struct mce *m) in decode_error_status() [all …]
|
/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-vchiq.c | 38 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg_locked() 74 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg() 87 struct vc_audio_msg m = { .type = type }; in bcm2835_audio_send_simple() local 97 struct vc_audio_msg m; in audio_vchi_callback() local 248 struct vc_audio_msg m = {}; in bcm2835_audio_set_ctls() local 264 struct vc_audio_msg m = { in bcm2835_audio_set_params() local 295 struct vc_audio_msg m = { in bcm2835_audio_drain() local 323 struct vc_audio_msg m = { in bcm2835_audio_write() local
|
/drivers/pnp/pnpbios/ |
D | proc.c | 37 static int pnpconfig_proc_show(struct seq_file *m, void *v) in pnpconfig_proc_show() 50 static int escd_info_proc_show(struct seq_file *m, void *v) in escd_info_proc_show() 65 static int escd_proc_show(struct seq_file *m, void *v) in escd_proc_show() 106 static int pnp_legacyres_proc_show(struct seq_file *m, void *v) in pnp_legacyres_proc_show() 123 static int pnp_devices_proc_show(struct seq_file *m, void *v) in pnp_devices_proc_show() 153 static int pnpbios_proc_show(struct seq_file *m, void *v) in pnpbios_proc_show()
|
/drivers/s390/block/ |
D | dasd_proc.c | 36 dasd_devices_show(struct seq_file *m, void *v) in dasd_devices_show() 110 static void *dasd_devices_start(struct seq_file *m, loff_t *pos) in dasd_devices_start() 117 static void *dasd_devices_next(struct seq_file *m, void *v, loff_t *pos) in dasd_devices_next() 123 static void dasd_devices_stop(struct seq_file *m, void *v) in dasd_devices_stop() 184 static void dasd_statistics_array(struct seq_file *m, unsigned int *array, int factor) in dasd_statistics_array() 197 static int dasd_stats_proc_show(struct seq_file *m, void *v) in dasd_stats_proc_show()
|
/drivers/gpu/drm/msm/ |
D | msm_debugfs.c | 24 static int msm_gpu_show(struct seq_file *m, void *arg) in msm_gpu_show() 46 struct seq_file *m = file->private_data; in msm_gpu_release() local 111 static int msm_gem_show(struct drm_device *dev, struct seq_file *m) in msm_gem_show() 127 static int msm_mm_show(struct drm_device *dev, struct seq_file *m) in msm_mm_show() 136 static int msm_fb_show(struct drm_device *dev, struct seq_file *m) in msm_fb_show() 160 static int show_locked(struct seq_file *m, void *arg) in show_locked()
|