/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/ |
H A D | v3d_irq.c | 133 /* V3D 4.2 wires the hub and core IRQs together, so if we & in v3d_irq() 206 int irq1, ret, core; in v3d_irq_init() local 213 for (core = 0; core < v3d->cores; core++) in v3d_irq_init() 214 V3D_CORE_WRITE(core, V3D_CTL_INT_CLR, V3D_CORE_IRQS); in v3d_irq_init() 255 int core; in v3d_irq_enable() local 258 for (core = 0; core < v3d->cores; core in v3d_irq_enable() 270 int core; v3d_irq_disable() local [all...] |
H A D | v3d_debugfs.c | 85 int i, core; in v3d_v3d_debugfs_regs() local 102 for (core = 0; core < v3d->cores; core++) { in v3d_v3d_debugfs_regs() 104 seq_printf(m, "core %d %s (0x%04x): 0x%08x\n", in v3d_v3d_debugfs_regs() 105 core, in v3d_v3d_debugfs_regs() 108 V3D_CORE_READ(core, in v3d_v3d_debugfs_regs() 114 seq_printf(m, "core %d %s (0x%04x): 0x%08x\n", in v3d_v3d_debugfs_regs() 115 core, in v3d_v3d_debugfs_regs() 118 V3D_CORE_READ(core, in v3d_v3d_debugfs_regs() 133 int core; v3d_v3d_debugfs_ident() local 211 int core = 0; v3d_measure_clock() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.c | 17 u32 amvdec_read_dos(struct amvdec_core *core, u32 reg) in amvdec_read_dos() argument 19 return readl_relaxed(core->dos_base + reg); in amvdec_read_dos() 23 void amvdec_write_dos(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_dos() argument 25 writel_relaxed(val, core->dos_base + reg); in amvdec_write_dos() 29 void amvdec_write_dos_bits(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_dos_bits() argument 31 amvdec_write_dos(core, reg, amvdec_read_dos(core, reg) | val); in amvdec_write_dos_bits() 35 void amvdec_clear_dos_bits(struct amvdec_core *core, u32 reg, u32 val) in amvdec_clear_dos_bits() argument 37 amvdec_write_dos(core, reg, amvdec_read_dos(core, re in amvdec_clear_dos_bits() 41 amvdec_read_parser(struct amvdec_core *core, u32 reg) amvdec_read_parser() argument 47 amvdec_write_parser(struct amvdec_core *core, u32 reg, u32 val) amvdec_write_parser() argument 101 struct amvdec_core *core = sess->core; set_canvas_yuv420m() local 145 struct amvdec_core *core = sess->core; set_canvas_nv12m() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.c | 17 u32 amvdec_read_dos(struct amvdec_core *core, u32 reg) in amvdec_read_dos() argument 19 return readl_relaxed(core->dos_base + reg); in amvdec_read_dos() 23 void amvdec_write_dos(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_dos() argument 25 writel_relaxed(val, core->dos_base + reg); in amvdec_write_dos() 29 void amvdec_write_dos_bits(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_dos_bits() argument 31 amvdec_write_dos(core, reg, amvdec_read_dos(core, reg) | val); in amvdec_write_dos_bits() 35 void amvdec_clear_dos_bits(struct amvdec_core *core, u32 reg, u32 val) in amvdec_clear_dos_bits() argument 37 amvdec_write_dos(core, reg, amvdec_read_dos(core, re in amvdec_clear_dos_bits() 41 amvdec_read_parser(struct amvdec_core *core, u32 reg) amvdec_read_parser() argument 47 amvdec_write_parser(struct amvdec_core *core, u32 reg, u32 val) amvdec_write_parser() argument 101 struct amvdec_core *core = sess->core; set_canvas_yuv420m() local 145 struct amvdec_core *core = sess->core; set_canvas_nv12m() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
H A D | v3d_debugfs.c | 85 int i, core; in v3d_v3d_debugfs_regs() local 102 for (core = 0; core < v3d->cores; core++) { in v3d_v3d_debugfs_regs() 104 seq_printf(m, "core %d %s (0x%04x): 0x%08x\n", in v3d_v3d_debugfs_regs() 105 core, in v3d_v3d_debugfs_regs() 108 V3D_CORE_READ(core, in v3d_v3d_debugfs_regs() 114 seq_printf(m, "core %d %s (0x%04x): 0x%08x\n", in v3d_v3d_debugfs_regs() 115 core, in v3d_v3d_debugfs_regs() 118 V3D_CORE_READ(core, in v3d_v3d_debugfs_regs() 133 int ret, core; v3d_v3d_debugfs_ident() local 218 int core = 0; v3d_measure_clock() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 15 #include "core.h" 115 struct venus_core *core; member 337 struct device *dev = hdev->core->dev; in venus_alloc() 352 struct device *dev = hdev->core->dev; in venus_free() 359 const struct venus_resources *res = hdev->core->res; in venus_set_registers() 365 writel(tbl[i].value, hdev->core->base + tbl[i].reg); in venus_set_registers() 370 void __iomem *cpu_ic_base = hdev->core->cpu_ic_base; in venus_soft_int() 373 if (IS_V6(hdev->core)) in venus_soft_int() 384 struct device *dev = hdev->core->dev; in venus_iface_cmdq_write_nolock() 432 static int venus_hfi_core_set_resource(struct venus_core *core, u3 argument 1067 venus_isr_thread(struct venus_core *core) venus_isr_thread() argument 1109 venus_isr(struct venus_core *core) venus_isr() argument 1141 venus_core_init(struct venus_core *core) venus_core_init() argument 1170 venus_core_deinit(struct venus_core *core) venus_core_deinit() argument 1181 venus_core_ping(struct venus_core *core, u32 cookie) venus_core_ping() argument 1191 venus_core_trigger_ssr(struct venus_core *core, u32 trigger_type) venus_core_trigger_ssr() argument 1444 venus_resume(struct venus_core *core) venus_resume() argument 1465 venus_suspend_1xx(struct venus_core *core) venus_suspend_1xx() argument 1563 venus_suspend_3xx(struct venus_core *core) venus_suspend_3xx() argument 1631 venus_suspend(struct venus_core *core) venus_suspend() argument 1670 venus_hfi_destroy(struct venus_core *core) venus_hfi_destroy() argument 1681 venus_hfi_create(struct venus_core *core) venus_hfi_create() argument 1710 venus_hfi_queues_reinit(struct venus_core *core) venus_hfi_queues_reinit() argument [all...] |
H A D | core.h | 120 * struct venus_core - holds core parameters valid for all instances 153 * @state: the state of the venus core 158 * @core_ops: the core operations 161 * @enc_codecs: encoders supported by this core 162 * @dec_codecs: decoders supported by this core 165 * @ops: the core HFI operations 374 * @list: used for attach an instance to the core 376 * @core: a reference to the core struct 377 * @clk_data: clock data per core I 445 struct venus_core *core; global() member 533 to_hfi_priv(struct venus_core *core) to_hfi_priv() argument 539 venus_caps_by_codec(struct venus_core *core, u32 codec, u32 domain) venus_caps_by_codec() argument 553 is_fw_rev_or_newer(struct venus_core *core, u32 vmajor, u32 vminor, u32 vrev) is_fw_rev_or_newer() argument 561 is_fw_rev_or_older(struct venus_core *core, u32 vmajor, u32 vminor, u32 vrev) is_fw_rev_or_older() argument [all...] |
H A D | hfi.h | 80 /* define core states */ 96 void (*event_notify)(struct venus_core *core, u32 event); 109 int (*core_init)(struct venus_core *core); 110 int (*core_deinit)(struct venus_core *core); 111 int (*core_ping)(struct venus_core *core, u32 cookie); 112 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type); 138 int (*resume)(struct venus_core *core); 139 int (*suspend)(struct venus_core *core); 142 irqreturn_t (*isr)(struct venus_core *core); 143 irqreturn_t (*isr_thread)(struct venus_core *core); [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-alsa.c | 26 #include <sound/core.h> 37 chip->core->name, ##arg); \ 54 struct cx88_core *core; member 117 struct cx88_core *core = chip->core; in _cx88_start_audio_dma() local 124 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma); in _cx88_start_audio_dma() 146 cx_set(MO_PCI_INTMSK, chip->core->pci_irqmask | PCI_INT_AUDINT); in _cx88_start_audio_dma() 156 cx88_sram_channel_dump(chip->core, audio_ch); in _cx88_start_audio_dma() 166 struct cx88_core *core = chip->core; in _cx88_stop_audio_dma() local 208 struct cx88_core *core = chip->core; cx8801_aud_irq() local 245 struct cx88_core *core = chip->core; cx8801_irq() local 634 struct cx88_core *core = chip->core; snd_cx88_volume_get() local 649 struct cx88_core *core = chip->core; snd_cx88_wm8775_volume_put() local 671 struct cx88_core *core = chip->core; snd_cx88_volume_put() local 721 struct cx88_core *core = chip->core; snd_cx88_switch_get() local 732 struct cx88_core *core = chip->core; snd_cx88_switch_put() local 774 struct cx88_core *core = chip->core; snd_cx88_alc_get() local 786 struct cx88_core *core = chip->core; snd_cx88_alc_put() local 852 struct cx88_core *core; snd_cx88_create() local 919 struct cx88_core *core = NULL; cx88_audio_initdev() local [all...] |
H A D | cx88-vp3054-i2c.c | 27 struct cx88_core *core = dev->core; in vp3054_bit_setscl() local 44 struct cx88_core *core = dev->core; in vp3054_bit_setsda() local 61 struct cx88_core *core = dev->core; in vp3054_bit_getscl() local 71 struct cx88_core *core = dev->core; in vp3054_bit_getsda() local 93 struct cx88_core *core = dev->core; in vp3054_i2c_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-alsa.c | 26 #include <sound/core.h> 37 chip->core->name, ##arg); \ 54 struct cx88_core *core; member 116 struct cx88_core *core = chip->core; in _cx88_start_audio_dma() local 123 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma); in _cx88_start_audio_dma() 145 cx_set(MO_PCI_INTMSK, chip->core->pci_irqmask | PCI_INT_AUDINT); in _cx88_start_audio_dma() 155 cx88_sram_channel_dump(chip->core, audio_ch); in _cx88_start_audio_dma() 165 struct cx88_core *core = chip->core; in _cx88_stop_audio_dma() local 207 struct cx88_core *core = chip->core; cx8801_aud_irq() local 244 struct cx88_core *core = chip->core; cx8801_irq() local 633 struct cx88_core *core = chip->core; snd_cx88_volume_get() local 648 struct cx88_core *core = chip->core; snd_cx88_wm8775_volume_put() local 670 struct cx88_core *core = chip->core; snd_cx88_volume_put() local 720 struct cx88_core *core = chip->core; snd_cx88_switch_get() local 731 struct cx88_core *core = chip->core; snd_cx88_switch_put() local 773 struct cx88_core *core = chip->core; snd_cx88_alc_get() local 785 struct cx88_core *core = chip->core; snd_cx88_alc_put() local 851 struct cx88_core *core; snd_cx88_create() local 918 struct cx88_core *core = NULL; cx88_audio_initdev() local [all...] |
H A D | cx88-vp3054-i2c.c | 27 struct cx88_core *core = dev->core; in vp3054_bit_setscl() local 44 struct cx88_core *core = dev->core; in vp3054_bit_setsda() local 61 struct cx88_core *core = dev->core; in vp3054_bit_getscl() local 71 struct cx88_core *core = dev->core; in vp3054_bit_getsda() local 93 struct cx88_core *core = dev->core; in vp3054_i2c_probe() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | card.c | 34 #include <pulsecore/core-util.h> 84 pa_core *core; in pa_card_profile_set_available() local 97 pa_assert_se(core = c->card->core); in pa_card_profile_set_available() 98 pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_CHANGE, c->card->index); in pa_card_profile_set_available() 101 pa_hook_fire(&core->hooks[PA_CORE_HOOK_CARD_PROFILE_AVAILABLE_CHANGED], c); in pa_card_profile_set_available() 145 pa_card *pa_card_new(pa_core *core, pa_card_new_data *data) { in pa_card_new() argument 153 pa_core_assert_ref(core); in pa_card_new() 161 if (!(name = pa_namereg_register(core, data->name, PA_NAMEREG_CARD, c, data->namereg_fail))) { in pa_card_new() 167 pa_hook_fire(&core in pa_card_new() 259 pa_core *core; pa_card_free() local [all...] |
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
H A D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 15 //// [/user/username/projects/sample1/core/tsconfig.json]
18 //// [/user/username/projects/sample1/core/index.ts]
22 {"compilerOptions":{"composite":true,"declaration":true,"outFile":"index.js"},"references":[{"path":"../core","prepend":true}]}
37 Program root files: ["/user/username/projects/sample1/core/index.ts"]
38 Program options: {"composite":true,"declaration":true,"outFile":"/user/username/projects/sample1/core/index.js","watch":true,"configFilePath":"/user/username/projects/sample1/core/tsconfig.json"}
42 /user/username/projects/sample1/core/index.ts
53 /user/username/projects/sample1/core/index.d.ts
63 /user/username/projects/sample1/core/tsconfig.json:
65 /user/username/projects/sample1/core/inde [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 69 dev_name(&dev->core), ps3_result(result)); in ps3_open_hv_device_sb() 351 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 352 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 356 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 357 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 378 dev_name(&dev->core)); in ps3_system_bus_probe() 380 pr_debug(" <- %s:%d: %s\n", __func__, __LINE__, dev_name(&dev->core)); in ps3_system_bus_probe() 398 dev_dbg(&dev->core, "%s:%d %s: no remove method\n", in ps3_system_bus_remove() 399 __func__, __LINE__, drv->core.name); in ps3_system_bus_remove() 401 pr_debug(" <- %s:%d: %s\n", __func__, __LINE__, dev_name(&dev->core)); in ps3_system_bus_remove() [all...] |
/kernel/linux/linux-5.10/drivers/clk/microchip/ |
H A D | clk-pic32mzda.c | 17 #include "clk-core.h" 129 struct pic32_clk_common core; member 142 if (readl(cd->core.iobase) & BIT(2)) in pic32_fscm_nmi() 155 struct pic32_clk_common *core; in pic32mzda_clk_probe() local 164 core = &cd->core; in pic32mzda_clk_probe() 165 core->iobase = of_io_request_and_map(np, 0, of_node_full_name(np)); in pic32mzda_clk_probe() 166 if (IS_ERR(core->iobase)) { in pic32mzda_clk_probe() 168 return PTR_ERR(core->iobase); in pic32mzda_clk_probe() 171 spin_lock_init(&core in pic32mzda_clk_probe() [all...] |
/kernel/linux/linux-6.6/drivers/clk/microchip/ |
H A D | clk-pic32mzda.c | 17 #include "clk-core.h" 129 struct pic32_clk_common core; member 142 if (readl(cd->core.iobase) & BIT(2)) in pic32_fscm_nmi() 155 struct pic32_clk_common *core; in pic32mzda_clk_probe() local 164 core = &cd->core; in pic32mzda_clk_probe() 165 core->iobase = of_io_request_and_map(np, 0, of_node_full_name(np)); in pic32mzda_clk_probe() 166 if (IS_ERR(core->iobase)) { in pic32mzda_clk_probe() 168 return PTR_ERR(core->iobase); in pic32mzda_clk_probe() 171 spin_lock_init(&core in pic32mzda_clk_probe() [all...] |
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | cros_ec_baro.c | 32 struct cros_ec_sensors_core_state core; member 46 mutex_lock(&st->core.cmd_lock); in cros_ec_baro_read() 59 st->core.param.cmd = MOTIONSENSE_CMD_SENSOR_RANGE; in cros_ec_baro_read() 60 st->core.param.sensor_range.data = EC_MOTION_SENSE_NO_VALUE; in cros_ec_baro_read() 62 ret = cros_ec_motion_send_host_cmd(&st->core, 0); in cros_ec_baro_read() 66 *val = st->core.resp->sensor_range.ret; in cros_ec_baro_read() 73 ret = cros_ec_sensors_core_read(&st->core, chan, val, val2, in cros_ec_baro_read() 78 mutex_unlock(&st->core.cmd_lock); in cros_ec_baro_read() 90 mutex_lock(&st->core.cmd_lock); in cros_ec_baro_write() 94 st->core in cros_ec_baro_write() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.c | 56 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) 57 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) 62 perf_evlist__init(&evlist->core); in evlist__init() 63 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__init() 135 list_del_init(&pos->core.node); in evlist__purge() 140 evlist->core.nr_entries = 0; in evlist__purge() 147 perf_evlist__exit(&evlist->core); in evlist__exit() 165 entry->idx = evlist->core.nr_entries; in evlist__add() 168 perf_evlist__add(&evlist->core, &entry->core); in evlist__add() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 350 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 351 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 355 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 356 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 377 dev_name(&dev->core)); in ps3_system_bus_probe() 379 pr_debug(" <- %s:%d: %s\n", __func__, __LINE__, dev_name(&dev->core)); in ps3_system_bus_probe() 398 dev_dbg(&dev->core, "%s:%d %s: no remove method\n", in ps3_system_bus_remove() 399 __func__, __LINE__, drv->core.name); in ps3_system_bus_remove() 401 pr_debug(" <- %s:%d: %s\n", __func__, __LINE__, dev_name(&dev->core)); in ps3_system_bus_remove() 412 dev_dbg(&dev->core, " in ps3_system_bus_shutdown() [all...] |
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | Makefile | 3 # Makefile for the i2c core. 7 obj-$(CONFIG_I2C) += i2c-core.o 8 i2c-core-objs := i2c-core-base.o i2c-core-smbus.o 9 i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o 10 i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o 11 i2c-core [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi.h | 80 /* define core states */ 96 void (*event_notify)(struct venus_core *core, u32 event); 109 int (*core_init)(struct venus_core *core); 110 int (*core_deinit)(struct venus_core *core); 111 int (*core_ping)(struct venus_core *core, u32 cookie); 112 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type); 138 int (*resume)(struct venus_core *core); 139 int (*suspend)(struct venus_core *core); 142 irqreturn_t (*isr)(struct venus_core *core); 143 irqreturn_t (*isr_thread)(struct venus_core *core); [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi4_core.c | 31 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base() argument 33 return core->base + HDMI_CORE_AV; in hdmi_av_base() 36 static int hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init() argument 38 void __iomem *base = core->base; in hdmi_core_ddc_init() 78 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid() argument 81 void __iomem *base = core->base; in hdmi_core_ddc_edid() 160 int hdmi4_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi4_read_edid() argument 167 r = hdmi_core_ddc_init(core); in hdmi4_read_edid() 171 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi4_read_edid() 178 r = hdmi_core_ddc_edid(core, edi in hdmi4_read_edid() 200 hdmi_core_powerdown_disable(struct hdmi_core_data *core) hdmi_core_powerdown_disable() argument 206 hdmi_core_swreset_release(struct hdmi_core_data *core) hdmi_core_swreset_release() argument 212 hdmi_core_swreset_assert(struct hdmi_core_data *core) hdmi_core_swreset_assert() argument 219 hdmi_core_video_config(struct hdmi_core_data *core, struct hdmi_core_video_config *cfg) hdmi_core_video_config() argument 262 hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, struct hdmi_avi_infoframe *frame) hdmi_core_write_avi_infoframe() argument 280 hdmi_core_av_packet_config(struct hdmi_core_data *core, struct hdmi_core_packet_enable_repeat repeat_cfg) hdmi_core_av_packet_config() argument 298 hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct hdmi_config *cfg) hdmi4_configure() argument 352 hdmi4_core_dump(struct hdmi_core_data *core, struct seq_file *s) hdmi4_core_dump() argument 520 hdmi_core_audio_config(struct hdmi_core_data *core, struct hdmi_core_audio_config *cfg) hdmi_core_audio_config() argument 619 hdmi_core_audio_infoframe_cfg(struct hdmi_core_data *core, struct snd_cea_861_aud_if *info_aud) hdmi_core_audio_infoframe_cfg() argument 676 hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct omap_dss_audio *audio, u32 pclk) hdmi4_audio_config() argument 858 hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_start() argument 868 hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_stop() argument 876 hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core) hdmi4_core_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi4_core.c | 31 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base() argument 33 return core->base + HDMI_CORE_AV; in hdmi_av_base() 36 static int hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init() argument 38 void __iomem *base = core->base; in hdmi_core_ddc_init() 78 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid() argument 81 void __iomem *base = core->base; in hdmi_core_ddc_edid() 160 int hdmi4_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi4_read_edid() argument 167 r = hdmi_core_ddc_init(core); in hdmi4_read_edid() 171 r = hdmi_core_ddc_edid(core, edid, 0); in hdmi4_read_edid() 178 r = hdmi_core_ddc_edid(core, edi in hdmi4_read_edid() 200 hdmi_core_powerdown_disable(struct hdmi_core_data *core) hdmi_core_powerdown_disable() argument 206 hdmi_core_swreset_release(struct hdmi_core_data *core) hdmi_core_swreset_release() argument 212 hdmi_core_swreset_assert(struct hdmi_core_data *core) hdmi_core_swreset_assert() argument 219 hdmi_core_video_config(struct hdmi_core_data *core, struct hdmi_core_video_config *cfg) hdmi_core_video_config() argument 262 hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, struct hdmi_avi_infoframe *frame) hdmi_core_write_avi_infoframe() argument 280 hdmi_core_av_packet_config(struct hdmi_core_data *core, struct hdmi_core_packet_enable_repeat repeat_cfg) hdmi_core_av_packet_config() argument 298 hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct hdmi_config *cfg) hdmi4_configure() argument 352 hdmi4_core_dump(struct hdmi_core_data *core, struct seq_file *s) hdmi4_core_dump() argument 520 hdmi_core_audio_config(struct hdmi_core_data *core, struct hdmi_core_audio_config *cfg) hdmi_core_audio_config() argument 619 hdmi_core_audio_infoframe_cfg(struct hdmi_core_data *core, struct snd_cea_861_aud_if *info_aud) hdmi_core_audio_infoframe_cfg() argument 676 hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, struct omap_dss_audio *audio, u32 pclk) hdmi4_audio_config() argument 858 hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_start() argument 868 hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp) hdmi4_audio_stop() argument 876 hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core) hdmi4_core_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | Makefile | 6 88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o 37 arizona-objs := arizona-core.o arizona-irq.o 57 obj-$(CONFIG_MFD_WM8400) += wm8400-core.o 58 wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o 63 wm8350-objs := wm8350-core.o wm8350-regmap.o wm8350-gpio.o 67 wm8994-objs := wm8994-core.o wm8994-irq.o wm8994-regmap.o 69 obj-$(CONFIG_MFD_WM97xx) += wm97xx-core.o 71 madera-objs := madera-core.o 99 obj-$(CONFIG_MFD_TPS65912) += tps65912-core.o 102 obj-$(CONFIG_MFD_TPS6594) += tps6594-core [all...] |