Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomfwctrl.c179 struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table, in pp_atomfwctrl_lookup_gpio_pin() argument
184 gpio_lookup_table->table_header.structuresize); in pp_atomfwctrl_lookup_gpio_pin()
187 unsigned long start = (unsigned long)gpio_lookup_table; in pp_atomfwctrl_lookup_gpio_pin()
213 struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table = in pp_atomfwctrl_get_pp_assign_pin() local
217 PP_ASSERT_WITH_CODE(gpio_lookup_table, in pp_atomfwctrl_get_pp_assign_pin()
221 ret = pp_atomfwctrl_lookup_gpio_pin(gpio_lookup_table, in pp_atomfwctrl_get_pp_assign_pin()
H A Dppatomctrl.c571 ATOM_GPIO_PIN_LUT * gpio_lookup_table, in atomctrl_lookup_gpio_pin() argument
575 unsigned int size = le16_to_cpu(gpio_lookup_table->sHeader.usStructureSize); in atomctrl_lookup_gpio_pin()
577 uint8_t *start = (uint8_t *)gpio_lookup_table; in atomctrl_lookup_gpio_pin()
629 ATOM_GPIO_PIN_LUT *gpio_lookup_table = in atomctrl_get_pp_assign_pin() local
632 PP_ASSERT_WITH_CODE((NULL != gpio_lookup_table), in atomctrl_get_pp_assign_pin()
635 bRet = atomctrl_lookup_gpio_pin(gpio_lookup_table, pinId, in atomctrl_get_pp_assign_pin()