Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.c179 struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table, in pp_atomfwctrl_lookup_gpio_pin()
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()
178 pp_atomfwctrl_lookup_gpio_pin( struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table, const uint32_t pin_id, struct pp_atomfwctrl_gpio_pin_assignment *gpio_pin_assignment) pp_atomfwctrl_lookup_gpio_pin() argument
H A Dppatomctrl.c570 ATOM_GPIO_PIN_LUT * gpio_lookup_table, in atomctrl_lookup_gpio_pin()
574 unsigned int size = le16_to_cpu(gpio_lookup_table->sHeader.usStructureSize); in atomctrl_lookup_gpio_pin()
576 uint8_t *start = (uint8_t *)gpio_lookup_table; in atomctrl_lookup_gpio_pin()
628 ATOM_GPIO_PIN_LUT *gpio_lookup_table = in atomctrl_get_pp_assign_pin() local
631 PP_ASSERT_WITH_CODE((NULL != gpio_lookup_table), in atomctrl_get_pp_assign_pin()
634 bRet = atomctrl_lookup_gpio_pin(gpio_lookup_table, pinId, in atomctrl_get_pp_assign_pin()
569 atomctrl_lookup_gpio_pin( ATOM_GPIO_PIN_LUT * gpio_lookup_table, const uint32_t pinId, pp_atomctrl_gpio_pin_assignment *gpio_pin_assignment) atomctrl_lookup_gpio_pin() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.c179 struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table, in pp_atomfwctrl_lookup_gpio_pin()
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()
178 pp_atomfwctrl_lookup_gpio_pin( struct atom_gpio_pin_lut_v2_1 *gpio_lookup_table, const uint32_t pin_id, struct pp_atomfwctrl_gpio_pin_assignment *gpio_pin_assignment) pp_atomfwctrl_lookup_gpio_pin() argument
H A Dppatomctrl.c609 ATOM_GPIO_PIN_LUT * gpio_lookup_table, in atomctrl_lookup_gpio_pin()
613 unsigned int size = le16_to_cpu(gpio_lookup_table->sHeader.usStructureSize); in atomctrl_lookup_gpio_pin()
615 uint8_t *start = (uint8_t *)gpio_lookup_table; in atomctrl_lookup_gpio_pin()
667 ATOM_GPIO_PIN_LUT *gpio_lookup_table = in atomctrl_get_pp_assign_pin() local
670 PP_ASSERT_WITH_CODE((NULL != gpio_lookup_table), in atomctrl_get_pp_assign_pin()
673 bRet = atomctrl_lookup_gpio_pin(gpio_lookup_table, pinId, in atomctrl_get_pp_assign_pin()
608 atomctrl_lookup_gpio_pin( ATOM_GPIO_PIN_LUT * gpio_lookup_table, const uint32_t pinId, pp_atomctrl_gpio_pin_assignment *gpio_pin_assignment) atomctrl_lookup_gpio_pin() argument

Completed in 7 milliseconds