aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/isdn/INTERFACE.CAPI
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2009-06-07 05:09:23 -0400
committerDavid S. Miller <davem@davemloft.net>2009-06-08 03:45:50 -0400
commit4e329972052c3649367b91de783f6293b8653cb2 (patch)
treef1da15bbb95353c2b5184e0ef42693112cd9322d /Documentation/isdn/INTERFACE.CAPI
parentf0a4d0e5b5bfd271e6737f7c095994835b70d450 (diff)
isdn: rename capi_ctr_reseted() to capi_ctr_down()
Change the name of the Kernel CAPI exported function capi_ctr_reseted() to something representing its purpose better. Impact: renaming, no functional change Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/isdn/INTERFACE.CAPI')
-rw-r--r--Documentation/isdn/INTERFACE.CAPI4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/isdn/INTERFACE.CAPI b/Documentation/isdn/INTERFACE.CAPI
index 786d619b36e5..463153816162 100644
--- a/Documentation/isdn/INTERFACE.CAPI
+++ b/Documentation/isdn/INTERFACE.CAPI
@@ -45,7 +45,7 @@ From then on, Kernel CAPI may call the registered callback functions for the
45device. 45device.
46 46
47If the device becomes unusable for any reason (shutdown, disconnect ...), the 47If the device becomes unusable for any reason (shutdown, disconnect ...), the
48driver has to call capi_ctr_reseted(). This will prevent further calls to the 48driver has to call capi_ctr_down(). This will prevent further calls to the
49callback functions by Kernel CAPI. 49callback functions by Kernel CAPI.
50 50
51 51
@@ -166,7 +166,7 @@ int detach_capi_ctr(struct capi_ctr *ctrlr)
166 register/unregister a device (controller) with Kernel CAPI 166 register/unregister a device (controller) with Kernel CAPI
167 167
168void capi_ctr_ready(struct capi_ctr *ctrlr) 168void capi_ctr_ready(struct capi_ctr *ctrlr)
169void capi_ctr_reseted(struct capi_ctr *ctrlr) 169void capi_ctr_down(struct capi_ctr *ctrlr)
170 signal controller ready/not ready 170 signal controller ready/not ready
171 171
172void capi_ctr_suspend_output(struct capi_ctr *ctrlr) 172void capi_ctr_suspend_output(struct capi_ctr *ctrlr)