Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Disdn.h430 } isdn_driver_t; typedef
454 isdn_driver_t *drv[ISDN_MAX_DRIVERS]; /* Array of drivers */
/linux-4.19.296/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()
1830 isdn_driver_t *this = dev->drv[di]; in isdn_map_eaz2msn()
2048 isdn_add_channels(isdn_driver_t *d, int drvidx, int n, int adding) in isdn_add_channels()
2207 isdn_driver_t *d; in register_isdn()
2221 if (!(d = kzalloc(sizeof(isdn_driver_t), GFP_KERNEL))) { in register_isdn()