Searched refs:soc (Results 201 - 225 of 1802) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-omap1/
H A Dgpio15xx.c12 #include <linux/soc/ti/omap1-soc.h>
/linux-master/sound/soc/amd/ps/
H A Dps-mach.c8 #include <sound/soc.h>
9 #include <sound/soc-dapm.h>
/linux-master/sound/soc/meson/
H A Daxg-tdm.h13 #include <sound/soc.h>
14 #include <sound/soc-dai.h>
/linux-master/include/sound/
H A Dsof.h15 #include <sound/soc.h>
16 #include <sound/soc-acpi.h>
/linux-master/sound/soc/intel/avs/boards/
H A Dprobe.c11 #include <sound/soc.h>
12 #include <sound/soc-acpi.h>
/linux-master/sound/soc/sof/intel/
H A Dpci-lnl.c13 #include <sound/soc-acpi.h>
14 #include <sound/soc-acpi-intel-match.h>
H A Dpci-skl.c11 #include <sound/soc-acpi.h>
12 #include <sound/soc-acpi-intel-match.h>
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-jsl-match.c3 * soc-apci-intel-jsl-match.c - tables and support for JSL ACPI enumeration.
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/memory/tegra/
H A Dtegra20.c420 for (i = 0; i < mc->soc->num_clients; i++) {
421 if (mc->soc->clients[i].id == idx)
518 for (i = 0; i < mc->soc->num_clients; i += 2) {
519 client0 = &mc->soc->clients[i];
520 client1 = &mc->soc->clients[i + 1];
522 if (i + 1 == mc->soc->num_clients)
534 for (i = 0; i < mc->soc->num_clients; i++) {
535 unsigned int clienta, clientb = mc->soc->num_clients;
537 for (client0 = NULL; i < mc->soc->num_clients; i++) {
539 client0 = &mc->soc
[all...]
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c89 struct abx500_pinctrl_soc_data *soc; member in struct:abx500_pinctrl
250 struct alternate_functions af = pct->soc->alternate_functions[gpio];
375 struct alternate_functions af = pct->soc->alternate_functions[gpio];
551 return pct->soc->nfunctions;
559 return pct->soc->functions[function].name;
569 *groups = pct->soc->functions[function].groups;
570 *num_groups = pct->soc->functions[function].ngroups;
584 g = &pct->soc->groups[group];
617 for (i = 0; i < pct->soc->gpio_num_ranges; i++) {
618 p = &pct->soc
947 abx500_get_gpio_num(struct abx500_pinctrl_soc_data *soc) argument
[all...]
H A Dpinctrl-nomadik.c200 * @soc: SoC data for this specific chip
206 const struct nmk_pinctrl_soc_data *soc; member in struct:nmk_pinctrl
362 for (i = 0 ; i < npct->soc->npins_altcx ; i++) {
363 if (npct->soc->altcx_pins[i].pin == offset)
366 if (i == npct->soc->npins_altcx) {
372 pin_desc = npct->soc->altcx_pins + i;
373 gpiocr_regs = npct->soc->prcm_gpiocr_registers;
488 for (i = 0; i < npct->soc->npins_altcx; i++) {
489 if (npct->soc->altcx_pins[i].pin == gpio)
492 if (i == npct->soc
[all...]
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.c46 return pmx->soc->ngroups;
54 return pmx->soc->groups[group].name;
64 *pins = pmx->soc->groups[group].pins;
65 *num_pins = pmx->soc->groups[group].npins;
227 return pmx->soc->nfunctions;
260 g = &pmx->soc->groups[group];
288 for (group = 0; group < pmx->soc->ngroups; ++group) {
294 return &pmx->soc->groups[group];
310 if (!pmx->soc->sfsel_in_mux)
336 if (!pmx->soc
[all...]
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c20 #include <soc/tegra/common.h>
30 const struct tegra_usb_soc_info *soc; member in struct:tegra_usb
163 ehci_writel(ehci, usb->soc->txfifothresh << 16,
277 const struct tegra_usb_soc_info *soc; local
287 soc = of_device_get_match_data(&pdev->dev);
288 if (!soc) {
331 usb->soc = soc;
333 usb->data.flags = soc->flags;
335 usb->data.dr_mode = soc
[all...]
/linux-master/drivers/pwm/
H A Dpwm-tegra.c52 #include <soc/tegra/common.h>
76 const struct tegra_pwm_soc *soc; member in struct:tegra_pwm_chip
132 if (pc->soc->num_channels == 1) {
274 const struct tegra_pwm_soc *soc; local
277 soc = of_device_get_match_data(&pdev->dev);
279 chip = devm_pwmchip_alloc(&pdev->dev, soc->num_channels, sizeof(*pc));
284 pc->soc = soc;
306 ret = dev_pm_opp_set_rate(&pdev->dev, pc->soc->max_frequency);
321 (NSEC_PER_SEC / (pc->soc
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Dsor.c17 #include <soc/tegra/pmc.h>
411 const struct tegra_sor_soc *soc; member in struct:tegra_sor
655 value = tegra_sor_readl(sor, sor->soc->regs->dp_padctl0);
658 value &= ~(SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[3]) |
659 SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[2]));
661 value |= SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[3]) |
662 SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[2]);
665 value &= ~SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[1]);
667 value |= SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[1]);
670 value &= ~SOR_DP_PADCTL_PD_TXD(sor->soc
808 const struct tegra_sor_soc *soc = sor->soc; local
[all...]
/linux-master/drivers/bus/
H A Dmvebu-mbus.c142 const struct mvebu_mbus_soc_data *soc; member in struct:mvebu_mbus_state
190 return mbus->soc->win_remap_offset(win) != MVEBU_MBUS_NO_REMAP;
203 mbus->soc->win_cfg_offset(win);
227 mbus->soc->win_remap_offset(win);
241 addr = mbus->mbuswins_base + mbus->soc->win_cfg_offset(win);
246 addr = mbus->mbuswins_base + mbus->soc->win_remap_offset(win);
258 mbus->soc->win_cfg_offset(win);
275 for (win = 0; win < mbus->soc->num_wins; win++) {
306 for (win = 0; win < mbus->soc->num_wins; win++) {
331 mbus->soc
1126 mvebu_mbus_init(const char *soc, phys_addr_t mbuswins_phys_base, size_t mbuswins_size, phys_addr_t sdramwins_phys_base, size_t sdramwins_size) argument
[all...]
/linux-master/drivers/thermal/tegra/
H A Dsoctherm.c342 struct tegra_soctherm_soc *soc; member in struct:tegra_soctherm
387 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i];
485 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain;
526 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain;
570 struct tsensor_group_thermtrips *tt = ts->soc->thermtrips;
576 for (i = 0; i < ts->soc->num_ttgs; i++) {
670 lo = enforce_temp_range(zone->dev, lo) / zone->ts->soc->thresh_grain;
671 hi = enforce_temp_range(zone->dev, hi) / zone->ts->soc->thresh_grain;
1258 const struct tegra_tsensor *tsensors = ts->soc->tsensors;
1259 const struct tegra_tsensor_group **ttgs = ts->soc
2083 struct tegra_soctherm_soc *soc; local
2244 struct tegra_soctherm_soc *soc = tegra->soc; local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-tegra186.c102 const struct tegra_gpio_soc *soc; member in struct:tegra_gpio
115 for (i = 0; i < gpio->soc->num_ports; i++) {
116 const struct tegra_gpio_port *port = &gpio->soc->ports[i];
166 if (gpio->soc->has_vm_support) {
425 if (!gpio->soc->pinmux || gpio->soc->num_pin_ranges == 0)
428 np = of_find_compatible_node(NULL, NULL, gpio->soc->pinmux);
437 for (i = 0; i < gpio->soc->num_pin_ranges; i++) {
438 unsigned int pin = gpio->soc->pin_ranges[i].offset, port;
439 const char *group = gpio->soc
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c372 context->bw_ctx.dml.soc.dram_clock_change_latency_us == 0)
373 context->bw_ctx.dml.soc.dram_clock_change_latency_us = dc->clk_mgr->bw_params->wm_table.nv_entries[WM_A].dml_input.pstate_latency_us;
374 context->bw_ctx.dml.soc.sr_enter_plus_exit_time_us = dc->clk_mgr->bw_params->wm_table.nv_entries[WM_A].dml_input.sr_enter_plus_exit_time_us;
375 context->bw_ctx.dml.soc.sr_exit_time_us = dc->clk_mgr->bw_params->wm_table.nv_entries[WM_A].dml_input.sr_exit_time_us;
413 context->bw_ctx.dml.soc.dram_clock_change_latency_us = dc->clk_mgr->bw_params->wm_table.nv_entries[WM_A].dml_input.pstate_latency_us;
421 if (context->bw_ctx.dml.soc.min_dcfclk > dcfclk)
422 dcfclk = context->bw_ctx.dml.soc.min_dcfclk;
426 pipes[0].clks_cfg.socclk_mhz = context->bw_ctx.dml.soc.clock_limits[vlevel].socclk_mhz;
435 pipes[0].clks_cfg.dcfclk_mhz = context->bw_ctx.dml.soc.clock_limits[0].dcfclk_mhz;
437 context->bw_ctx.dml.soc
[all...]
/linux-master/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c98 } soc; variable in typeref:enum:soc_type
103 soc = MPC512x_SOC_MPC5121;
107 soc = MPC512x_SOC_MPC5123;
111 soc = MPC512x_SOC_MPC5125;
118 if (soc == MPC512x_SOC_MPC5121)
125 if (soc == MPC512x_SOC_MPC5125)
132 if (soc == MPC512x_SOC_MPC5125)
139 if (soc == MPC512x_SOC_MPC5125)
146 if (soc == MPC512x_SOC_MPC5125)
153 if (soc
[all...]
/linux-master/drivers/ata/
H A Dahci_tegra.c20 #include <soc/tegra/fuse.h>
21 #include <soc/tegra/pmc.h>
179 const struct tegra_ahci_soc *soc; member in struct:tegra_ahci_priv
187 if (tegra->sata_aux_regs && !tegra->soc->supports_devslp) {
243 ret = regulator_bulk_enable(tegra->soc->num_supplies,
275 regulator_bulk_disable(tegra->soc->num_supplies, tegra->supplies);
294 regulator_bulk_disable(tegra->soc->num_supplies, tegra->supplies);
342 val &= ~(tegra->soc->regs->nvoob_comma_cnt_mask |
345 val |= (tegra->soc->regs->nvoob_comma_cnt_val |
358 if (tegra->soc
[all...]
/linux-master/drivers/cpufreq/
H A Dtegra194-cpufreq.c18 #include <soc/tegra/bpmp.h>
19 #include <soc/tegra/bpmp-abi.h>
36 (data->regs + (MMCRAB_CLUSTER_BASE(cl) + data->soc->actmon_cntr_base))
77 const struct tegra_cpufreq_soc *soc; member in struct:tegra194_cpufreq_data
181 } while (delta_refcnt < data->soc->refclk_delta_min);
271 } while (delta_refcnt < data->soc->refclk_delta_min);
296 data->soc->ops->read_counters(c);
398 ret = data->soc->ops->get_cpu_ndiv(cpu, data->cpu_data[cpu].cpuid, clusterid, &ndiv);
503 int maxcpus_per_cluster = data->soc->maxcpus_per_cluster;
510 if (clusterid >= data->soc
712 const struct tegra_cpufreq_soc *soc; local
[all...]
/linux-master/arch/arm/mach-tegra/
H A Dplatsmp.c21 #include <soc/tegra/flowctrl.h>
22 #include <soc/tegra/fuse.h>
23 #include <soc/tegra/pmc.h>
/linux-master/sound/soc/codecs/
H A Dnau8315.c21 #include <sound/soc.h>
22 #include <sound/soc-dai.h>
23 #include <sound/soc-dapm.h>
H A Drt1015p.c17 #include <sound/soc.h>
18 #include <sound/soc-dai.h>
19 #include <sound/soc-dapm.h>

Completed in 714 milliseconds

1234567891011>>