Home
last modified time | relevance | path

Searched refs:channel_exists (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Dstm32l4x5_rcc_internals.h342 bool channel_exists[RCC_NUM_CHANNEL_PLL_OUT]; member
356 .channel_exists = {
371 .channel_exists = {
386 .channel_exists = {
405 pll->channel_exists[i] = PLL_INIT_INFO[id].channel_exists[i]; in set_pll_init_info()
H A Dstm32l4x5_rcc.h178 bool channel_exists[RCC_NUM_CHANNEL_PLL_OUT]; member
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_rcc.c210 if (!pll->channel_exists[i]) { in pll_update()
290 VMSTATE_BOOL_ARRAY(channel_exists, RccPllState, RCC_NUM_CHANNEL_PLL_OUT),
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c457 static inline bool channel_exists(struct allegro_channel *channel) in channel_exists() function
2486 if (channel_exists(channel)) { in allegro_destroy_channel()
2549 if (channel_exists(channel)) { in allegro_create_channel()