Lines Matching refs:device
129 MODULE_PARM_DESC(ttymajor, "TTY major device number override: 0=auto assigned");
131 MODULE_PARM_DESC(maxframe, "Maximum frame size used by device (4096 to 65535)");
149 * device specific structures, macros and functions
208 * device instance data structure
214 struct slgt_info *next_device; /* device list link */
254 /* device configuration */
266 u32 max_frame_size; /* as set by device config */
275 /* device status */
315 /* SPPP/Cisco HDLC device parts */
623 /* 1st open on this device, init hardware */
1261 * signal remote device to throttle send data (our receive data)
1282 * signal remote device to stop throttling send data (our receive data)
1335 * @dev: pointer to network device structure
1387 * @dev: pointer to network device structure
1422 * @dev: pointer to network device structure
1485 * @dev: pointer to network device structure
1513 * hdlcdev_ioctl - called by network layer to process IOCTL call to network device
1514 * @dev: pointer to network device structure
1614 * @dev: pointer to network device structure
1635 * hdlcdev_tx_done - called by device driver when transmit completes
1636 * @info: pointer to device instance information
1647 * hdlcdev_rx - called by device driver when frame received
1648 * @info: pointer to device instance information
1686 * hdlcdev_init - called by device driver when adding device instance
1687 * @info: pointer to device instance information
1703 printk(KERN_ERR "%s hdlc device alloc failure\n", info->device_name);
1725 printk(KERN_WARNING "%s:unable to register hdlc device\n",__FILE__);
1735 * hdlcdev_exit - called by device driver when removing device instance
1736 * @info: pointer to device instance information
2266 * dev_id device ID supplied during interrupt registration
3155 * block current process until the device is ready to open
3379 DBGERR(("%s can't map device registers, addr=%08X\n",
3409 /* Add the specified device instance data structure to the
3410 * global linked list of devices and increment the device count.
3441 switch(info->pdev->device) {
3473 * allocate device instance structure, return NULL on failure
3482 DBGERR(("%s device alloc failed adapter=%d port=%d\n",
3502 /* Copy configuration info to device instance data */
3522 if (pdev->device == SYNCLINK_GT2_DEVICE_ID)
3524 else if (pdev->device == SYNCLINK_GT4_DEVICE_ID)
3527 /* allocate device instances for all ports */
3539 /* give copy of port_array to all ports and add to device list */
3588 printk("error enabling pci device %p\n", dev);