Lines Matching refs:method
80 * Users should not call this method directly. Normally, this
114 * For example, a probe method for a PCI device driver might look
130 * To include this method in a device driver, use a line like this
131 * in the driver's method list:
163 * The DEVICE_IDENTIFY() method is used by some drivers (e.g. the ISA
165 * child devices, normally by calling the BUS_ADD_CHILD() method of
172 * use this method at all since child devices can be discovered
175 * To include this method in a device driver, use a line like this
176 * in the driver's method list:
182 * @param driver the driver whose identify method is being called
195 * This method should initialise the hardware and allocate other
198 * To include this method in a device driver, use a line like this
199 * in the driver's method list:
230 * To include this method in a device driver, use a line like this
231 * in the driver's method list:
252 * This method allows drivers to detect when the system is being shut down.
256 * To include this method in a device driver, use a line like this
257 * in the driver's method list:
275 * To include this method in a device driver, use a line like this in
276 * the driver's method list:
297 * To include this method in a device driver, use a line like this
298 * in the driver's method list:
323 * To include this method in a device driver, use a line like this
324 * in the driver's method list:
346 * To include this method in a device driver, use a line like this
347 * in the driver's method list:
355 * @retval NULL method not implemented