Lines Matching refs:function
118 - Several function entry points are provided to support overriding and/or
175 Determine supported PMBus functionality. This function is only necessary
218 This function calls the device specific write_byte function if defined.
219 Therefore, it must _not_ be called from that function.
225 This function calls the device specific write_byte function if defined to
226 obtain the chip status. Therefore, it must _not_ be called from that function.
232 This function calls the device specific write_byte function if defined to
233 obtain the chip status. Therefore, it must _not_ be called from that function.
238 Execute probe function. Similar to standard probe function for other drivers,
240 identify function if supported. Must only be called from device probe
241 function.
245 Execute driver remove function. Similar to standard driver remove function.