Searched refs:tegra_bpmp (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/soc/tegra/ |
A D | bpmp.h | 53 struct tegra_bpmp *bpmp; 72 struct tegra_bpmp { struct 123 struct tegra_bpmp *tegra_bpmp_get(struct device *dev); argument 124 void tegra_bpmp_put(struct tegra_bpmp *bpmp); 125 int tegra_bpmp_transfer_atomic(struct tegra_bpmp *bpmp, 127 int tegra_bpmp_transfer(struct tegra_bpmp *bpmp, 180 void tegra_bpmp_handle_rx(struct tegra_bpmp *bpmp); 183 int tegra_bpmp_init_clocks(struct tegra_bpmp *bpmp); 192 int tegra_bpmp_init_resets(struct tegra_bpmp *bpmp); 201 int tegra_bpmp_init_powergates(struct tegra_bpmp *bpmp); [all …]
|
/linux-6.3-rc2/drivers/soc/tegra/ |
A D | powergate-bpmp.c | 21 struct tegra_bpmp *bpmp; 31 static int tegra_bpmp_powergate_set_state(struct tegra_bpmp *bpmp, in tegra_bpmp_powergate_set_state() 57 static int tegra_bpmp_powergate_get_state(struct tegra_bpmp *bpmp, in tegra_bpmp_powergate_get_state() 87 static int tegra_bpmp_powergate_get_max_id(struct tegra_bpmp *bpmp) in tegra_bpmp_powergate_get_max_id() 152 struct tegra_bpmp *bpmp = powergate->bpmp; in tegra_powergate_power_on() 161 struct tegra_bpmp *bpmp = powergate->bpmp; in tegra_powergate_power_off() 168 tegra_powergate_add(struct tegra_bpmp *bpmp, in tegra_powergate_add() 200 struct tegra_bpmp *bpmp = powergate->bpmp; in tegra_powergate_remove() 212 tegra_bpmp_probe_powergates(struct tegra_bpmp *bpmp, in tegra_bpmp_probe_powergates() 252 static int tegra_bpmp_add_powergates(struct tegra_bpmp *bpmp, in tegra_bpmp_add_powergates() [all …]
|
/linux-6.3-rc2/drivers/firmware/tegra/ |
A D | bpmp.c | 28 static inline struct tegra_bpmp * 37 struct tegra_bpmp *bpmp = channel->bpmp; in channel_to_ops() 42 struct tegra_bpmp *tegra_bpmp_get(struct device *dev) in tegra_bpmp_get() 45 struct tegra_bpmp *bpmp; in tegra_bpmp_get() 71 void tegra_bpmp_put(struct tegra_bpmp *bpmp) in tegra_bpmp_put() 81 struct tegra_bpmp *bpmp = channel->bpmp; in tegra_bpmp_channel_get_thread_index() 218 struct tegra_bpmp *bpmp = channel->bpmp; in tegra_bpmp_channel_read() 355 int tegra_bpmp_transfer(struct tegra_bpmp *bpmp, in tegra_bpmp_transfer() 404 struct tegra_bpmp *bpmp = channel->bpmp; in tegra_bpmp_mrq_return() 693 struct tegra_bpmp *bpmp; in tegra_bpmp_probe() [all …]
|
A D | bpmp-private.h | 12 int (*init)(struct tegra_bpmp *bpmp); 13 void (*deinit)(struct tegra_bpmp *bpmp); 22 int (*ring_doorbell)(struct tegra_bpmp *bpmp); 23 int (*resume)(struct tegra_bpmp *bpmp);
|
A D | bpmp-tegra186.c | 17 struct tegra_bpmp *parent; 31 static inline struct tegra_bpmp * 77 static int tegra186_bpmp_ring_doorbell(struct tegra_bpmp *bpmp) in tegra186_bpmp_ring_doorbell() 93 struct tegra_bpmp *bpmp = data; in tegra186_bpmp_ivc_notify() 103 struct tegra_bpmp *bpmp, in tegra186_bpmp_channel_init() 156 struct tegra_bpmp *bpmp = mbox_client_to_bpmp(client); in mbox_handle_rx() 161 static int tegra186_bpmp_init(struct tegra_bpmp *bpmp) in tegra186_bpmp_init() 259 static void tegra186_bpmp_deinit(struct tegra_bpmp *bpmp) in tegra186_bpmp_deinit() 276 static int tegra186_bpmp_resume(struct tegra_bpmp *bpmp) in tegra186_bpmp_resume()
|
A D | bpmp-debugfs.c | 70 static const char *get_filename(struct tegra_bpmp *bpmp, in get_filename() 146 static int mrq_debug_close(struct tegra_bpmp *bpmp, u32 fd) in mrq_debug_close() 303 struct tegra_bpmp *bpmp = inode->i_private; in bpmp_debug_show() 366 struct tegra_bpmp *bpmp = inode->i_private; in bpmp_debug_store() 399 static int bpmp_populate_debugfs_inband(struct tegra_bpmp *bpmp, in bpmp_populate_debugfs_inband() 480 static int mrq_debugfs_read(struct tegra_bpmp *bpmp, in mrq_debugfs_read() 519 static int mrq_debugfs_write(struct tegra_bpmp *bpmp, in mrq_debugfs_write() 582 struct tegra_bpmp *bpmp = inode->i_private; in debugfs_show() 633 struct tegra_bpmp *bpmp = inode->i_private; in debugfs_store() 738 static int bpmp_populate_debugfs_shmem(struct tegra_bpmp *bpmp) in bpmp_populate_debugfs_shmem() [all …]
|
A D | bpmp-tegra210.c | 37 static u32 bpmp_channel_status(struct tegra_bpmp *bpmp, unsigned int index) in bpmp_channel_status() 111 static int tegra210_bpmp_ring_doorbell(struct tegra_bpmp *bpmp) in tegra210_bpmp_ring_doorbell() 128 struct tegra_bpmp *bpmp = data; in rx_irq() 136 struct tegra_bpmp *bpmp, in tegra210_bpmp_channel_init() 162 static int tegra210_bpmp_init(struct tegra_bpmp *bpmp) in tegra210_bpmp_init()
|
/linux-6.3-rc2/drivers/reset/tegra/ |
A D | reset-bpmp.c | 11 static struct tegra_bpmp *to_tegra_bpmp(struct reset_controller_dev *rstc) in to_tegra_bpmp() 13 return container_of(rstc, struct tegra_bpmp, rstc); in to_tegra_bpmp() 20 struct tegra_bpmp *bpmp = to_tegra_bpmp(rstc); in tegra_bpmp_reset_common() 67 int tegra_bpmp_init_resets(struct tegra_bpmp *bpmp) in tegra_bpmp_init_resets()
|
/linux-6.3-rc2/drivers/clk/tegra/ |
A D | clk-bpmp.c | 31 struct tegra_bpmp *bpmp; 59 static int tegra_bpmp_clk_transfer(struct tegra_bpmp *bpmp, in tegra_bpmp_clk_transfer() 330 static int tegra_bpmp_clk_get_max_id(struct tegra_bpmp *bpmp) in tegra_bpmp_clk_get_max_id() 380 static void tegra_bpmp_clk_info_dump(struct tegra_bpmp *bpmp, in tegra_bpmp_clk_info_dump() 420 static int tegra_bpmp_probe_clocks(struct tegra_bpmp *bpmp, in tegra_bpmp_probe_clocks() 501 tegra_bpmp_clk_register(struct tegra_bpmp *bpmp, in tegra_bpmp_clk_register() 592 static void tegra_bpmp_register_clocks_one(struct tegra_bpmp *bpmp, in tegra_bpmp_register_clocks_one() 629 static int tegra_bpmp_register_clocks(struct tegra_bpmp *bpmp, in tegra_bpmp_register_clocks() 648 static void tegra_bpmp_unregister_clocks(struct tegra_bpmp *bpmp) in tegra_bpmp_unregister_clocks() 660 struct tegra_bpmp *bpmp = data; in tegra_bpmp_clk_of_xlate() [all …]
|
/linux-6.3-rc2/drivers/thermal/tegra/ |
A D | tegra-bpmp-thermal.c | 28 struct tegra_bpmp *bpmp; 137 static int tegra_bpmp_thermal_get_num_zones(struct tegra_bpmp *bpmp, in tegra_bpmp_thermal_get_num_zones() 173 struct tegra_bpmp *bpmp = dev_get_drvdata(pdev->dev.parent); in tegra_bpmp_thermal_probe()
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | tegra186-cpufreq.c | 130 struct platform_device *pdev, struct tegra_bpmp *bpmp, in init_vhint_table() 221 struct tegra_bpmp *bpmp; in tegra186_cpufreq_probe()
|
A D | tegra194-cpufreq.c | 442 init_freq_table(struct platform_device *pdev, struct tegra_bpmp *bpmp, in init_freq_table() 517 struct tegra_bpmp *bpmp; in tegra194_cpufreq_probe()
|
/linux-6.3-rc2/drivers/memory/tegra/ |
A D | tegra186-emc.c | 20 struct tegra_bpmp *bpmp;
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-tegra-bpmp.c | 32 struct tegra_bpmp *bpmp;
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-tegra194.c | 254 struct tegra_bpmp *bpmp;
|
Completed in 24 milliseconds