/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 2040 struct wireless_dev *lbs_cfg_alloc(struct device *dev) in lbs_cfg_alloc() 2132 pr_err("cannot register wiphy device\n"); in lbs_cfg_register() 2138 pr_err("cannot register network device\n"); in lbs_cfg_register()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 1218 struct device *dev = &rtlpcipriv->dev.pdev->dev; in rtl_get_hwinfo()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | usb.c | 2 * NXP Wireless LAN device driver: USB specific handling 393 /* This function probes an mwifiex device and registers it. It allocates 394 * the card structure, initiates the device registration and initialization 576 /* 'MWIFIEX_IS_SUSPENDED' bit indicates device is suspended. in mwifiex_usb_suspend() 633 /* Indicate device resumed. The netdev queue will be resumed only in mwifiex_usb_resume() 685 static void mwifiex_usb_coredump(struct device *dev) in mwifiex_usb_coredump() 1197 mwifiex_dbg(adapter, ERROR, "%s: device removed\n", __func__); in mwifiex_usb_host_to_card() 1319 /* This function register usb device and initialize parameter. */
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | cosa.c | 34 * COSA can be also a bus-mastering device. 45 * in one of the two modes (character or network device). 80 #include <linux/device.h> 113 /* Character device parts */ 121 /* generic HDLC device parts */ 162 * Character device major number. 117 was allocated for us. 266 /* Network device stuff */ 278 /* Character device */ 613 /*---------- network device ---------- */ 768 /*---------- Character device [all...] |
H A D | sbni.c | 70 /* device private data */ 166 /* Lists of device's parameters */ 307 pdev->device != SBNI_PCI_DEVICE ) in sbni_pci_probe() 371 pr_err("%s: can't detect device irq!\n", dev->name); in sbni_probe1() 450 /* Looking for idle device in the list */ in sbni_start_xmit() 545 /* Lock the master device because we going to change its local data */ in handle_channel() 1230 while( nl->link ) /* it's master device! */ in sbni_close() 1365 netdev_err(dev, "trying to enslave non-active device %s\n", in sbni_ioctl() 1398 if( nl->state & FL_SLAVE ) /* This isn't master or free device */ in enslave() 1421 netdev_notice(dev, "slave device ( in enslave() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1366 struct device *dev = &pdev->dev; in ixp4xx_eth_probe() 1439 /* Inherit the DMA masks from the platform device */ in ixp4xx_eth_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 3 * Driver for Xilinx TEMAC Ethernet device 268 /* setup the dcr address mapping if it's in the device tree */ in temac_dcr_setup() 278 /* no DCR in the device tree, indicate a failure */ in temac_dcr_setup() 1010 /* Convert from device endianness (be32) to cpu in ll_temac_recv() 1247 * SYSFS device attributes 1249 static ssize_t temac_show_llink_regs(struct device *dev, in temac_show_llink_regs() 1378 /* Init network device structure */ in temac_probe() 1429 /* map device registers */ in temac_probe() 1474 * configuration values, so does not belong in device-tree. in temac_probe() 1496 /* no DCR in the device tre in temac_probe() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/tundra/ |
H A D | tsi108_eth.c | 17 * - Get hardware information from platform device. (tie-fei.zang@freescale.com) 33 #include <linux/device.h> 147 /* Structure for a device driver */ 849 * is not hogged by one device. in tsi108_poll() 935 * and then up in rapid succession, as the device could in tsi108_rx_int() 1565 /* Create an ethernet device instance */ in tsi108_init_one() 1632 printk(KERN_ERR "%s: Cannot register net device, aborting.\n", in tsi108_init_one()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_main.c | 59 * The root device for ctcm group devices 61 static struct device *ctcm_root_dev; 283 "irb error %ld on device %s\n", in ctcm_check_irb_error() 289 "An I/O-error occurred on the CTCM device\n"); in ctcm_check_irb_error() 867 * Called from generic network device layer. 979 "%s(%s): device busy - dropped", in ctcmpc_tx() 992 "%s(%s): device error - dropped", in ctcmpc_tx() 1044 * Returns interface statistics of a device. 1118 * Initialize everything of the net device except the name and the 1228 "interrupt device in ctcm_irq_handler() [all...] |
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
H A D | xusb-tegra210.c | 2187 tegra210_xusb_padctl_probe(struct device *dev, in tegra210_xusb_padctl_probe()
|
H A D | xusb-tegra124.c | 1691 tegra124_xusb_padctl_probe(struct device *dev, in tegra124_xusb_padctl_probe()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | core.c | 458 pr_err("peer-to-peer DMA is not supported by non-block device namespaces\n"); in nvmet_p2pmem_ns_enable() 476 * is not. We'll find the actual device to use once we in nvmet_p2pmem_ns_enable() 477 * setup the controller when the port's device is available. in nvmet_p2pmem_ns_enable() 499 struct device *clients[2]; in nvmet_p2pmem_ns_add_p2p()
|
/kernel/linux/linux-5.10/drivers/soc/mediatek/ |
H A D | mtk-pmic-wrap.c | 42 /* macro for device wrapper default value */ 78 /* defines for slave device wrapper registers */ 1065 * which type is used by the detection through device tree. 1072 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 35 struct Scsi_Host *shost = cmd->device->host; in qedi_eh_host_reset()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | moxa.c | 64 * Define the Moxa PCI vendor and device IDs. 820 static int moxa_init_board(struct moxa_board_conf *brd, struct device *dev) in moxa_init_board() 941 dev_err(&pdev->dev, "can't enable pci device\n"); in moxa_pci_probe()
|
H A D | isicom.c | 9 * Loader switched to a misc device 1530 dev_info(&pdev->dev, "ISI PCI Card(Device ID 0x%x)\n", ent->device); in isicom_probe()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | pmac_zilog.c | 1499 * Fixup for the port on Gatwick for which the device-tree has in pmz_init_port() 1501 * fixed up interrupt info, but we use the device-tree directly in pmz_init_port() 1539 * Called upon match with an escc node in the device-tree. 1561 * to work around bugs in ancient Apple device-trees in pmz_attach() 1574 * That one should not be called, macio isn't really a hotswap device, 1627 * with the serial layer later, so we get a proper struct device which 1807 .device = uart_console_device, 1898 "pmac_zilog: Error registering serial device, disabling pmac_zilog.\n" in init_pmz()
|
H A D | sunzilog.c | 1265 .device = uart_console_device,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_ncm.c | 17 #include <linux/device.h> 863 /* device either stalls (value < 0) or reports success */ in ncm_setup() 1389 * net device is opened or closed.
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | configfs.c | 5 #include <linux/device.h>
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.c | 1837 struct device *dev = &pdev->dev; in r8a66597_probe()
|
H A D | s3c2410_udc.c | 5 * Samsung S3C24xx series on-chip full speed USB device controllers 1566 /* device/ep0 records init */ in s3c2410_udc_reinit() 1731 * probe - binds to the platform device 1736 struct device *dev = &pdev->dev; in s3c2410_udc_probe() 1750 udc_clock = clk_get(NULL, "usb-device"); in s3c2410_udc_probe()
|
H A D | at91_udc.c | 47 * provides software control over whether the host enumerates the device. 491 DBG("bogus device state\n"); in at91_ep_enable() 630 DBG("invalid device\n"); in at91_ep_queue() 1090 * hardware ... notably for device and endpoint features. in handle_setup() 1128 PACKET("get device status\n"); in handle_setup() 1452 * NOTE: when suspending a VBUS-powered device, the in at91_udc_irq() 1474 * NOTE: for a VBUS-powered device, the gadget driver in at91_udc_irq() 1808 struct device *dev = &pdev->dev; in at91udc_probe()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 263 * Generate a device notification event when the HC sees a transaction with a 268 /* Most of the device notification types should only be used for debug. 286 /* bits 0:7 - maximum number of device slots enabled (NumSlotsEn) */ 295 /* true: device connected */ 325 /* bits 10:13 indicate device speed: 348 /* Bits 20:23 in the Slot Context are the speed for the device */ 365 /* true: warm reset for a USB 3.0 device is done. A "hot" reset puts the port 366 * into an enabled state, and the device into the default state. A "warm" reset 367 * also resets the link, forcing the device through the link training sequence. 378 * - U3 to Resume Wakeup signaling from a device [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | inode.c | 29 #include <linux/device.h> 45 * are two types of files. One type is for the device, implementing ep0. 50 * (by writing configuration and device descriptors). Afterwards it 51 * may serve as a source of device events, used to handle all control 83 /* /dev/gadget/$CHIP represents ep0 and the whole device */ 89 * ep0/device i/o modes and binding to the controller. Driver 90 * must always write descriptors to initialize the device, then 91 * the device becomes UNCONNECTED until enumeration. 104 /* UNBOUND means the driver closed ep0, so the device won't be 1201 * device fro in dev_release() [all...] |