Searched refs:module (Results 176 - 200 of 14570) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c2 /* Kernel module help for PPC.
9 #include <linux/module.h>
123 struct module *me)
160 struct module *mod)
200 struct module *module)
248 sechdrs, module);
278 module->name,
288 notrace int module_trampoline_target(struct module *mod, unsigned long addr,
322 int module_finalize_ftrace(struct module *modul argument
196 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *module) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.c35 u8 max_eeprom_len; /* Maximum module EEPROM transaction length. */
60 u8 slot_index, u8 module)
64 return &mlxsw_env->line_cards[slot_index]->module_info[module];
68 u8 slot_index, u8 module)
77 module_info = mlxsw_env_module_info_get(core, slot_index, module);
90 u8 slot_index, u8 module)
96 err = __mlxsw_env_validate_module_type(core, slot_index, module);
147 int module, u16 offset, u16 size, void *data,
189 mlxsw_reg_mcia_pack(mcia_pl, slot_index, module, page, offset, size,
209 int module, in
59 mlxsw_env_module_info_get(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
67 __mlxsw_env_validate_module_type(struct mlxsw_core *core, u8 slot_index, u8 module) argument
89 mlxsw_env_validate_module_type(struct mlxsw_core *core, u8 slot_index, u8 module) argument
146 mlxsw_env_query_module_eeprom(struct mlxsw_core *mlxsw_core, u8 slot_index, int module, u16 offset, u16 size, void *data, bool qsfp, unsigned int *p_read_size) argument
208 mlxsw_env_module_temp_thresholds_get(struct mlxsw_core *core, u8 slot_index, int module, int off, int *temp) argument
289 mlxsw_env_get_module_info(struct net_device *netdev, struct mlxsw_core *mlxsw_core, u8 slot_index, int module, struct ethtool_modinfo *modinfo) argument
384 mlxsw_env_get_module_eeprom(struct net_device *netdev, struct mlxsw_core *mlxsw_core, u8 slot_index, int module, struct ethtool_eeprom *ee, u8 *data) argument
459 mlxsw_env_get_module_eeprom_by_page(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, const struct ethtool_module_eeprom *page, struct netlink_ext_ack *extack) argument
516 mlxsw_env_module_reset(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
527 mlxsw_env_reset_module(struct net_device *netdev, struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, u32 *flags) argument
582 mlxsw_env_get_module_power_mode(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, struct ethtool_module_power_mode_params *params, struct netlink_ext_ack *extack) argument
630 mlxsw_env_module_enable_set(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool enable) argument
645 mlxsw_env_module_low_power_set(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool low_power) argument
664 __mlxsw_env_set_module_power_mode(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool low_power, struct netlink_ext_ack *extack) argument
709 mlxsw_env_set_module_power_mode_apply(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, enum ethtool_module_power_mode_policy policy, struct netlink_ext_ack *extack) argument
746 mlxsw_env_set_module_power_mode(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, enum ethtool_module_power_mode_policy policy, struct netlink_ext_ack *extack) argument
769 mlxsw_env_module_has_temp_sensor(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, bool *p_has_temp_sensor) argument
963 u8 module; member in struct:mlxsw_env_module_plug_unplug_event
1015 u8 module = mlxsw_reg_pmpe_module_get(pmpe_pl); local
1080 mlxsw_env_module_overheat_counter_get(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module, u64 *p_counter) argument
1095 mlxsw_env_module_port_map(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
1108 mlxsw_env_module_port_unmap(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
1121 mlxsw_env_module_port_up(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
1154 mlxsw_env_module_port_down(struct mlxsw_core *mlxsw_core, u8 slot_index, u8 module) argument
[all...]
/linux-master/kernel/module/
H A Dprocfs.c8 #include <linux/module.h>
16 static inline void print_unload_info(struct seq_file *m, struct module *mod)
41 static inline void print_unload_info(struct seq_file *m, struct module *mod)
65 static unsigned int module_total_size(struct module *mod)
76 struct module *mod = list_entry(p, struct module, list);
/linux-master/include/linux/framer/
H A Dframer-provider.h35 * @owner: the module owner containing the ops
80 struct module *owner;
86 * @owner: the module owner having of_xlate
92 struct module *owner;
123 __framer_provider_of_register(struct device *dev, struct module *owner,
130 __devm_framer_provider_of_register(struct device *dev, struct module *owner,
162 __framer_provider_of_register(struct device *dev, struct module *owner,
174 __devm_framer_provider_of_register(struct device *dev, struct module *owner,
/linux-master/arch/mips/lantiq/falcon/
H A Dsysctrl.c85 do {} while (--err && ((sysctl_r32(clk->module, reg)
88 pr_err("module de/activation failed %d %08X %08X %08X\n",
89 clk->module, clk->bits, test,
90 sysctl_r32(clk->module, reg) & clk->bits);
95 sysctl_w32(clk->module, clk->bits, SYSCTL_CLKEN);
96 sysctl_w32(clk->module, clk->bits, SYSCTL_ACT);
103 sysctl_w32(clk->module, clk->bits, SYSCTL_CLKCLR);
104 sysctl_w32(clk->module, clk->bits, SYSCTL_DEACT);
110 sysctl_w32(clk->module, clk->bits, SYSCTL_CLKEN);
111 sysctl_w32(clk->module, cl
165 clkdev_add_sys(const char *dev, unsigned int module, unsigned int bits) argument
[all...]
/linux-master/include/linux/
H A Dcdev.h12 struct module;
16 struct module *owner;
H A Dppp-comp.h13 struct module;
81 struct module *owner;
H A Dmdio-bitbang.h7 struct module;
12 struct module *owner;
/linux-master/drivers/mmc/core/
H A Dpwrseq.h14 struct module;
27 struct module *owner;
/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.h19 #define OMAP34XX_CM_REGADDR(module, reg) \
20 OMAP2_L4_IO_ADDRESS(OMAP3430_CM_BASE + (module) + (reg))
26 * These registers appear once per CM module.
/linux-master/drivers/staging/greybus/
H A Dgb-camera.h25 * @max_size: Maximum size of a frame in bytes. The camera module guarantees
59 * @configure_streams: Negotiate configuration and prepare the module for video
65 * configuration is applied by the module. The module can
71 * streams stored in 'streams' and 'array'. The module
101 * struct gb_camera_module - Represents greybus camera module.
104 * @interface_id: Interface id of the module.
123 int gb_camera_register(struct gb_camera_module *module);
124 int gb_camera_unregister(struct gb_camera_module *module);
/linux-master/include/linux/mtd/
H A Dpartitions.h80 struct module *owner;
96 struct module *owner);
103 * do anything special in module init/exit. Each driver may only use this macro
/linux-master/drivers/comedi/drivers/
H A Damplc_pc236.c34 #include <linux/module.h>
63 .module = THIS_MODULE,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_mod_race.c45 * At this point, module loading thread is blocked, we now load the program:
59 * <store module reference in btf_kfunc_tab or used_btf array>
63 * Now, if we inject an error in the blocked program, our module will be freed
66 * module. This is why try_get_module_live returns false if mod->state is not
84 int BPF_PROG(fexit_init_module, struct module *mod, int ret)
94 int BPF_PROG(fexit_module_get, const struct btf *btf, struct module *mod)
/linux-master/include/net/9p/
H A Dtransport.h12 #include <linux/module.h>
18 * struct p9_trans_module - transport module interface
34 * This is the basic API for a transport module which is registered by the
35 * transport module with the 9P core network module and used by the client
38 * The transport module list is protected by v9fs_trans_lock.
47 struct module *owner;
/linux-master/kernel/printk/
H A Dindex.c7 #include <linux/module.h>
17 /* The base dir for module formats, typically debugfs/printk/index/ */
20 static struct pi_entry *pi_get_entry(const struct module *mod, loff_t pos)
45 const struct module *mod = s->file->f_inode->i_private;
128 static const char *pi_get_module_name(struct module *mod)
133 static const char *pi_get_module_name(struct module *mod)
139 static void pi_create_file(struct module *mod)
146 static void pi_remove_file(struct module *mod)
154 struct module *mod = data;
163 default: /* we don't care about other module state
[all...]
/linux-master/drivers/md/
H A Ddm-zero.c10 #include <linux/module.h>
73 .module = THIS_MODULE,
/linux-master/include/linux/iio/
H A Dsw_trigger.h11 #include <linux/module.h>
24 struct module *owner;
H A Dsw_device.h11 #include <linux/module.h>
24 struct module *owner;
/linux-master/drivers/net/mdio/
H A Dacpi_mdio.c14 #include <linux/module.h>
25 * @owner: module owning this @mdio object.
33 struct module *owner)
/linux-master/drivers/platform/x86/
H A Dasus-wmi.h24 struct module;
62 struct module *owner;
/linux-master/arch/mips/include/asm/
H A Djump_label.h18 struct module;
19 extern void jump_label_apply_nops(struct module *mod);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.h21 int brcmf_fwvid_register_vendor(enum brcmf_fwvendor fwvid, struct module *mod,
23 int brcmf_fwvid_unregister_vendor(enum brcmf_fwvendor fwvid, struct module *mod);
/linux-master/include/scsi/
H A Dscsi_driver.h9 struct module;
28 int __scsi_register_driver(struct device_driver *, struct module *);
/linux-master/arch/riscv/kernel/
H A Dmodule.c37 int (*reloc_handler)(struct module *me, void *location, Elf_Addr v);
38 int (*accumulate_handler)(struct module *me, void *location,
80 static int apply_r_riscv_32_rela(struct module *me, void *location, Elf_Addr v)
91 static int apply_r_riscv_64_rela(struct module *me, void *location, Elf_Addr v)
97 static int apply_r_riscv_branch_rela(struct module *me, void *location,
109 static int apply_r_riscv_jal_rela(struct module *me, void *location,
121 static int apply_r_riscv_rvc_branch_rela(struct module *me, void *location,
135 static int apply_r_riscv_rvc_jump_rela(struct module *me, void *location,
152 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, void *location,
167 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *m
[all...]

Completed in 1026 milliseconds

1234567891011>>