Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c617 ATOM_GPIO_PIN_LUT * gpio_lookup_table, in atomctrl_lookup_gpio_pin() argument
621 unsigned int size = le16_to_cpu(gpio_lookup_table->sHeader.usStructureSize); in atomctrl_lookup_gpio_pin()
623 uint8_t *start = (uint8_t *)gpio_lookup_table; in atomctrl_lookup_gpio_pin()
675 ATOM_GPIO_PIN_LUT *gpio_lookup_table = in atomctrl_get_pp_assign_pin() local
678 PP_ASSERT_WITH_CODE((NULL != gpio_lookup_table), in atomctrl_get_pp_assign_pin()
681 bRet = atomctrl_lookup_gpio_pin(gpio_lookup_table, pinId, in atomctrl_get_pp_assign_pin()