Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Disdn.h429 } isdn_driver_t; typedef
453 isdn_driver_t *drv[ISDN_MAX_DRIVERS]; /* Array of drivers */
/linux-4.4.14/drivers/isdn/i4l/
Disdn_common.c69 static int isdn_add_channels(isdn_driver_t *d, int drvidx, int n, int adding);
72 isdn_lock_driver(isdn_driver_t *drv) in isdn_lock_driver()
91 isdn_unlock_driver(isdn_driver_t *drv) in isdn_unlock_driver()
1853 isdn_driver_t *this = dev->drv[di]; in isdn_map_eaz2msn()
2071 isdn_add_channels(isdn_driver_t *d, int drvidx, int n, int adding) in isdn_add_channels()
2228 isdn_driver_t *d; in register_isdn()
2242 if (!(d = kzalloc(sizeof(isdn_driver_t), GFP_KERNEL))) { in register_isdn()