/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.h | 3 * HDMI header definition for OMAP4 HDMI core IP 252 int hdmi4_core_ddc_init(struct hdmi_core_data *core); 255 void hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, 257 void hdmi4_core_dump(struct hdmi_core_data *core, struct seq_file *s); 258 int hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core); 260 int hdmi4_core_enable(struct hdmi_core_data *core); 261 void hdmi4_core_disable(struct hdmi_core_data *core); 262 void hdmi4_core_powerdown_disable(struct hdmi_core_data *core); 264 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp); 265 void hdmi4_audio_stop(struct hdmi_core_data *core, struc [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_imx8q.c | 142 int vpu_imx8q_boot_core(struct vpu_core *core) in vpu_imx8q_boot_core() argument 144 csr_writel(core, IMX8Q_CSR_CM0Px_ADDR_OFFSET, core->fw.phys); in vpu_imx8q_boot_core() 145 csr_writel(core, IMX8Q_CSR_CM0Px_CPUWAIT, 0); in vpu_imx8q_boot_core() 149 int vpu_imx8q_get_power_state(struct vpu_core *core) in vpu_imx8q_get_power_state() argument 151 if (csr_readl(core, IMX8Q_CSR_CM0Px_CPUWAIT) == 1) in vpu_imx8q_get_power_state() 156 int vpu_imx8q_on_firmware_loaded(struct vpu_core *core) in vpu_imx8q_on_firmware_loaded() argument 160 p = core->fw.virt; in vpu_imx8q_on_firmware_loaded() 161 p[16] = core->vpu->res->plat_type; in vpu_imx8q_on_firmware_loaded() 162 p[17] = core in vpu_imx8q_on_firmware_loaded() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.h | 3 * HDMI header definition for OMAP4 HDMI core IP 252 int hdmi4_core_ddc_init(struct hdmi_core_data *core); 255 void hdmi4_configure(struct hdmi_core_data *core, struct hdmi_wp_data *wp, 257 void hdmi4_core_dump(struct hdmi_core_data *core, struct seq_file *s); 258 int hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core); 260 int hdmi4_core_enable(struct hdmi_core_data *core); 261 void hdmi4_core_disable(struct hdmi_core_data *core); 262 void hdmi4_core_powerdown_disable(struct hdmi_core_data *core); 264 int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp); 265 void hdmi4_audio_stop(struct hdmi_core_data *core, struc [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | perf-time-to-tsc.c | 102 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__perf_time_to_tsc() 110 evsel->core.attr.comm = 1; in test__perf_time_to_tsc() 111 evsel->core.attr.disabled = 1; in test__perf_time_to_tsc() 112 evsel->core.attr.enable_on_exec = 0; in test__perf_time_to_tsc() 126 pc = evlist->mmap[0].core.base; in test__perf_time_to_tsc() 148 for (i = 0; i < evlist->core.nr_mmaps; i++) { in test__perf_time_to_tsc() 150 if (perf_mmap__read_init(&md->core) < 0) in test__perf_time_to_tsc() 153 while ((event = perf_mmap__read_event(&md->core)) != NULL) { in test__perf_time_to_tsc() 172 perf_mmap__consume(&md->core); in test__perf_time_to_tsc() 174 perf_mmap__read_done(&md->core); in test__perf_time_to_tsc() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-subscribe.c | 31 #include "core-subscribe.h" 41 pa_core *core; member 52 pa_core *core; member 71 s->core = c; in pa_subscription_new() 87 sched_event(s->core); in pa_subscription_free() 92 pa_assert(s->core); in free_subscription() 94 PA_LLIST_REMOVE(pa_subscription, s->core->subscriptions, s); in free_subscription() 100 pa_assert(s->core); in free_event() 103 s->core->subscription_event_last = s->prev; in free_event() 105 PA_LLIST_REMOVE(pa_subscription_event, s->core in free_event() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | vdec.c | 20 #include "core.h" 230 dev_dbg(inst->core->dev, VDBGH "wrong state\n"); in vdec_check_src_change() 570 struct venus_core *core = inst->core; in vdec_pm_get() local 571 struct device *dev = core->dev_dec; in vdec_pm_get() 574 mutex_lock(&core->pm_lock); in vdec_pm_get() 576 mutex_unlock(&core->pm_lock); in vdec_pm_get() 583 struct venus_core *core = inst->core; in vdec_pm_put() local 584 struct device *dev = core in vdec_pm_put() 601 struct venus_core *core = inst->core; vdec_pm_get_put() local 647 struct venus_core *core = inst->core; vdec_output_conf() local 1182 struct venus_core *core = inst->core; vdec_session_release() local 1413 struct venus_core *core = inst->core; vdec_event_notify() local 1513 struct venus_core *core = video_drvdata(file); vdec_open() local 1617 struct venus_core *core; vdec_probe() local 1668 struct venus_core *core = dev_get_drvdata(pdev->dev.parent); vdec_remove() local 1681 struct venus_core *core = dev_get_drvdata(dev); vdec_runtime_suspend() local 1693 struct venus_core *core = dev_get_drvdata(dev); vdec_runtime_resume() local [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cs47l15.c | 17 #include <sound/core.h> 24 #include <linux/mfd/madera/core.h> 42 struct madera_priv core; member 74 struct madera_priv *priv = &cs47l15->core; in cs47l15_adsp_power_ev() 88 ret = madera_set_adsp_clk(&cs47l15->core, w->shift, freq); in cs47l15_adsp_power_ev() 1241 struct madera_priv *priv = &cs47l15->core; in cs47l15_open() 1260 struct madera_priv *priv = &cs47l15->core; in cs47l15_adsp2_irq() 1280 struct madera *madera = cs47l15->core.madera; in cs47l15_component_probe() 1307 wm_adsp2_component_probe(&cs47l15->core.adsp[0], component); in cs47l15_component_probe() 1315 struct madera *madera = cs47l15->core in cs47l15_component_remove() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs47l15.c | 17 #include <sound/core.h> 24 #include <linux/mfd/madera/core.h> 42 struct madera_priv core; member 74 struct madera_priv *priv = &cs47l15->core; in cs47l15_adsp_power_ev() 88 ret = madera_set_adsp_clk(&cs47l15->core, w->shift, freq); in cs47l15_adsp_power_ev() 1245 struct madera_priv *priv = &cs47l15->core; in cs47l15_open() 1264 struct madera_priv *priv = &cs47l15->core; in cs47l15_adsp2_irq() 1284 struct madera *madera = cs47l15->core.madera; in cs47l15_component_probe() 1311 wm_adsp2_component_probe(&cs47l15->core.adsp[0], component); in cs47l15_component_probe() 1319 struct madera *madera = cs47l15->core in cs47l15_component_remove() [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.cc | 177 bool Equal32(uint32_t expected, const RegisterDump* core, const Register& reg) { in Equal32() argument 181 int64_t result_x = core->xreg(reg.GetCode()); in Equal32() 188 uint32_t result_w = core->wreg(reg.GetCode()); in Equal32() 189 return Equal32(expected, core, result_w); in Equal32() 194 const RegisterDump* core, in Equal64() 198 uint64_t result = core->xreg(reg.GetCode()); in Equal64() 199 return Equal64(reference, core, result, option); in Equal64() 204 const RegisterDump* core, in NotEqual64() 207 uint64_t result = core->xreg(reg.GetCode()); in NotEqual64() 208 return NotEqual64(reference, core, resul in NotEqual64() 193 Equal64(uint64_t reference, const RegisterDump* core, const Register& reg, ExpectedResult option) Equal64() argument 203 NotEqual64(uint64_t reference, const RegisterDump* core, const Register& reg) NotEqual64() argument 212 Equal128(uint64_t expected_h, uint64_t expected_l, const RegisterDump* core, const VRegister& vreg) Equal128() argument 225 EqualFP16(Float16 expected, const RegisterDump* core, const VRegister& fpreg) EqualFP16() argument 243 EqualFP32(float expected, const RegisterDump* core, const VRegister& fpreg) EqualFP32() argument 262 EqualFP64(double expected, const RegisterDump* core, const VRegister& fpreg) EqualFP64() argument 270 Equal64(const Register& reg0, const RegisterDump* core, const Register& reg1, ExpectedResult option) Equal64() argument 281 NotEqual64(const Register& reg0, const RegisterDump* core, const Register& reg1) NotEqual64() argument 291 Equal64(uint64_t expected, const RegisterDump* core, const VRegister& vreg) Equal64() argument 358 EqualSVELane(uint64_t expected, const RegisterDump* core, const ZRegister& reg, int lane) EqualSVELane() argument 387 EqualSVELane(uint64_t expected, const RegisterDump* core, const PRegister& reg, int lane) EqualSVELane() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.h | 23 u32 amvdec_read_dos(struct amvdec_core *core, u32 reg); 24 void amvdec_write_dos(struct amvdec_core *core, u32 reg, u32 val); 25 void amvdec_write_dos_bits(struct amvdec_core *core, u32 reg, u32 val); 26 void amvdec_clear_dos_bits(struct amvdec_core *core, u32 reg, u32 val); 27 u32 amvdec_read_parser(struct amvdec_core *core, u32 reg); 28 void amvdec_write_parser(struct amvdec_core *core, u32 reg, u32 val); 73 * amvdec_src_change() - Notify new resolution/DPB size to the core
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.h | 23 u32 amvdec_read_dos(struct amvdec_core *core, u32 reg); 24 void amvdec_write_dos(struct amvdec_core *core, u32 reg, u32 val); 25 void amvdec_write_dos_bits(struct amvdec_core *core, u32 reg, u32 val); 26 void amvdec_clear_dos_bits(struct amvdec_core *core, u32 reg, u32 val); 27 u32 amvdec_read_parser(struct amvdec_core *core, u32 reg); 28 void amvdec_write_parser(struct amvdec_core *core, u32 reg, u32 val); 74 * amvdec_src_change() - Notify new resolution/DPB size to the core
|
/third_party/pulseaudio/src/modules/ |
H A D | module-cli.c | 36 #include <pulsecore/core-util.h> 64 pa_core_exit(m->core, false, 0); in eof_and_exit_cb() 77 if (m->core->running_as_daemon) { in pa__init() 107 io = pa_iochannel_new(m->core->mainloop, fd, fd); in pa__init() 113 io = pa_iochannel_new(m->core->mainloop, STDIN_FILENO, STDOUT_FILENO); in pa__init() 118 m->userdata = pa_cli_new(m->core, io, m); in pa__init()
|
H A D | restart-module.c | 30 #include <pulsecore/core.h> 108 rd->defer_event = m->core->mainloop->defer_new(m->core->mainloop, defer_callback, rd); in pa_restart_module_reinit() 109 m->core->mainloop->defer_enable(rd->defer_event, 1); in pa_restart_module_reinit() 119 rd->module->core->mainloop->defer_enable(rd->defer_event, 0); in pa_restart_free() 120 rd->module->core->mainloop->defer_free(rd->defer_event); in pa_restart_free() 125 rd->module->core->mainloop->time_free(rd->time_event); in pa_restart_free()
|
H A D | module-devd-detect.c | 32 #include <pulsecore/core-util.h> 46 pa_core *core; member 64 pa_module_load(&m, u->core, "module-oss", args); in line_callback() 79 pa_module_unload_request_by_index(u->core, modidx, true); in line_callback() 94 u->core = m->core; in pa__init() 110 pa_assert_se(u->io = pa_iochannel_new(m->core->mainloop, fd, -1)); in pa__init()
|
H A D | module-switch-on-port-available.c | 25 #include <pulsecore/core.h> 26 #include <pulsecore/core-util.h> 411 static void handle_all_unavailable(pa_core *core) { in handle_all_unavailable() argument 415 PA_IDXSET_FOREACH(card, core->cards, state) { in handle_all_unavailable() 421 port_available_hook_callback(core, port, NULL); in handle_all_unavailable() 470 static pa_hook_result_t card_put_hook_callback(pa_core *core, pa_card *card, struct userdata *u) { in card_put_hook_callback() argument 476 static pa_hook_result_t card_unlink_hook_callback(pa_core *core, pa_card *card, struct userdata *u) { in card_unlink_hook_callback() argument 554 static pa_hook_result_t card_profile_changed_callback(pa_core *core, pa_card *card, struct userdata *u) { in card_profile_changed_callback() argument 575 static pa_hook_result_t source_port_changed_callback(pa_core *core, pa_source *source, void *userdata) { in source_port_changed_callback() argument 584 static pa_hook_result_t sink_port_changed_callback(pa_core *core, pa_sin argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 163 /* invalid core flags, use the saved coreflags */ 382 * Even checking an sbconfig register read will not false trigger when the core 598 struct bcma_device *core = wlc_hw->d11core; in brcms_b_update_slot_timing() local 602 bcma_write16(core, D11REGOFFS(ifs_slot), 0x0207); in brcms_b_update_slot_timing() 606 bcma_write16(core, D11REGOFFS(ifs_slot), 0x0212); in brcms_b_update_slot_timing() 683 struct bcma_device *core = wlc_hw->d11core; in brcms_c_write_inits() local 696 bcma_write16(core, offset, value); in brcms_c_write_inits() 698 bcma_write32(core, offset, value); in brcms_c_write_inits() 739 "%s: wl%d: unsupported phy in core rev %d\n", in brcms_c_ucode_bsinit() 752 struct bcma_device *core in brcms_b_core_ioctl() local 1024 struct bcma_device *core; brcms_b_txstatus() local 1498 struct bcma_device *core = wlc_hw->d11core; brcms_b_set_addrmatch() local 1521 struct bcma_device *core = wlc_hw->d11core; brcms_b_write_template_ram() local 2074 struct bcma_device *core = wlc_hw->d11core; brcms_b_corerev_fifofixup() local 2134 struct bcma_device *core = wlc_hw->d11core; brcms_b_switch_macfreq() local 2251 struct bcma_device *core = wlc_hw->d11core; brcms_ucode_write() local 2326 struct bcma_device *core = wlc_hw->d11core; brcms_b_fifoerrors() local 2530 struct bcma_device *core = wlc_hw->d11core; wlc_intstatus() local 2633 struct bcma_device *core = wlc_hw->d11core; brcms_c_suspend_mac_and_wait() local 2701 struct bcma_device *core = wlc_hw->d11core; brcms_c_enable_mac() local 2744 struct bcma_device *core = wlc_hw->d11core; brcms_b_validate_chip_access() local 2805 struct bcma_device *core = wlc_hw->d11core; brcms_b_core_phypll_ctl() local 2906 struct bcma_device *core = wlc_hw->d11core; brcms_b_read_objmem() local 2921 struct bcma_device *core = wlc_hw->d11core; brcms_b_write_objmem() local 3168 struct bcma_device *core = wlc_hw->d11core; brcms_b_coreinit() local 4383 brcms_b_attach(struct brcms_c_info *wlc, struct bcma_device *core, uint unit, bool piomode) brcms_b_attach() argument 5589 brcms_c_chipmatch_pci(struct bcma_device *core) brcms_c_chipmatch_pci() argument 5613 brcms_c_chipmatch_soc(struct bcma_device *core) brcms_c_chipmatch_soc() argument 5624 brcms_c_chipmatch(struct bcma_device *core) brcms_c_chipmatch() argument 5840 struct bcma_device *core = wlc->hw->d11core; mac80211_wlc_set_nrate() local 6954 struct bcma_device *core = wlc_hw->d11core; brcms_b_read_tsf() local 7294 struct bcma_device *core = wlc_hw->d11core; brcms_c_update_beacon_hw() local 7714 struct bcma_device *core = wlc_hw->d11core; brcms_c_dpc() local 7799 struct bcma_device *core = wlc->hw->d11core; brcms_c_init() local 7900 brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit, bool piomode, uint *perr) brcms_c_attach() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 163 /* invalid core flags, use the saved coreflags */ 382 * Even checking an sbconfig register read will not false trigger when the core 598 struct bcma_device *core = wlc_hw->d11core; in brcms_b_update_slot_timing() local 602 bcma_write16(core, D11REGOFFS(ifs_slot), 0x0207); in brcms_b_update_slot_timing() 606 bcma_write16(core, D11REGOFFS(ifs_slot), 0x0212); in brcms_b_update_slot_timing() 683 struct bcma_device *core = wlc_hw->d11core; in brcms_c_write_inits() local 696 bcma_write16(core, offset, value); in brcms_c_write_inits() 698 bcma_write32(core, offset, value); in brcms_c_write_inits() 739 "%s: wl%d: unsupported phy in core rev %d\n", in brcms_c_ucode_bsinit() 752 struct bcma_device *core in brcms_b_core_ioctl() local 1024 struct bcma_device *core; brcms_b_txstatus() local 1498 struct bcma_device *core = wlc_hw->d11core; brcms_b_set_addrmatch() local 1521 struct bcma_device *core = wlc_hw->d11core; brcms_b_write_template_ram() local 2074 struct bcma_device *core = wlc_hw->d11core; brcms_b_corerev_fifofixup() local 2134 struct bcma_device *core = wlc_hw->d11core; brcms_b_switch_macfreq() local 2251 struct bcma_device *core = wlc_hw->d11core; brcms_ucode_write() local 2326 struct bcma_device *core = wlc_hw->d11core; brcms_b_fifoerrors() local 2530 struct bcma_device *core = wlc_hw->d11core; wlc_intstatus() local 2633 struct bcma_device *core = wlc_hw->d11core; brcms_c_suspend_mac_and_wait() local 2701 struct bcma_device *core = wlc_hw->d11core; brcms_c_enable_mac() local 2744 struct bcma_device *core = wlc_hw->d11core; brcms_b_validate_chip_access() local 2805 struct bcma_device *core = wlc_hw->d11core; brcms_b_core_phypll_ctl() local 2906 struct bcma_device *core = wlc_hw->d11core; brcms_b_read_objmem() local 2921 struct bcma_device *core = wlc_hw->d11core; brcms_b_write_objmem() local 3166 struct bcma_device *core = wlc_hw->d11core; brcms_b_coreinit() local 4381 brcms_b_attach(struct brcms_c_info *wlc, struct bcma_device *core, uint unit, bool piomode) brcms_b_attach() argument 5587 brcms_c_chipmatch_pci(struct bcma_device *core) brcms_c_chipmatch_pci() argument 5611 brcms_c_chipmatch_soc(struct bcma_device *core) brcms_c_chipmatch_soc() argument 5622 brcms_c_chipmatch(struct bcma_device *core) brcms_c_chipmatch() argument 5838 struct bcma_device *core = wlc->hw->d11core; mac80211_wlc_set_nrate() local 6953 struct bcma_device *core = wlc_hw->d11core; brcms_b_read_tsf() local 7293 struct bcma_device *core = wlc_hw->d11core; brcms_c_update_beacon_hw() local 7713 struct bcma_device *core = wlc_hw->d11core; brcms_c_dpc() local 7798 struct bcma_device *core = wlc->hw->d11core; brcms_c_init() local 7899 brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit, bool piomode, uint *perr) brcms_c_attach() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.h | 55 struct perf_evlist core; member 82 int pos; /* index at evlist core object to check signals */ 234 return list_empty(&evlist->core.entries); in evlist__empty() 239 struct perf_evsel *evsel = perf_evlist__first(&evlist->core); in evlist__first() 241 return container_of(evsel, struct evsel, core); in evlist__first() 246 struct perf_evsel *evsel = perf_evlist__last(&evlist->core); in evlist__last() 248 return container_of(evsel, struct evsel, core); in evlist__last() 253 return perf_evlist__nr_groups(&evlist->core); in evlist__nr_groups() 268 list_for_each_entry(evsel, list, core.node) 276 __evlist__for_each_entry(&(evlist)->core [all...] |
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-bonjour-publish.c | 40 #include <pulsecore/core-util.h> 75 pa_core *core; member 217 txt_record_server_data(s->userdata->core, &txt); in publish_service() 375 txt_record_server_data(u->core, &txt); in publish_main_service() 408 for (sink = PA_SINK(pa_idxset_first(u->core->sinks, &idx)); sink; sink = PA_SINK(pa_idxset_next(u->core->sinks, &idx))) in publish_all_services() 412 for (source = PA_SOURCE(pa_idxset_first(u->core->sources, &idx)); source; source = PA_SOURCE(pa_idxset_next(u->core->sources, &idx))) in publish_all_services() 446 u->core = m->core; in pa__init() [all...] |
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | bcma_private.h | 24 bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, 26 void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core); 72 bcma_err(cc->core->bus, "Parallel flash not supported\n"); in bcma_pflash_init() 84 bcma_err(cc->core->bus, "Serial flash not supported\n"); in bcma_sflash_init() 96 bcma_err(cc->core->bus, "NAND flash not supported\n"); in bcma_nflash_init() 131 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_early_init() 136 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_init() 148 WARN_ON(pcie2->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pcie2_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | corec37d.c | 22 #include "core.h" 34 corec37d_wndw_owner(struct nv50_core *core) in corec37d_wndw_owner() argument 36 struct nvif_push *push = core->chan.push; in corec37d_wndw_owner() 52 corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in corec37d_update() argument 54 struct nvif_push *push = core->chan.push; in corec37d_update() 128 corec37d_init(struct nv50_core *core) in corec37d_init() argument 130 struct nvif_push *push = core->chan.push; in corec37d_init() 137 PUSH_MTHD(push, NVC37D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in corec37d_init() 156 core->assign_windows = true; in corec37d_init()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | drbg.h | 142 const struct drbg_core *core; member 148 if (drbg && drbg->core) in drbg_statelen() 149 return drbg->core->statelen; in drbg_statelen() 155 if (drbg && drbg->core) in drbg_blocklen() 156 return drbg->core->blocklen_bytes; in drbg_blocklen() 162 if (drbg && drbg->core) in drbg_keylen() 163 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | drbg.h | 143 const struct drbg_core *core; member 149 if (drbg && drbg->core) in drbg_statelen() 150 return drbg->core->statelen; in drbg_statelen() 156 if (drbg && drbg->core) in drbg_blocklen() 157 return drbg->core->blocklen_bytes; in drbg_blocklen() 163 if (drbg && drbg->core) in drbg_keylen() 164 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | bcma_private.h | 24 bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, 26 void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core); 72 bcma_err(cc->core->bus, "Parallel flash not supported\n"); in bcma_pflash_init() 84 bcma_err(cc->core->bus, "Serial flash not supported\n"); in bcma_sflash_init() 96 bcma_err(cc->core->bus, "NAND flash not supported\n"); in bcma_nflash_init() 131 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_early_init() 136 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_init() 148 WARN_ON(pcie2->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pcie2_init()
|
/kernel/linux/linux-6.6/drivers/dma/dw-edma/ |
H A D | dw-edma-core.h | 4 * Synopsys DesignWare eDMA core driver 115 const struct dw_edma_core_ops *core; member 169 dw->core->off(dw); in dw_edma_core_off() 175 return dw->core->ch_count(dw, dir); in dw_edma_core_ch_count() 181 return chan->dw->core->ch_status(chan); in dw_edma_core_ch_status() 188 return dw_irq->dw->core->handle_int(dw_irq, dir, done, abort); in dw_edma_core_handle_int() 194 dw->core->start(chunk, first); in dw_edma_core_start() 200 chan->dw->core->ch_config(chan); in dw_edma_core_ch_config() 206 dw->core->debugfs_on(dw); in dw_edma_core_debugfs_on()
|