Lines Matching full:controller
3 to any SD/MMC device attached to the SD compatible pci host controller.
71 Sends SD command to an SD card that is attached to the SD controller.
80 If Slot is not in a valid range for the SD controller, then EFI_INVALID_PARAMETER
101 supported by the host controller.
117 Used to retrieve next slot numbers supported by the SD controller. The function
120 The GetNextSlot() function retrieves the next slot number on an SD controller.
121 If on input Slot is 0xFF, then the slot number of the first slot on the SD controller
125 the slot number of the next slot on the SD controller is returned.
130 If Slot is the slot number of the last slot on the SD controller, then EFI_NOT_FOUND
134 @param[in,out] Slot On input, a pointer to a slot number on the SD controller.
135 On output, a pointer to the next slot number on the SD controller.
137 controller.
139 @retval EFI_SUCCESS The next slot number on the SD controller was returned in Slot.
140 @retval EFI_NOT_FOUND There are no more slots on this SD controller.
153 Used to allocate and build a device path node for an SD card on the SD controller.
158 If the SD card specified by Slot is not present on the SD controller, then EFI_NOT_FOUND
181 @retval EFI_NOT_FOUND The SD card specified by Slot does not exist on the SD controller.
205 card on the SD controller.
207 the SD controller.
224 Resets an SD card that is connected to the SD controller.
228 If this SD controller does not support a device reset operation, EFI_UNSUPPORTED is
231 If Slot is not in a valid slot number for this SD controller, EFI_INVALID_PARAMETER
240 @retval EFI_UNSUPPORTED The SD controller does not support a device reset operation.