Lines Matching refs:functions
87 a) directly invoking functions supplied by the mid level
90 functions at some point in the future. The LLD will supply
91 implementations of these functions.
95 Those functions in group a) are listed in a section entitled "Mid level
96 supplied functions" below.
98 Those functions in group b) are listed in a section entitled "Interface
99 functions" below. Their function pointers are placed in the members of
101 scsi_host_alloc() ** . Those interface functions that the LLD does not
111 All functions defined within an LLD and all data defined at file scope
118 and scsi_unregister() functions remain to support legacy LLDs that use
242 The scsi_module.c file contains two functions:
247 Note: since these functions are tagged with __init and __exit qualifiers
313 There are 3 reference counting functions of interest associated with
325 were exclusively owned by the mid level. See the access functions declared
333 in parallel by these functions.
359 Mid level supplied functions
361 These functions are supplied by the SCSI mid level for use by LLDs.
362 The names (i.e. entry points) of these functions are exported
365 is initialized. The functions below are listed alphabetically and their
719 Interface functions are supplied (defined) by LLDs and their function
722 Some are mandatory. Interface functions should be declared static. The
726 and so forth for all interface functions listed below.
733 The interface functions are also described in the include/scsi/scsi_host.h
737 The interface functions are listed below in alphabetical order.
949 * user space, should use appropriate kernel functions
1371 LLD interface functions abort() and reset() have been removed.
1382 Addition of the "hotplug initialization model" and many extra functions