Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acp.c255 char auto_dev_name[25]; in get_mfd_cell_dev() local
258 snprintf(auto_dev_name, sizeof(auto_dev_name), in get_mfd_cell_dev()
260 dev = bus_find_device_by_name(&platform_bus_type, NULL, auto_dev_name); in get_mfd_cell_dev()
261 dev_info(dev, "device %s added to pm domain\n", auto_dev_name); in get_mfd_cell_dev()