Home
last modified time | relevance | path

Searched refs:isdn_driver_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Disdn.h577 } isdn_driver_t; typedef
601 isdn_driver_t *drv[ISDN_MAX_DRIVERS]; /* Array of drivers */
/linux-2.6.39/drivers/isdn/i4l/
Disdn_common.c70 static int isdn_add_channels(isdn_driver_t *d, int drvidx, int n, int adding);
73 isdn_lock_driver(isdn_driver_t *drv) in isdn_lock_driver()
92 isdn_unlock_driver(isdn_driver_t *drv) in isdn_unlock_driver()
1862 isdn_driver_t *this = dev->drv[di]; in isdn_map_eaz2msn()
2080 isdn_add_channels(isdn_driver_t *d, int drvidx, int n, int adding) in isdn_add_channels()
2237 isdn_driver_t *d; in register_isdn()
2251 if (!(d = kzalloc(sizeof(isdn_driver_t), GFP_KERNEL))) { in register_isdn()