Searched refs:device (Results 25526 - 25550 of 29541) sorted by relevance
1...<<1021102210231024102510261027102810291030>>...1182
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.h | 413 struct device *dma_dev;
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | cdc-phonet.c | 46 * Network device callbacks 262 req->ifr_phonet_autoconf.device = PN_DEV_PC; in usbpn_ioctl() 383 /* Force inactive mode until the network device is brought UP */ in usbpn_probe() 396 dev_dbg(&dev->dev, "USB CDC Phonet device found\n"); in usbpn_probe()
|
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defza.h | 430 u32 mop_type; /* MOP device type */ 665 struct device *bdev; /* pointer to the bus device */ 666 const char *name; /* printable device name */ 754 spinlock_t lock; /* for device & private data access */
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_cmd.c | 455 static int sclp_mem_freeze(struct device *dev) in sclp_mem_freeze()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.h | 40 struct device *parent_dev; 68 u8 removed : 1; /* device is marked for death */ 69 u8 was_removed : 1; /* device actually removed */ 79 u16 queue_depth; /* max queue_depth for this device */ 80 atomic_t commands_outstanding; /* track commands sent to device */ 83 * device via "ioaccel" path. 107 * devices in order to honor physical device queue depth limits. 336 * how many times to retry TEST UNIT READY on a device 339 * between sending TURs while waiting for a device
|
H A D | atari_scsi.c | 20 * The 5380 device is one of several that all share the DMA chip. Hence 524 if (cmd->device->type == TYPE_TAPE && !(cmd->cmnd[1] & 1)) in falcon_classify_cmd()
|
H A D | esp_scsi.h | 339 * device we will try to negotiate the following parameters. 432 struct device *dev; 545 * it's device probe routine: 551 * to the device object pointer. 565 * 10) Perform any actions necessary before the ESP device can
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | vfio_ccw_drv.c | 3 * VFIO based Physical Subchannel device driver 15 #include <linux/device.h>
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 40 #include <linux/device.h> 415 #define CSIO_HWF_DEVID_CACHED 0X00000040 /* PCI vendor & device 457 struct pci_dev *pdev; /* PCI device */ 522 uint32_t dev_num; /* device number */
|
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
H A D | phy-qcom-ipq806x-usb.c | 116 struct device *dev; 527 /* Parse device node to probe HSIO settings */ in qcom_ipq806x_usb_phy_probe()
|
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed.c | 445 struct device *parent; in aspeed_pinctrl_probe()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-as3722.c | 78 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pcie-designware.h | 263 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/phy/broadcom/ |
H A D | phy-bcm-ns2-usbdrd.c | 293 struct device *dev = &pdev->dev; in ns2_drd_phy_probe() 344 dev_err(dev, "failed to allocate extcon device\n"); in ns2_drd_phy_probe() 350 dev_err(dev, "failed to register extcon device\n"); in ns2_drd_phy_probe() 413 dev_info(dev, "Registered NS2 DRD Phy device\n"); in ns2_drd_phy_probe()
|
/kernel/linux/linux-5.10/drivers/phy/freescale/ |
H A D | phy-fsl-imx8-mipi-dphy.c | 433 struct device *dev = &pdev->dev; in mixel_dphy_probe()
|
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/ |
H A D | pinctrl-nsp-mux.c | 103 * @dev: pointer to device 116 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | main.c | 430 pr_err("Cannot register device (%d).\n", in cw1200_register_common() 517 struct device *pdev, in cw1200_core_probe() 562 /* TODO: Need to find how to reset device in cw1200_core_probe() 565 pr_err("Timeout waiting on device startup\n"); in cw1200_core_probe() 594 /* Disable device interrupts */ in cw1200_core_release()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore.h | 180 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | nfcsim.c | 7 #include <linux/device.h> 175 * To effectively send data, the device just wake up its link_out which in nfcsim_send_wq() 176 * is the link_in of the peer device. The exchanged skb has already been in nfcsim_send_wq() 405 pr_err("Could not register digital device (%d)\n", rc); in nfcsim_device_new()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-rockchip.h | 311 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/soc/ixp4xx/ |
H A D | ixp4xx-qmgr.c | 378 struct device *dev = &pdev->dev; in ixp4xx_qmgr_probe()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | socinfo.c | 233 static const char *socinfo_machine(struct device *dev, unsigned int id) in socinfo_machine()
|
H A D | smsm.c | 63 * @dev: smsm device pointer 76 struct device *dev; 341 * smsm_parse_ipc() - parses a qcom,ipc-%d device tree property 345 * Parses device tree to acquire the information needed for sending the
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | generic_bandwidth_allocation.c | 9 #include <linux/device.h> 82 * the next device in the list in sdw_compute_slave_ports()
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_disc.c | 205 snic_tgt_dev_release(struct device *dev) in snic_tgt_dev_release()
|
Completed in 40 milliseconds
1...<<1021102210231024102510261027102810291030>>...1182