Searched refs:funcs (Results 1 – 9 of 9) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/panel/ |
| A D | hpm_panel.c | 75 if (panel->funcs.reset) in hpm_panel_reset() 76 panel->funcs.reset(panel); in hpm_panel_reset() 81 if (panel->funcs.init) in hpm_panel_init() 82 panel->funcs.init(panel); in hpm_panel_init() 87 if (panel->funcs.power_on) in hpm_panel_power_on() 88 panel->funcs.power_on(panel); in hpm_panel_power_on() 93 if (panel->funcs.power_off) in hpm_panel_power_off() 94 panel->funcs.power_off(panel); in hpm_panel_power_off()
|
| A D | hpm_panel.h | 92 hpm_panel_funcs_t funcs; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | core.c | 1131 int32_t funcs; in mmc_card_save() local 1146 (void)funcs; in mmc_card_save() 1187 int32_t funcs; in mmc_card_restore() local 1234 funcs = (card->ocr.ocr >> 28) & 0x7; in mmc_card_restore() 1236 SD_LOGD("Number of I/O Functions: %02lx\n", HAL_PR_SZ_L(funcs)); in mmc_card_restore() 1242 for (i = 0; i < funcs; i++, card->sdio_funcs++) { in mmc_card_restore() 1259 for (i = 0; i < funcs; i++) { in mmc_card_restore() 1265 (void)funcs; in mmc_card_restore()
|
| A D | sdio.c | 2032 int32_t funcs; in mmc_attach_sdio() local 2062 funcs = (card->ocr.ocr >> 28) & 0x7; in mmc_attach_sdio() 2064 SD_LOGD("Number of I/O Functions: %02lx\n", HAL_PR_SZ_L(funcs)); in mmc_attach_sdio() 2074 for (i = 0; i < funcs; i++, card->sdio_funcs++) { in mmc_attach_sdio() 2097 for (i = 0; i < funcs; i++) { in mmc_attach_sdio() 2103 (void)funcs; in mmc_attach_sdio()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/panel/panels/ |
| A D | tm070rdh13.c | 66 .funcs = {
|
| A D | tm103xdgp01.c | 102 .funcs = {
|
| A D | cc10128007.c | 132 .funcs = {
|
| A D | mc10128007_31b.c | 347 .funcs = {
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_plug.c | 431 …static int (*const funcs[])(snd_pcm_t *_pcm, snd_pcm_t **new, snd_pcm_plug_params_t *s, snd_pcm_pl… in snd_pcm_plug_insert_plugins() local 449 if (k >= sizeof(funcs)/sizeof(*funcs)) { in snd_pcm_plug_insert_plugins() 456 err = funcs[k](pcm, &new, client, &p); in snd_pcm_plug_insert_plugins()
|
Completed in 21 milliseconds