Home
last modified time | relevance | path

Searched refs:device (Results 29426 - 29450 of 29989) sorted by relevance

1...<<1171117211731174117511761177117811791180>>...1200

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dcosa.c34 * 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 Dsbni.c70 /* 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 Dixp4xx_eth.c1366 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 Dll_temac_main.c3 * 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 Dtsi108_eth.c17 * - 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 Dctcm_main.c59 * 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 Dxusb-tegra210.c2187 tegra210_xusb_padctl_probe(struct device *dev, in tegra210_xusb_padctl_probe()
H A Dxusb-tegra124.c1691 tegra124_xusb_padctl_probe(struct device *dev, in tegra124_xusb_padctl_probe()
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dcore.c458 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 Dmtk-pmic-wrap.c42 /* 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 Dqedi_iscsi.c35 struct Scsi_Host *shost = cmd->device->host; in qedi_eh_host_reset()
/kernel/linux/linux-5.10/drivers/tty/
H A Dmoxa.c64 * 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 Disicom.c9 * 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 Dpmac_zilog.c1499 * 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 Dsunzilog.c1265 .device = uart_console_device,
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_ncm.c17 #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 Dconfigfs.c5 #include <linux/device.h>
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c1837 struct device *dev = &pdev->dev; in r8a66597_probe()
H A Ds3c2410_udc.c5 * 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 Dat91_udc.c47 * 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()
H A Dgr_udc.c31 #include <linux/device.h>
770 * Stop all device activity and disable data line pullup.
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h263 * 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 Dinode.c29 #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...]
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_host.c101 * observed during device disconnect on AM335x. in musb_h_tx_flush_fifo()
104 * unplug the usb device which is connected to AM335x usb in musb_h_tx_flush_fifo()
107 * I found using a usb-ethernet device and running iperf in musb_h_tx_flush_fifo()
1252 musb_dbg(musb, "TX ep%d device not responding", epnum); in musb_host_tx()
1603 * the problem is that you cannot be sure when the device will send the
1787 * device is not accessible, for example detached or powered in musb_host_rx()
1789 * USB device drivers won't immediately resubmit the same URB. in musb_host_rx()
2086 * full speed device connected to a high speed device. in musb_schedule()
2088 * 4 (8 frame or 8ms) for FS device in musb_schedule()
[all...]
H A Dmusb_gadget.c1163 struct device *dev;
2078 /* USB device controllers that are not OTG compatible

Completed in 77 milliseconds

1...<<1171117211731174117511761177117811791180>>...1200