Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/net/lapb/
Dlapb_iface.c144 int lapb_register(void *token, struct lapb_register_struct *callbacks) in lapb_register() argument
155 lapb->callbacks = *callbacks; in lapb_register()
348 if (lapb->callbacks.connect_confirmation != NULL) in lapb_connect_confirmation()
349 (lapb->callbacks.connect_confirmation)(lapb->token, reason); in lapb_connect_confirmation()
354 if (lapb->callbacks.connect_indication != NULL) in lapb_connect_indication()
355 (lapb->callbacks.connect_indication)(lapb->token, reason); in lapb_connect_indication()
360 if (lapb->callbacks.disconnect_confirmation != NULL) in lapb_disconnect_confirmation()
361 (lapb->callbacks.disconnect_confirmation)(lapb->token, reason); in lapb_disconnect_confirmation()
366 if (lapb->callbacks.disconnect_indication != NULL) in lapb_disconnect_indication()
367 (lapb->callbacks.disconnect_indication)(lapb->token, reason); in lapb_disconnect_indication()
[all …]
/linux-2.4.37.9/Documentation/isdn/
DREADME.concap104 The network interface driver accesses those primitives via callbacks
152 The encapsulation protocol accesses those primitives via callbacks
178 struct concap_device_ops *dops; /* callbacks provided by device */
179 struct concap_proto_ops *pops; /* callbacks provided by us */
195 only by means of the callbacks referred to by the dops pointer.
206 to provide the device specific callbacks
208 struct concap_proto *cprot; /* callbacks provided by protocol */
DINTERFACE13 the fields. All further communication is done via callbacks using
49 invoking the other callbacks.
749 for free channels. The HL driver itself never delivers STAT callbacks for
/linux-2.4.37.9/drivers/isdn/pcbit/
DMakefile10 pcbit-objs := module.o edss1.o drv.o layer2.o capi.o callbacks.o
/linux-2.4.37.9/include/linux/
Dlapb.h47 extern int lapb_register(void *token, struct lapb_register_struct *callbacks);
/linux-2.4.37.9/include/net/
Dlapb.h98 struct lapb_register_struct callbacks; member
/linux-2.4.37.9/Documentation/networking/
Dlapb-module.txt15 callbacks from the module to indicate important state changes, and
109 callbacks, and is used by the device driver in all calls to the LAPB module.
198 These callbacks are functions provided by the device driver for the LAPB
/linux-2.4.37.9/fs/affs/
DChanges133 - One set of dentry callbacks is enough. (BH)
162 - Added dentry callbacks to allow the dcache to
/linux-2.4.37.9/net/802/
Dcl2llc.pre4 * state machines and callbacks for higher networking layers.
24 * Changed callbacks
/linux-2.4.37.9/Documentation/input/
Dinput-programming.txt195 one device. You'll need it in the open and close callbacks.
/linux-2.4.37.9/Documentation/power/
Dpci.txt63 through all of its registered callbacks. This currently takes place only during
/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan.c1316 static struct callbacks { struct
1368 struct callbacks *cback; in keyspan_setup_urbs()
/linux-2.4.37.9/Documentation/
DIPMI.txt172 so be careful using the callbacks. This also allows to you pass in a
Dparport-lowlevel.txt343 This function will register three callbacks into your driver: