Searched refs:reset_method (Results 1 – 6 of 6) sorted by relevance
30 if [ ! -f /sys/bus/pci/devices/$bdf/reset_method ]; then36 [[ $(cat /sys/bus/pci/devices/$bdf/reset_method) == "bus" ]]
902 .reset_method = &soc15_asic_reset_method,923 .reset_method = &soc15_asic_reset_method,944 .reset_method = &soc15_asic_reset_method,
666 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member1532 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
1899 enum reset_type reset_method = RESET_TYPE_INVISIBLE; in falcon_b0_test_chip() local1914 ef4_reset_down(efx, reset_method); in falcon_b0_test_chip()1921 rc = falcon_reset_hw(efx, reset_method); in falcon_b0_test_chip()1922 rc2 = ef4_reset_up(efx, reset_method, rc == 0); in falcon_b0_test_chip()
139 What: /sys/bus/pci/devices/.../reset_method147 reset_method is present in sysfs. Reading this file
1570 static DEVICE_ATTR_RW(reset_method);