/linux-4.4.14/kernel/ |
D | module.c | 126 struct module *mod = mtn->mod; in __mod_tree_val() local 137 struct module *mod = mtn->mod; in __mod_tree_size() local 198 static void mod_tree_insert(struct module *mod) in mod_tree_insert() 208 static void mod_tree_remove_init(struct module *mod) in mod_tree_remove_init() 214 static void mod_tree_remove(struct module *mod) in mod_tree_remove() 235 static void mod_tree_insert(struct module *mod) { } in mod_tree_insert() 236 static void mod_tree_remove_init(struct module *mod) { } in mod_tree_remove_init() 237 static void mod_tree_remove(struct module *mod) { } in mod_tree_remove() 241 struct module *mod; in mod_find() local 268 static void mod_update_bounds(struct module *mod) in mod_update_bounds() [all …]
|
D | jump_label.c | 250 struct module *mod; member 255 struct module *mod; in __jump_label_mod_text_reserved() local 270 struct static_key_mod *mod; in __jump_label_mod_update() local 288 void jump_label_apply_nops(struct module *mod) in jump_label_apply_nops() 305 static int jump_label_add_module(struct module *mod) in jump_label_add_module() 351 static void jump_label_del_module(struct module *mod) in jump_label_del_module() 383 static void jump_label_invalidate_module_init(struct module *mod) in jump_label_invalidate_module_init() 399 struct module *mod = data; in jump_label_module_notify() local 470 struct module *mod; in jump_label_update() local
|
D | params.c | 34 #define KPARAM_MUTEX(mod) ((mod) ? &(mod)->param_lock : ¶m_lock) argument 36 #define KPARAM_MUTEX(mod) (¶m_lock) argument 39 static inline void check_kparam_locked(struct module *mod) in check_kparam_locked() 44 static inline void check_kparam_locked(struct module *mod) in check_kparam_locked() 449 static int param_array(struct module *mod, in param_array() 639 void kernel_param_lock(struct module *mod) in kernel_param_lock() 644 void kernel_param_unlock(struct module *mod) in kernel_param_unlock() 743 int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup() 778 void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
|
D | tracepoint.c | 326 bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint() 400 static int tracepoint_module_coming(struct module *mod) in tracepoint_module_coming() 430 static void tracepoint_module_going(struct module *mod) in tracepoint_module_going() 465 struct module *mod = data; in tracepoint_module_notify() local
|
D | module_signing.c | 41 int mod_verify_sig(const void *mod, unsigned long *_modlen) in mod_verify_sig()
|
D | cpu.c | 315 unsigned long mod; member 343 unsigned long mod = tasks_frozen ? CPU_TASKS_FROZEN : 0; in _cpu_down() local 490 unsigned long mod = tasks_frozen ? CPU_TASKS_FROZEN : 0; in _cpu_up() local
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | src.c | 24 struct rsnd_mod mod; member 121 static void rsnd_src_soft_reset(struct rsnd_mod *mod) in rsnd_src_soft_reset() 128 #define rsnd_src_initialize_lock(mod) __rsnd_src_initialize_lock(mod, 1) argument 129 #define rsnd_src_initialize_unlock(mod) __rsnd_src_initialize_lock(mod, 0) argument 130 static void __rsnd_src_initialize_lock(struct rsnd_mod *mod, u32 enable) in __rsnd_src_initialize_lock() 136 struct rsnd_mod *mod) in rsnd_src_dma_req() 286 static int rsnd_src_set_convert_rate(struct rsnd_mod *mod, in rsnd_src_set_convert_rate() 314 static int rsnd_src_hw_params(struct rsnd_mod *mod, in rsnd_src_hw_params() 350 static int rsnd_src_init(struct rsnd_mod *mod, in rsnd_src_init() 369 static int rsnd_src_quit(struct rsnd_mod *mod, in rsnd_src_quit() [all …]
|
D | dvc.c | 19 struct rsnd_mod mod; member 67 static void rsnd_dvc_soft_reset(struct rsnd_mod *mod) in rsnd_dvc_soft_reset() 73 #define rsnd_dvc_initialize_lock(mod) __rsnd_dvc_initialize_lock(mod, 1) argument 74 #define rsnd_dvc_initialize_unlock(mod) __rsnd_dvc_initialize_lock(mod, 0) argument 75 static void __rsnd_dvc_initialize_lock(struct rsnd_mod *mod, u32 enable) in __rsnd_dvc_initialize_lock() 81 struct rsnd_mod *mod) in rsnd_dvc_volume_update() 137 static int rsnd_dvc_remove_gen2(struct rsnd_mod *mod, in rsnd_dvc_remove_gen2() 152 static int rsnd_dvc_init(struct rsnd_mod *mod, in rsnd_dvc_init() 174 static int rsnd_dvc_quit(struct rsnd_mod *mod, in rsnd_dvc_quit() 183 static int rsnd_dvc_start(struct rsnd_mod *mod, in rsnd_dvc_start() [all …]
|
D | ssi.c | 65 struct rsnd_mod mod; member 91 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_ssi_use_busif() local 106 static void rsnd_ssi_status_check(struct rsnd_mod *mod, in rsnd_ssi_status_check() 131 struct rsnd_mod *mod = rsnd_mod_get(ssi); in rsnd_ssi_master_clk_start() local 170 struct rsnd_mod *mod = rsnd_mod_get(ssi); in rsnd_ssi_master_clk_stop() local 182 struct rsnd_mod *mod = rsnd_mod_get(ssi); in rsnd_ssi_hw_start() local 228 struct rsnd_mod *mod = rsnd_mod_get(ssi); in rsnd_ssi_hw_stop() local 280 static int rsnd_ssi_init(struct rsnd_mod *mod, in rsnd_ssi_init() 331 static int rsnd_ssi_quit(struct rsnd_mod *mod, in rsnd_ssi_quit() 348 static int rsnd_ssi_hw_params(struct rsnd_mod *mod, in rsnd_ssi_hw_params() [all …]
|
D | mix.c | 17 struct rsnd_mod mod; member 28 static void rsnd_mix_soft_reset(struct rsnd_mod *mod) in rsnd_mix_soft_reset() 34 #define rsnd_mix_initialize_lock(mod) __rsnd_mix_initialize_lock(mod, 1) argument 35 #define rsnd_mix_initialize_unlock(mod) __rsnd_mix_initialize_lock(mod, 0) argument 36 static void __rsnd_mix_initialize_lock(struct rsnd_mod *mod, u32 enable) in __rsnd_mix_initialize_lock() 42 struct rsnd_mod *mod) in rsnd_mix_volume_update() 57 static int rsnd_mix_init(struct rsnd_mod *mod, in rsnd_mix_init() 82 static int rsnd_mix_quit(struct rsnd_mod *mod, in rsnd_mix_quit()
|
D | ctu.c | 17 struct rsnd_mod mod; member 27 #define rsnd_ctu_initialize_lock(mod) __rsnd_ctu_initialize_lock(mod, 1) argument 28 #define rsnd_ctu_initialize_unlock(mod) __rsnd_ctu_initialize_lock(mod, 0) argument 29 static void __rsnd_ctu_initialize_lock(struct rsnd_mod *mod, u32 enable) in __rsnd_ctu_initialize_lock() 34 static int rsnd_ctu_init(struct rsnd_mod *mod, in rsnd_ctu_init() 49 static int rsnd_ctu_quit(struct rsnd_mod *mod, in rsnd_ctu_quit()
|
D | core.c | 130 void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type) in rsnd_mod_make_sure() 144 char *rsnd_mod_name(struct rsnd_mod *mod) in rsnd_mod_name() 153 struct rsnd_mod *mod) in rsnd_mod_dma_req() 162 struct rsnd_mod *mod, in rsnd_mod_init() 182 void rsnd_mod_quit(struct rsnd_mod *mod) in rsnd_mod_quit() 188 void rsnd_mod_interrupt(struct rsnd_mod *mod, in rsnd_mod_interrupt() 189 void (*callback)(struct rsnd_mod *mod, in rsnd_mod_interrupt() 220 u32 rsnd_get_adinr_bit(struct rsnd_mod *mod, struct rsnd_dai_stream *io) in rsnd_get_adinr_bit() 242 u32 rsnd_get_adinr_chan(struct rsnd_mod *mod, struct rsnd_dai_stream *io) in rsnd_get_adinr_chan() 268 u32 rsnd_get_dalign(struct rsnd_mod *mod, struct rsnd_dai_stream *io) in rsnd_get_dalign() [all …]
|
D | dma.c | 44 static void __rsnd_dmaen_complete(struct rsnd_mod *mod, in __rsnd_dmaen_complete() 75 struct rsnd_mod *mod = data; in rsnd_dmaen_complete() local 90 struct rsnd_mod *mod = rsnd_dma_to_mod(dma); in rsnd_dmaen_start() local 121 struct rsnd_mod *mod, char *name) in rsnd_dma_request_channel() 268 struct rsnd_mod *mod) in rsnd_dmapp_get_id() 310 struct rsnd_mod *mod = rsnd_dma_to_mod(dma); in rsnd_dmapp_write() local 322 struct rsnd_mod *mod = rsnd_dma_to_mod(dma); in rsnd_dmapp_read() local 420 struct rsnd_mod *mod, in rsnd_gen2_dma_addr() 482 struct rsnd_mod *mod, in rsnd_dma_addr() 512 struct rsnd_mod *mod[MOD_MAX]; in rsnd_dma_of_path() local [all …]
|
D | adg.c | 35 struct rsnd_mod mod; member 71 struct rsnd_mod *mod = rsnd_io_to_mod_ssi(io); in rsnd_adg_ssi_ws_timing_gen2() local 93 int rsnd_adg_set_cmd_timsel_gen2(struct rsnd_mod *mod, in rsnd_adg_set_cmd_timsel_gen2() 246 struct rsnd_mod *mod, in rsnd_adg_set_convert_clk_gen1() 340 int rsnd_adg_ssi_clk_stop(struct rsnd_mod *mod) in rsnd_adg_ssi_clk_stop() 351 int rsnd_adg_ssi_clk_try_start(struct rsnd_mod *mod, unsigned int rate) in rsnd_adg_ssi_clk_try_start()
|
D | gen.c | 75 struct rsnd_mod *mod, enum rsnd_reg reg) in rsnd_read() 93 struct rsnd_mod *mod, in rsnd_write() 109 struct rsnd_mod *mod, in rsnd_force_write() 124 void rsnd_bset(struct rsnd_priv *priv, struct rsnd_mod *mod, in rsnd_bset()
|
D | rsnd.h | 330 #define rsnd_mod_to_priv(mod) ((mod)->priv) argument 331 #define rsnd_mod_to_dma(mod) (&(mod)->dma) argument 332 #define rsnd_mod_id(mod) ((mod) ? (mod)->id : -1) argument 333 #define rsnd_mod_power_on(mod) clk_enable((mod)->clk) argument 334 #define rsnd_mod_power_off(mod) clk_disable((mod)->clk) argument 358 struct rsnd_mod *mod[RSND_MOD_MAX]; member
|
/linux-4.4.14/drivers/net/can/ |
D | janz-ican3.c | 278 static inline void ican3_set_page(struct ican3_dev *mod, unsigned int page) in ican3_set_page() 295 static int ican3_old_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_recv_msg() 340 static int ican3_old_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_send_msg() 377 static void ican3_init_new_host_interface(struct ican3_dev *mod) in ican3_init_new_host_interface() 456 static void ican3_init_fast_host_interface(struct ican3_dev *mod) in ican3_init_fast_host_interface() 544 static int ican3_new_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_send_msg() 575 static int ican3_new_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_recv_msg() 607 static int ican3_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_send_msg() 623 static int ican3_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_recv_msg() 643 static int ican3_msg_connect(struct ican3_dev *mod) in ican3_msg_connect() [all …]
|
/linux-4.4.14/arch/ia64/kernel/ |
D | module.c | 154 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm64() 166 apply_imm60 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm60() 183 apply_imm22 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm22() 198 apply_imm21b (struct module *mod, struct insn *insn, uint64_t val) in apply_imm21b() 233 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() 283 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() 308 module_arch_freeing_init (struct module *mod) in module_arch_freeing_init() 422 struct module *mod) in module_frob_arch_sections() 487 in_init (const struct module *mod, uint64_t addr) in in_init() 493 in_core (const struct module *mod, uint64_t addr) in in_core() [all …]
|
D | ftrace.c | 161 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-janz-ttl.c | 62 struct ttl_module *mod = dev_get_drvdata(gpio->dev); in ttl_get_value() local 84 struct ttl_module *mod = dev_get_drvdata(gpio->dev); in ttl_set_value() local 111 static void ttl_write_reg(struct ttl_module *mod, u8 reg, u16 val) in ttl_write_reg() 117 static void ttl_setup_device(struct ttl_module *mod) in ttl_setup_device() 147 struct ttl_module *mod; in ttl_probe() local 196 struct ttl_module *mod = platform_get_drvdata(pdev); in ttl_remove() local
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | module.c | 22 char *secstrings, struct module *mod) in module_frob_arch_sections() 153 struct module *mod) in apply_relocate_add() 235 const Elf_Shdr * sechdrs, struct module *mod) in module_finalize() 279 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|
D | ftrace.c | 41 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop()
|
D | bfin_dma.c | 485 s16 mod; in _dma_memcpy() local
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_tfp410.c | 52 struct tfp410_module *mod; member 122 struct tfp410_module *mod) in tfp410_encoder_create() 162 struct tfp410_module *mod; member 234 struct tfp410_module *mod, struct drm_encoder *encoder) in tfp410_connector_create() 278 static int tfp410_modeset_init(struct tilcdc_module *mod, struct drm_device *dev) in tfp410_modeset_init() 314 struct tilcdc_module *mod; in tfp410_probe() local 385 struct tilcdc_module *mod = dev_get_platdata(&pdev->dev); in tfp410_remove() local
|
D | tilcdc_panel.c | 44 struct panel_module *mod; member 113 struct panel_module *mod) in panel_encoder_create() 152 struct panel_module *mod; member 229 struct panel_module *mod, struct drm_encoder *encoder) in panel_connector_create() 270 static int panel_modeset_init(struct tilcdc_module *mod, struct drm_device *dev) in panel_modeset_init() 353 struct tilcdc_module *mod; in panel_probe() local 430 struct tilcdc_module *mod = dev_get_platdata(&pdev->dev); in panel_remove() local
|
D | tilcdc_drv.c | 32 void tilcdc_module_init(struct tilcdc_module *mod, const char *name, in tilcdc_module_init() 41 void tilcdc_module_cleanup(struct tilcdc_module *mod) in tilcdc_module_cleanup() 68 struct tilcdc_module *mod; in modeset_init() local 152 struct tilcdc_module *mod; in tilcdc_load() local 510 struct tilcdc_module *mod; in tilcdc_debugfs_init() local 531 struct tilcdc_module *mod; in tilcdc_debugfs_cleanup() local
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod.c | 75 void usbhs_mod_register(struct usbhs_priv *priv, struct usbhs_mod *mod, int id) in usbhs_mod_register() 100 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhs_mod_is_host() local 119 struct usbhs_mod *mod = NULL; in usbhs_mod_change() local 214 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhs_status_get_each_irq() local 328 void usbhs_irq_callback_update(struct usbhs_priv *priv, struct usbhs_mod *mod) in usbhs_irq_callback_update()
|
D | common.c | 373 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsc_hotplug() local 718 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsc_suspend() local
|
D | mod.h | 90 struct usbhs_mod *mod[USBHS_MAX]; member
|
D | mod_gadget.c | 48 struct usbhs_mod mod; member 788 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsg_try_start() local 846 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsg_try_stop() local
|
D | mod_host.c | 94 struct usbhs_mod mod; member 1465 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsh_start() local 1509 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhsh_stop() local
|
D | fifo.c | 1377 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhs_fifo_init() local 1394 struct usbhs_mod *mod = usbhs_mod_get_current(priv); in usbhs_fifo_quit() local
|
/linux-4.4.14/include/linux/ |
D | kmod.h | 37 #define request_module(mod...) __request_module(true, mod) argument 38 #define request_module_nowait(mod...) __request_module(false, mod) argument 39 #define try_then_request_module(x, mod...) \ argument 44 #define try_then_request_module(x, mod...) (x) argument
|
D | module.h | 43 struct module *mod; member 301 struct module *mod; member 495 static inline int module_is_live(struct module *mod) in module_is_live() 507 const struct module *mod) in within_module_core() 514 const struct module *mod) in within_module_init() 520 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() 609 #define module_name(mod) \ argument 691 #define module_name(mod) "kernel" argument 786 struct module *mod) in module_bug_finalize() 789 static inline void module_bug_cleanup(struct module *mod) {} in module_bug_cleanup()
|
D | livepatch.h | 103 struct module *mod; member 117 struct module *mod; member
|
D | moduleparam.h | 70 struct module *mod; member 246 static inline void kernel_param_lock(struct module *mod) in kernel_param_lock() 249 static inline void kernel_param_unlock(struct module *mod) in kernel_param_unlock() 471 static inline int module_param_sysfs_setup(struct module *mod, in module_param_sysfs_setup() 478 static inline void module_param_sysfs_remove(struct module *mod) in module_param_sysfs_remove()
|
D | dynamic_debug.h | 114 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module()
|
D | tracepoint.h | 64 struct module *mod; member 71 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint()
|
D | jump_label.h | 204 static inline int jump_label_apply_nops(struct module *mod) in jump_label_apply_nops()
|
D | ccp.h | 299 struct scatterlist *mod; member 471 struct scatterlist *mod; member
|
D | ftrace.h | 598 static inline void ftrace_release_mod(struct module *mod) {} in ftrace_release_mod() 599 static inline void ftrace_module_init(struct module *mod) {} in ftrace_module_init()
|
D | trace_events.h | 287 void *mod; member
|
/linux-4.4.14/lib/ |
D | bug.c | 66 struct module *mod; in module_find_bug() local 86 struct module *mod) in module_bug_finalize() 116 void module_bug_cleanup(struct module *mod) in module_bug_cleanup()
|
/linux-4.4.14/arch/arc/kernel/ |
D | module.c | 34 char *secstr, struct module *mod) in module_frob_arch_sections() 53 void module_arch_cleanup(struct module *mod) in module_arch_cleanup() 132 struct module *mod) in module_finalize()
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 93 static Dwarf_Frame *get_eh_frame(Dwfl_Module *mod, Dwarf_Addr pc) in get_eh_frame() 118 static Dwarf_Frame *get_dwarf_frame(Dwfl_Module *mod, Dwarf_Addr pc) in get_dwarf_frame() 152 Dwfl_Module *mod; in check_return_addr() local
|
/linux-4.4.14/arch/arm/kernel/ |
D | module-plts.c | 33 static bool in_init(const struct module *mod, u32 addr) in in_init() 38 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) in get_module_plt() 133 char *secstrings, struct module *mod) in module_frob_arch_sections()
|
D | module.c | 324 struct module *mod) in module_finalize() 387 module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|
D | ftrace.c | 165 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | get_address.c | 71 static int sib(int mod, unsigned long *fpu_eip) in sib() 211 u_char mod; in FPU_get_address() local 296 u_char mod; in FPU_get_address_16() local
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_svc.c | 449 claim_fcxps_mem(struct bfa_fcxp_mod_s *mod) in claim_fcxps_mem() 528 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); in bfa_fcxp_attach() local 564 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); in bfa_fcxp_iocdisable() local 670 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_put() local 724 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); in hal_fcxp_send_comp() local 977 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_get_reqbuf() local 989 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_get_reqbufsz() local 1004 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_get_rspbuf() local 1026 struct bfa_fcxp_mod_s *mod = fcxp->fcxp_mod; in bfa_fcxp_free() local 1120 struct bfa_fcxp_mod_s *mod = BFA_FCXP_MOD(bfa); in bfa_fcxp_req_rsp_alloc_wait() local [all …]
|
D | bfa_fcs.c | 74 struct bfa_fcs_mod_s *mod; in bfa_fcs_attach() local 98 struct bfa_fcs_mod_s *mod; in bfa_fcs_init() local 182 struct bfa_fcs_mod_s *mod; in bfa_fcs_exit() local
|
D | bfa_ioc.c | 1992 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; in bfa_ioc_mbox_attach() local 2008 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; in bfa_ioc_mbox_poll() local 2038 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; in bfa_ioc_mbox_flush() local 2546 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; in bfa_ioc_mbox_register() local 2560 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; in bfa_ioc_mbox_regisr() local 2576 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; in bfa_ioc_mbox_queue() local 2608 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; in bfa_ioc_mbox_isr() local 3201 bfa_timer_beat(struct bfa_timer_mod_s *mod) in bfa_timer_beat() 3240 bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer, in bfa_timer_begin()
|
/linux-4.4.14/tools/iio/ |
D | iio_event_monitor.c | 110 enum iio_modifier mod = IIO_EVENT_CODE_EXTRACT_MODIFIER(event->id); in event_is_known() local 210 enum iio_modifier mod = IIO_EVENT_CODE_EXTRACT_MODIFIER(event->id); in print_event() local
|
/linux-4.4.14/arch/m68k/kernel/ |
D | module.c | 104 struct module *mod) in module_finalize() 112 void module_fixup(struct module *mod, struct m68k_fixup_info *start, in module_fixup()
|
/linux-4.4.14/include/linux/iio/imu/ |
D | adis.h | 202 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 220 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 223 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 226 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 229 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
|
/linux-4.4.14/arch/x86/kernel/ |
D | alternative.c | 466 struct module *mod; member 483 void __init_or_module alternatives_smp_module_add(struct module *mod, in alternatives_smp_module_add() 520 void __init_or_module alternatives_smp_module_del(struct module *mod) in alternatives_smp_module_del() 537 struct smp_alt_module *mod; in alternatives_enable_smp() local 560 struct smp_alt_module *mod; in alternatives_text_reserved() local
|
D | livepatch.c | 38 int klp_write_module_reloc(struct module *mod, unsigned long type, in klp_write_module_reloc()
|
D | test_nx.c | 47 struct module *mod = THIS_MODULE; in fudze_exception_table() local
|
D | module.c | 253 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|
D | ftrace.c | 137 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
/linux-4.4.14/kernel/livepatch/ |
D | core.c | 92 struct module *mod; in klp_find_object_module() local 148 struct module *mod, unsigned long addr) in klp_find_callback() 206 struct module *mod, unsigned long addr) in klp_verify_callback() 917 struct module *mod = obj->mod; in klp_module_notify_coming() local 944 struct module *mod = obj->mod; in klp_module_notify_going() local 962 struct module *mod = data; in klp_module_notify() local
|
/linux-4.4.14/drivers/iio/imu/ |
D | adis16400_core.c | 489 #define ADIS16400_GYRO_CHAN(mod, addr, bits) { \ argument 509 #define ADIS16400_ACCEL_CHAN(mod, addr, bits) { \ argument 529 #define ADIS16400_MAGN_CHAN(mod, addr, bits) { \ argument 552 #define ADIS16400_MOD_TEMP_CHAN(mod, addr, bits) { \ argument 593 #define ADIS16400_INCLI_CHAN(mod, addr, bits) { \ argument
|
/linux-4.4.14/tools/perf/util/ |
D | probe-finder.h | 31 Dwfl_Module *mod; member 88 Dwfl_Module *mod; /* For solving symbols */ member 96 Dwfl_Module *mod; /* For solving symbols */ member
|
D | unwind-libdw.c | 26 Dwfl_Module *mod; in __report_module() local
|
D | parse-events.c | 1086 static int get_event_modifier(struct event_modifier *mod, char *str, in get_event_modifier() 1197 struct event_modifier mod; in parse_events__modifier_event() local
|
D | probe-finder.c | 595 static int convert_to_trace_point(Dwarf_Die *sp_die, Dwfl_Module *mod, in convert_to_trace_point()
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 122 struct module *mod; in find_module() local 132 struct module *mod; in new_module() local 306 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported() 331 static void sym_update_crc(const char *name, struct module *mod, in sym_update_crc() 606 static void handle_modversions(struct module *mod, struct elf_info *info, in handle_modversions() 1896 static void check_sec_ref(struct module *mod, const char *modname, in check_sec_ref() 1930 struct module *mod; in read_symbols() local 2081 static void check_exports(struct module *mod) in check_exports() 2104 static void add_header(struct buffer *b, struct module *mod) in add_header() 2147 static int add_versions(struct buffer *b, struct module *mod) in add_versions() [all …]
|
D | file2alias.c | 190 unsigned char max, struct module *mod) in do_usb_entry() 294 static void do_usb_entry_multi(void *symval, struct module *mod) in do_usb_entry_multi() 360 struct module *mod) in do_usb_table() 568 struct module *mod) in do_pnp_device_entry() 594 struct module *mod) in do_pnp_card_entries() 1287 struct module *mod) in do_table() 1308 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable() 1372 void add_moddevtable(struct buffer *buf, struct module *mod) in add_moddevtable()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 1113 #define LU_KEY_INIT(mod, type) \ argument 1129 #define LU_KEY_FINI(mod, type) \ argument 1139 #define LU_KEY_INIT_FINI(mod, type) \ argument 1143 #define LU_CONTEXT_KEY_DEFINE(mod, tags) \ argument 1167 #define LU_KEY_INIT_GENERIC(mod) \ argument 1181 #define LU_TYPE_INIT(mod, ...) \ argument 1190 #define LU_TYPE_FINI(mod, ...) \ argument 1197 #define LU_TYPE_START(mod, ...) \ argument 1204 #define LU_TYPE_STOP(mod, ...) \ argument 1211 #define LU_TYPE_INIT_FINI(mod, ...) \ argument
|
D | obd_class.h | 1418 struct md_open_data *mod, in md_close() 1445 struct md_open_data *mod) in md_done_writing() 1542 struct md_open_data **mod) in md_setattr()
|
D | obd.h | 1253 struct md_open_data *mod; in obd_mod_alloc() local 1262 #define obd_mod_get(mod) atomic_inc(&(mod)->mod_refcount) argument 1263 #define obd_mod_put(mod) \ argument
|
/linux-4.4.14/arch/mips/kernel/ |
D | cpu-bugs64.c | 31 static inline void align_mod(const int align, const int mod) in align_mod() 46 const int align, const int mod) in mult_sh_align_mod()
|
D | vpe.c | 182 static void layout_sections(struct module *mod, const Elf_Ehdr *hdr, in layout_sections() 481 unsigned int nsecs, struct module *mod) in simplify_symbols() 537 const char *strtab, struct module *mod) in dump_elfsymbols() 552 struct module *mod) in find_vpe_symbols() 583 struct module mod; /* so we can re-use the relocations code */ in vpe_elfload() local
|
D | module.c | 293 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|
D | ftrace.c | 191 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
/linux-4.4.14/sound/soc/samsung/ |
D | i2s.c | 119 u32 mod = readl(i2s->addr + I2SMOD); in is_slave() local 249 u32 mod = readl(i2s->addr + I2SMOD); in set_rfs() local 307 u32 mod = readl(i2s->addr + I2SMOD); in set_bfs() local 375 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_txctrl() local 425 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_rxctrl() local 482 u32 mod, mask, val = 0; in i2s_set_sysclk() local 592 u32 mod, tmp = 0; in i2s_set_fmt() local 679 u32 mod, mask = 0, val = 0; in i2s_hw_params() local
|
D | s3c-i2s-v2.c | 81 u32 fic, con, mod; in s3c2412_snd_txctrl() local 154 u32 fic, con, mod; in s3c2412_snd_rxctrl() local
|
D | idma.c | 152 u32 mod = readl(idma.regs + I2SMOD); in idma_hw_params() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ftrace.c | 106 __ftrace_make_nop(struct module *mod, in __ftrace_make_nop() 171 __ftrace_make_nop(struct module *mod, in __ftrace_make_nop() 241 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
D | module_32.c | 185 struct module *mod) in do_plt_call()
|
D | module_64.c | 177 int module_trampoline_target(struct module *mod, u32 *trampoline, in module_trampoline_target()
|
/linux-4.4.14/tools/virtio/ |
D | Makefile | 8 mod: target
|
/linux-4.4.14/arch/s390/include/asm/ |
D | livepatch.h | 28 static inline int klp_write_module_reloc(struct module *mod, unsigned long in klp_write_module_reloc()
|
/linux-4.4.14/arch/sh/kernel/ |
D | dwarf.c | 738 unsigned char *end, struct module *mod) in dwarf_parse_cie() 869 unsigned char *end, struct module *mod) in dwarf_parse_fde() 1029 struct module *mod) in dwarf_parse_section() 1134 void module_dwarf_cleanup(struct module *mod) in module_dwarf_cleanup()
|
D | module.c | 123 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|
D | ftrace.c | 252 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_fb.h | 15 uint8_t mod; member
|
D | armada_fb.c | 45 #define FMT(drm, fmt, mod) \ in armada_framebuffer_create() argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ftrace.h | 56 struct module *mod; member
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | insn.c | 257 insn_byte_t pfx_id, mod; in insn_get_modrm() local 347 insn_byte_t mod, rm, base; in insn_get_displacement() local
|
/linux-4.4.14/arch/x86/lib/ |
D | insn.c | 257 insn_byte_t pfx_id, mod; in insn_get_modrm() local 347 insn_byte_t mod, rm, base; in insn_get_displacement() local
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | module.c | 53 struct module *mod) in apply_relocate_add()
|
/linux-4.4.14/drivers/base/ |
D | module.c | 33 void module_add_driver(struct module *mod, struct device_driver *drv) in module_add_driver()
|
D | base.h | 143 static inline void module_add_driver(struct module *mod, in module_add_driver()
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | hardware.h | 29 #define addr_in_module(addr, mod) \ argument
|
/linux-4.4.14/fs/btrfs/ |
D | dir-item.c | 195 int mod) in btrfs_lookup_dir_item() 288 int mod) in btrfs_lookup_dir_index_item() 358 int mod) in btrfs_lookup_xattr()
|
D | delayed-ref.c | 212 int mod; in merge_ref() local 398 int mod; in add_delayed_ref_tail_merge() local
|
D | delayed-inode.c | 171 int mod) in btrfs_queue_delayed_node() 253 int mod) in __btrfs_release_delayed_node() 1045 int mod; in __btrfs_update_delayed_inode() local
|
D | inode-item.c | 418 struct btrfs_key *location, int mod) in btrfs_lookup_inode()
|
D | file-item.c | 142 u64 offset, int mod) in btrfs_lookup_file_extent()
|
D | qgroup.c | 95 int mod) in btrfs_qgroup_update_old_refcnt() 103 int mod) in btrfs_qgroup_update_new_refcnt()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | module.c | 46 struct module *mod) in apply_relocate_add()
|
/linux-4.4.14/sound/aoa/core/ |
D | alsa.c | 17 int aoa_alsa_init(char *name, struct module *mod, struct device *dev) in aoa_alsa_init()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | functions.c | 70 struct module *mod; in usb_put_function_instance() local
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-radio-common.c | 120 int mod = 16000; in vivid_radio_calc_sig_qual() local
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 268 struct module *mod = ct->ops->owner; in wf_put_control() local 363 struct module *mod = sr->ops->owner; in wf_put_sensor() local
|
/linux-4.4.14/net/can/ |
D | gw.c | 136 struct cf_mod mod; member 632 static int cgw_parse_attr(struct nlmsghdr *nlh, struct cf_mod *mod, in cgw_parse_attr() 816 struct cf_mod mod; in cgw_create_job() local 929 struct cf_mod mod; in cgw_remove_job() local
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | module.c | 42 struct module *mod) in module_frob_arch_sections()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 587 struct md_open_data *mod = req->rq_cb_data; in mdc_replay_open() local 633 struct md_open_data *mod = req->rq_cb_data; in mdc_commit_open() local 664 struct md_open_data *mod; in mdc_set_open_replay_data() local 723 static void mdc_free_open(struct md_open_data *mod) in mdc_free_open() 743 struct md_open_data *mod = och->och_mod; in mdc_clear_open_replay_data() local 780 struct md_open_data *mod, struct ptlrpc_request **request) in mdc_close() 896 struct md_open_data *mod) in mdc_done_writing()
|
D | mdc_reint.c | 105 struct ptlrpc_request **request, struct md_open_data **mod) in mdc_setattr()
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 431 struct v4l2_modulator *mod) in fm_v4l2_vidioc_g_modulator() 454 const struct v4l2_modulator *mod) in fm_v4l2_vidioc_s_modulator()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | module.c | 301 void module_arch_freeing_init(struct module *mod) in module_arch_freeing_init() 308 unsigned int arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend() 937 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|
D | inventory.c | 462 int mod; in snake_inventory() local
|
D | firmware.c | 1235 int pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, in pdc_pat_cell_module()
|
/linux-4.4.14/sound/mips/ |
D | hal2.c | 81 unsigned short mod; /* MOD value */ member 325 unsigned short mod; in hal2_compute_rate() local 346 int mod = hal2->dac.mod; in hal2_set_dac_rate() local 357 int mod = hal2->adc.mod; in hal2_set_adc_rate() local
|
/linux-4.4.14/lib/mpi/ |
D | mpi-pow.c | 36 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-tb10x.c | 57 uint32_t im, mod, pol; in tb10x_irq_set_type() local
|
/linux-4.4.14/arch/metag/kernel/ |
D | ftrace.c | 96 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
D | module.c | 163 Elf32_Shdr *sechdrs, struct module *mod) in do_plt_call()
|
/linux-4.4.14/drivers/video/console/ |
D | bitblit.c | 116 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local 153 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; in bit_putcs() local
|
D | fbcon_ud.c | 125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local 162 u32 mod = vc->vc_font.width % 8, cnt, pitch, size; in ud_putcs() local
|
D | fbcon_ccw.c | 30 int mod = vc->vc_font.height % 8; in ccw_update_attr() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | alternative.h | 75 static inline void alternatives_smp_module_add(struct module *mod, char *name, in alternatives_smp_module_add() 78 static inline void alternatives_smp_module_del(struct module *mod) {} in alternatives_smp_module_del()
|
/linux-4.4.14/net/bluetooth/ |
D | ecc.c | 334 const u64 *mod) in vli_mod_add() 351 const u64 *mod) in vli_mod_sub() 463 static void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod) in vli_mod_inv()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | ftrace.c | 123 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
/linux-4.4.14/kernel/gcov/ |
D | base.c | 135 struct module *mod = data; in gcov_module_notifier() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | module.c | 57 struct module *mod) in module_frob_arch_sections()
|
D | ftrace.c | 55 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | ftrace.c | 84 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop()
|
/linux-4.4.14/arch/s390/kernel/ |
D | ftrace.c | 104 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop()
|
D | module.c | 52 void module_arch_freeing_init(struct module *mod) in module_arch_freeing_init()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | module.c | 22 void module_arch_freeing_init(struct module *mod) in module_arch_freeing_init()
|
/linux-4.4.14/drivers/ntb/ |
D | ntb.c | 77 int __ntb_register_client(struct ntb_client *client, struct module *mod, in __ntb_register_client()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_linux.h | 223 __u32 mod; in xfs_do_div() local 279 __u32 mod; in xfs_do_div() local
|
D | xfs_bmap_util.c | 1218 xfs_extlen_t mod=0; in xfs_free_file_space() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | M0209.c | 124 u8 mod = bits % 8; in nvbios_M0209Sp() local
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_bind.c | 182 const char *mod = NULL; in request_codec_module() local
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | cx24120.c | 769 enum fe_modulation mod; member 876 enum fe_modulation mod; member 1017 enum fe_modulation mod; member 1049 static int cx24120_set_fec(struct cx24120_state *state, enum fe_modulation mod, in cx24120_set_fec()
|
D | mb86a20s.c | 560 int mod, fec, guard; in mb86a20s_layer_bitrate() local
|
D | cx24116.c | 438 enum fe_modulation mod, in cx24116_set_fec()
|
D | cx24117.c | 412 enum fe_modulation mod, in cx24117_set_fec()
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
D | ptrace_32.h | 73 unsigned long mod; member
|
/linux-4.4.14/net/tipc/ |
D | core.h | 121 static inline u16 mod(u16 x) in mod() function
|
/linux-4.4.14/drivers/base/power/ |
D | trace.c | 133 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) in hash_string()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 1098 struct md_open_data **mod) in ll_md_setattr() 1159 struct md_open_data *mod) in ll_setattr_done_writing() 1206 struct md_open_data *mod = NULL; in ll_setattr_raw() local
|
/linux-4.4.14/sound/core/seq/ |
D | seq_device.c | 253 int __snd_seq_driver_register(struct snd_seq_driver *drv, struct module *mod) in __snd_seq_driver_register()
|
/linux-4.4.14/kernel/trace/ |
D | bpf_trace.c | 90 int mod[3] = {}; in bpf_trace_printk() local
|
D | trace_printk.c | 84 struct module *mod = data; in module_trace_bprintk_format_notify() local
|
D | ftrace.c | 2419 ftrace_code_disable(struct module *mod, struct dyn_ftrace *rec) in ftrace_code_disable() 2830 static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs) in ftrace_update_code() 3528 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) in match_records() 4798 static int ftrace_process_locs(struct module *mod, in ftrace_process_locs() 4901 void ftrace_release_mod(struct module *mod) in ftrace_release_mod() 4943 static void ftrace_init_module(struct module *mod, in ftrace_init_module() 4951 void ftrace_module_init(struct module *mod) in ftrace_module_init() 4961 struct module *mod = data; in ftrace_module_notify_exit() local
|
D | trace_kprobe.c | 64 struct module *mod) in trace_kprobe_within_module() 546 struct module *mod = data; in trace_kprobe_module_callback() local
|
D | trace.c | 129 struct module *mod; member 4087 trace_insert_enum_map_file(struct module *mod, struct trace_enum_map **start, in trace_insert_enum_map_file() 4144 static inline void trace_insert_enum_map_file(struct module *mod, in trace_insert_enum_map_file() 4148 static void trace_insert_enum_map(struct module *mod, in trace_insert_enum_map() 6886 static void trace_module_add_enums(struct module *mod) in trace_module_add_enums() 6902 static void trace_module_remove_enums(struct module *mod) in trace_module_remove_enums() 6930 static inline void trace_module_remove_enums(struct module *mod) { } in trace_module_remove_enums() 6936 struct module *mod = data; in trace_module_notify() local
|
D | trace_events.c | 2187 __register_event(struct trace_event_call *call, struct module *mod) in __register_event() 2464 static void trace_module_add_events(struct module *mod) in trace_module_add_events() 2487 static void trace_module_remove_events(struct module *mod) in trace_module_remove_events() 2517 struct module *mod = data; in trace_module_notify() local
|
/linux-4.4.14/fs/hfsplus/ |
D | btree.c | 77 u32 mod = max(node_size, block_size); in hfsplus_calc_btree_clump_size() local
|
/linux-4.4.14/arch/tile/kernel/ |
D | ftrace.c | 159 int ftrace_make_nop(struct module *mod, in ftrace_make_nop()
|
D | unaligned.c | 589 unsigned int mod, opcode; in jit_bundle_gen() local
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_alloc.h | 110 xfs_extlen_t mod; /* mod value for extent size */ member
|
D | xfs_ialloc.c | 412 xfs_agblock_t mod; in xfs_align_sparse_ino() local
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 2125 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; in bfa_ioc_mbox_attach() local 2139 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; in bfa_ioc_mbox_poll() local 2180 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; in bfa_ioc_mbox_flush() local 2637 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; in bfa_nw_ioc_mbox_regisr() local 2655 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; in bfa_nw_ioc_mbox_queue() local 2690 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; in bfa_nw_ioc_mbox_isr() local
|
/linux-4.4.14/drivers/s390/cio/ |
D | orb.h | 22 u32 mod:1; /* modification control */ member
|
/linux-4.4.14/include/media/ |
D | lirc_dev.h | 15 #define mod(n, div) ((n) % (div)) macro
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv40.h | 78 _cp_bra(struct nvkm_grctx *ctx, u32 mod, int flag, int state, int name) in _cp_bra()
|
/linux-4.4.14/drivers/mtd/ |
D | mtdoops.c | 159 int i = 0, j, ret, mod; in mtdoops_workfunc_erase() local
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 69 struct sst_module *mod; in sst_byt_parse_module() local
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-sched.c | 1504 unsigned mod = ehci->periodic_size << 3; in iso_stream_schedule() local 1768 unsigned mod, in itd_link_urb() 2170 unsigned mod, in sitd_link_urb()
|
D | fotg210-hcd.c | 4165 static inline int itd_slot_ok(struct fotg210_hcd *fotg210, u32 mod, u32 uframe, in itd_slot_ok() 4198 unsigned mod = fotg210->periodic_size << 3; in iso_stream_schedule() local 4384 unsigned mod, struct fotg210_iso_stream *stream) in itd_link_urb()
|
/linux-4.4.14/sound/core/ |
D | hwdep.c | 164 struct module *mod = hw->card->module; in snd_hwdep_release() local
|
D | info.c | 442 static struct snd_info_entry *create_subdir(struct module *mod, in create_subdir()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-srxx-defs.h | 131 uint64_t mod:4; member
|
/linux-4.4.14/arch/x86/mm/ |
D | pf_in.c | 468 unsigned char mod; in get_ins_imm_val() local
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | mostcore.h | 240 struct module *mod; member
|
/linux-4.4.14/include/linux/usb/ |
D | composite.h | 207 struct module *mod; member 567 struct module *mod; member
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | kapi.c | 304 int error, ubi_num, vol_id, mod; in ubi_open_volume_path() local
|
/linux-4.4.14/fs/ |
D | coredump.c | 804 unsigned mod = cprm->written & (align - 1); in dump_align() local
|
/linux-4.4.14/drivers/iio/accel/ |
D | mma9553.c | 114 enum iio_modifier mod; member 243 enum iio_modifier mod, in mma9553_get_event()
|
/linux-4.4.14/fs/omfs/ |
D | dir.c | 12 static int omfs_hash(const char *name, int namelen, int mod) in omfs_hash()
|
/linux-4.4.14/drivers/staging/iio/accel/ |
D | lis3l02dq_core.c | 536 #define LIS3L02DQ_CHAN(index, mod) \ argument
|
D | sca3000_core.c | 399 #define SCA3000_CHAN(index, mod) \ argument
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 92 struct sst_module *mod; in hsw_parse_module() local
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_card.c | 1079 u8 mod; in select_card() local
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 709 u32 m_target, n_target, p_target, n_best, m_best, mod; in i810_calc_dclk() local 802 int mod = width % 8, t_mask, d_mask; in i810_load_cursor_image() local
|
/linux-4.4.14/include/linux/iio/common/ |
D | st_sensors.h | 44 #define ST_SENSORS_LSM_CHANNELS(device_type, mask, index, mod, \ argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1589 struct md_open_data *mod, struct ptlrpc_request **request) in lmv_close() 1667 struct md_open_data *mod) in lmv_done_writing() 1990 struct md_open_data **mod) in lmv_setattr()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pdcpat.h | 281 unsigned long mod[508]; /* PAT cell module components */ member
|
D | pdc.h | 181 char mod; /* fixed field of specified module */ member
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat-kone.h | 91 uint8_t mod; /* 1 = on, 2 = off */ member
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.h | 28 no, mod, yes enumerator
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_msgtype50.c | 189 unsigned char *mod, *exp, *inp; in ICAMEX_msg_to_type50MEX_msg() local
|
/linux-4.4.14/crypto/ |
D | algapi.c | 45 static inline void crypto_check_module_sig(struct module *mod) in crypto_check_module_sig()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-rk3x.c | 54 #define REG_CON_MOD(mod) ((mod) << 1) argument
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | isar.h | 37 u8 mod; member
|
/linux-4.4.14/drivers/video/fbdev/ |
D | cg14.c | 109 u8 mod; /* Monitor Operation Data Reg */ member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1489 u32 stat, mod; in t4vf_handle_fw_rpl() local
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 870 u32 mod; in hdmi_reg_infoframe() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 1126 uint64_t mod; in radeon_div() local
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | pdc.h | 353 unsigned char mod; member
|
/linux-4.4.14/arch/sh/include/asm/ |
D | dwarf.h | 415 #define module_dwarf_cleanup(mod) do { } while (0) argument
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 337 char *mod; member 344 char *mod; member 554 unsigned long long addr, char *mod) in pevent_register_function()
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1963 int mod = width % 8, t_mask, d_mask; in intelfbhw_cursor_load() local
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbmem.c | 125 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer()
|
/linux-4.4.14/drivers/nfc/ |
D | pn533.c | 2032 struct pn533_poll_modulations *mod) in pn533_alloc_poll_in_frame() 2047 struct pn533_poll_modulations *mod; in pn533_send_poll_frame() local
|