| /linux/drivers/memory/tegra/ |
| H A D | mc.c | 61 struct tegra_mc *mc = data; in tegra_mc_devm_action_put_device() local 79 struct tegra_mc *mc; in devm_tegra_memory_controller_get() local 105 int tegra_mc_probe_device(struct tegra_mc *mc, struct device *dev) in tegra_mc_probe_device() 114 int tegra_mc_get_carveout_info(struct tegra_mc *mc, unsigned int id, in tegra_mc_get_carveout_info() 139 static int tegra_mc_block_dma_common(struct tegra_mc *mc, in tegra_mc_block_dma_common() 155 static bool tegra_mc_dma_idling_common(struct tegra_mc *mc, in tegra_mc_dma_idling_common() 161 static int tegra_mc_unblock_dma_common(struct tegra_mc *mc, in tegra_mc_unblock_dma_common() 177 static int tegra_mc_reset_status_common(struct tegra_mc *mc, in tegra_mc_reset_status_common() 195 static const struct tegra_mc_reset *tegra_mc_reset_find(struct tegra_mc *mc, in tegra_mc_reset_find() 210 struct tegra_mc *mc = reset_to_mc(rcdev); in tegra_mc_hotreset_assert() local [all …]
|
| H A D | tegra20.c | 75 const struct tegra_mc *mc; member 279 static int tegra20_mc_hotreset_assert(struct tegra_mc *mc, in tegra20_mc_hotreset_assert() 295 static int tegra20_mc_hotreset_deassert(struct tegra_mc *mc, in tegra20_mc_hotreset_deassert() 311 static int tegra20_mc_block_dma(struct tegra_mc *mc, in tegra20_mc_block_dma() 327 static bool tegra20_mc_dma_idling(struct tegra_mc *mc, in tegra20_mc_dma_idling() 333 static int tegra20_mc_reset_status(struct tegra_mc *mc, in tegra20_mc_reset_status() 339 static int tegra20_mc_unblock_dma(struct tegra_mc *mc, in tegra20_mc_unblock_dma() 395 struct tegra_mc *mc = icc_provider_to_tegra_mc(data); in tegra20_mc_of_icc_xlate_extended() local 452 const struct tegra_mc *mc = stat->mc; in tegra20_mc_stat_gather() local 479 static void tegra20_mc_stat_events(const struct tegra_mc *mc, in tegra20_mc_stat_events() [all …]
|
| H A D | tegra186.c | 26 static int tegra186_mc_probe(struct tegra_mc *mc) in tegra186_mc_probe() 79 static void tegra186_mc_remove(struct tegra_mc *mc) in tegra186_mc_remove() 85 static void tegra186_mc_client_sid_override(struct tegra_mc *mc, in tegra186_mc_client_sid_override() 127 static int tegra186_mc_probe_device(struct tegra_mc *mc, struct device *dev) in tegra186_mc_probe_device() 157 static int tegra186_mc_resume(struct tegra_mc *mc) in tegra186_mc_resume()
|
| H A D | tegra30.c | 1219 static void tegra30_mc_tune_client_latency(struct tegra_mc *mc, in tegra30_mc_tune_client_latency() 1293 struct tegra_mc *mc = icc_provider_to_tegra_mc(src->provider); in tegra30_mc_icc_set() local 1337 struct tegra_mc *mc = icc_provider_to_tegra_mc(data); in tegra30_mc_of_icc_xlate_extended() local
|
| H A D | mc.h | 112 static inline u32 mc_ch_readl(const struct tegra_mc *mc, int ch, in mc_ch_readl() 124 static inline void mc_ch_writel(const struct tegra_mc *mc, int ch, in mc_ch_writel() 136 static inline u32 mc_readl(const struct tegra_mc *mc, unsigned long offset) in mc_readl() 141 static inline void mc_writel(const struct tegra_mc *mc, u32 value, in mc_writel()
|
| H A D | tegra234.c | 1037 struct tegra_mc *mc = icc_provider_to_tegra_mc(dst->provider); in tegra234_mc_icc_set() local 1102 struct tegra_mc *mc = icc_provider_to_tegra_mc(p); in tegra234_mc_icc_aggregate() local
|
| H A D | tegra264.c | 206 struct tegra_mc *mc = icc_provider_to_tegra_mc(dst->provider); in tegra264_mc_icc_set() local 267 struct tegra_mc *mc = icc_provider_to_tegra_mc(p); in tegra264_mc_icc_aggregate() local
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_mbx.c | 624 mbx_cmd_t mc; in qla2x00_load_ram() local 694 mbx_cmd_t mc; in qla2x00_execute_fw() local 848 mbx_cmd_t mc; in qla_get_exlogin_status() local 904 mbx_cmd_t mc; in qla_set_exlogin_mem_cfg() local 958 mbx_cmd_t mc; in qla_get_exchoffld_status() local 1014 mbx_cmd_t mc; in qla_set_exchoffld_mem_cfg() local 1066 mbx_cmd_t mc; in qla2x00_get_fw_version() local 1235 mbx_cmd_t mc; in qla2x00_get_fw_options() local 1283 mbx_cmd_t mc; in qla2x00_set_fw_options() local 1343 mbx_cmd_t mc; in qla2x00_mbx_reg_test() local [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
| H A D | nv04.c | 34 nv04_mc_device_disable(struct nvkm_mc *mc, u32 mask) in nv04_mc_device_disable() 40 nv04_mc_device_enable(struct nvkm_mc *mc, u32 mask) in nv04_mc_device_enable() 49 nv04_mc_device_enabled(struct nvkm_mc *mc, u32 mask) in nv04_mc_device_enabled() 74 struct nvkm_mc *mc = container_of(intr, typeof(*mc), intr); in nv04_mc_intr_rearm() local 84 struct nvkm_mc *mc = container_of(intr, typeof(*mc), intr); in nv04_mc_intr_unarm() local 96 struct nvkm_mc *mc = container_of(intr, typeof(*mc), intr); in nv04_mc_intr_pending() local 117 nv04_mc_init(struct nvkm_mc *mc) in nv04_mc_init()
|
| H A D | ga100.c | 27 ga100_mc_device_disable(struct nvkm_mc *mc, u32 mask) in ga100_mc_device_disable() 37 ga100_mc_device_enable(struct nvkm_mc *mc, u32 mask) in ga100_mc_device_enable() 47 ga100_mc_device_enabled(struct nvkm_mc *mc, u32 mask) in ga100_mc_device_enabled() 60 ga100_mc_init(struct nvkm_mc *mc) in ga100_mc_init()
|
| H A D | base.c | 32 struct nvkm_mc *mc = device->mc; in nvkm_mc_unk260() local 53 struct nvkm_mc *mc = device->mc; in nvkm_mc_reset_mask() local 108 struct nvkm_mc *mc = nvkm_mc(subdev); in nvkm_mc_init() local 130 struct nvkm_mc *mc; in nvkm_mc_new_() local
|
| H A D | gt215.c | 59 struct nvkm_mc *mc = container_of(intr, typeof(*mc), intr); in gt215_mc_intr_allow() local 67 struct nvkm_mc *mc = container_of(intr, typeof(*mc), intr); in gt215_mc_intr_block() local
|
| H A D | gp100.c | 50 struct nvkm_mc *mc = container_of(intr, typeof(*mc), intr); in gp100_mc_intr_allow() local 58 struct nvkm_mc *mc = container_of(intr, typeof(*mc), intr); in gp100_mc_intr_block() local
|
| /linux/drivers/gpio/ |
| H A D | gpio-mc33880.c | 43 static int mc33880_write_config(struct mc33880 *mc) in mc33880_write_config() 49 static int __mc33880_set(struct mc33880 *mc, unsigned offset, int value) in __mc33880_set() 62 struct mc33880 *mc = gpiochip_get_data(chip); in mc33880_set() local 76 struct mc33880 *mc; in mc33880_probe() local 142 struct mc33880 *mc; in mc33880_remove() local
|
| /linux/drivers/slimbus/ |
| H A D | stream.c | 131 u8 mc = SLIM_MSG_MC_CONNECT_SOURCE; in slim_connect_port_channel() local 151 u8 mc = SLIM_MSG_MC_DISCONNECT_PORT; in slim_disconnect_port() local 167 u8 mc = SLIM_MSG_MC_NEXT_DEACTIVATE_CHANNEL; in slim_deactivate_remove_channel() local 278 u8 mc = SLIM_MSG_MC_NEXT_DEFINE_CONTENT; in slim_define_channel_content() local 313 u8 mc = SLIM_MSG_MC_NEXT_DEFINE_CHANNEL; in slim_define_channel() local 337 u8 mc = SLIM_MSG_MC_NEXT_ACTIVATE_CHANNEL; in slim_activate_channel() local
|
| /linux/arch/um/os-Linux/ |
| H A D | signal.c | 36 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common() 79 static void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler() 122 static void timer_real_alarm_handler(mcontext_t *mc) in timer_real_alarm_handler() 133 static void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler() 180 static void sigusr1_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in sigusr1_handler() 209 mcontext_t *mc = &uc->uc_mcontext; in hard_handler() local
|
| /linux/arch/um/kernel/ |
| H A D | trap.c | 290 void *mc) in segv_handler() 309 struct uml_pt_regs *regs, void *mc) in segv() 398 void *mc) in relay_signal() 427 void *mc) in winch()
|
| /linux/arch/x86/um/shared/sysdep/ |
| H A D | mcontext.h | 22 #define GET_FAULTINFO_FROM_MC(fi, mc) \ argument 31 #define GET_FAULTINFO_FROM_MC(fi, mc) \ argument
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda_spi.c | 243 struct snd_ctl_elem_value *ucontrol, struct soc_mixer_control *mc) in tasdevice_spi_amp_putvol() 265 struct snd_ctl_elem_value *ucontrol, struct soc_mixer_control *mc) in tasdevice_spi_amp_getvol() 288 struct snd_ctl_elem_value *ucontrol, struct soc_mixer_control *mc) in tasdevice_spi_digital_putvol() 304 struct snd_ctl_elem_value *ucontrol, struct soc_mixer_control *mc) in tasdevice_spi_digital_getvol() 425 struct soc_mixer_control *mc = in tas2781_digital_getvol() local 436 struct soc_mixer_control *mc = in tas2781_amp_getvol() local 447 struct soc_mixer_control *mc = in tas2781_digital_putvol() local 458 struct soc_mixer_control *mc = in tas2781_amp_putvol() local
|
| /linux/sound/soc/codecs/aw88395/ |
| H A D | aw88395.c | 121 struct soc_mixer_control *mc = in aw88395_set_fade_in_time() local 156 struct soc_mixer_control *mc = in aw88395_set_fade_out_time() local 263 struct soc_mixer_control *mc = in aw88395_volume_set() local 297 struct soc_mixer_control *mc in aw88395_set_fade_step() local 330 struct soc_mixer_control *mc = aw88395_re_set() local [all...] |
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-msglog.c | 34 ssize_t memcons_copy(struct memcons *mc, char *to, loff_t pos, size_t count) in memcons_copy() 111 struct memcons *mc; in memcons_init() local 136 u32 __init memcons_get_size(struct memcons *mc) in memcons_get_size()
|
| /linux/drivers/acpi/apei/ |
| H A D | hest.c | 50 struct acpi_hest_ia_machine_check *mc; member 89 struct acpi_hest_ia_machine_check *mc; in hest_esrc_len() local 95 struct acpi_hest_ia_deferred_check *mc; in hest_esrc_len() local
|
| /linux/arch/x86/um/os-Linux/ |
| H A D | mcontext.c | 12 void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) in get_regs_from_mc() 46 mcontext_t *mc = _mc; in mc_set_rip() local 56 void get_mc_from_regs(struct uml_pt_regs *regs, mcontext_t *mc, int single_stepping) in get_mc_from_regs()
|
| /linux/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 20 static int get_engine_number(struct meson_dev *mc) in get_engine_number() 89 struct meson_dev *mc = op->mc; in meson_cipher() local 348 struct meson_dev *mc = op->mc; in meson_aes_setkey() local
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | mal.c | 339 struct mal_commac *mc = list_entry(l, struct mal_commac, list); in mal_rxde() local 405 struct mal_commac *mc = in mal_poll() local 416 struct mal_commac *mc = in mal_poll() local 438 struct mal_commac *mc = in mal_poll() local
|