OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcm_desc
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
spm.h
256
struct
pcm_desc
{
struct
274
const struct
pcm_desc
*pcmdesc;
321
void spm_init_event_vector(const struct
pcm_desc
*pcmdesc);
322
void spm_kick_im_to_fetch(const struct
pcm_desc
*pcmdesc);
spm.c
220
void spm_init_event_vector(const struct
pcm_desc
*pcmdesc)
235
void spm_kick_im_to_fetch(const struct
pcm_desc
*pcmdesc)
spm_hotplug.c
176
static const struct
pcm_desc
hotplug_pcm = {
205
const struct
pcm_desc
*pcmdesc = spm_hotplug.pcmdesc;
spm_mcdi.c
208
static const struct
pcm_desc
mcdi_pcm = {
449
const struct
pcm_desc
*pcmdesc = spm_mcdi.pcmdesc;
467
const struct
pcm_desc
*pcmdesc = spm_mcdi.pcmdesc;
spm_suspend.c
197
static const struct
pcm_desc
suspend_pcm_ca7 = {
Completed in 432 milliseconds