/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | dln2-adc.c | 602 struct device *dev = &pdev->dev; in dln2_adc_probe() 610 dev_err(dev, "failed allocating iio device\n"); in dln2_adc_probe() 681 dev_err(dev, "failed to register iio device: %d\n", ret); in dln2_adc_probe()
|
H A D | ti-ads7950.c | 18 #include <linux/device.h> 86 * [5] Powers down device 97 * [7] GPIO 2 as device range input 98 * [8] GPIO 3 as device power down input 629 dev_err(&spi->dev, "Failed to register iio device\n"); in ti_ads7950_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | max20730.c | 663 struct device *dev = &client->dev; in max20730_probe()
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-smbus.c | 13 #include <linux/device.h> 88 * @client: Handle to slave device 91 * else the byte received from the device. 107 * @client: Handle to slave device 122 * @client: Handle to slave device 126 * else a data byte received from the device. 142 * @client: Handle to slave device 162 * @client: Handle to slave device 166 * else a 16-bit unsigned "word" received from the device. 182 * @client: Handle to slave device [all...] |
/kernel/linux/linux-5.10/drivers/iio/gyro/ |
H A D | adxrs290.c | 12 #include <linux/device.h>
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-stm32f4.c | 115 * @dev: device for this controller 125 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | siimage.c | 48 * pdev_is_sata - check if device is SATA 49 * @pdev: PCI device to check 57 switch (pdev->device) { in pdev_is_sata() 187 * @drive: IDE device 189 * Compute the available UDMA speeds for the device on the interface. 235 * Load the timing settings for this device mode into the 431 * @drive: IDE device being reset 446 * init_chipset_siimage - set up an SI device 447 * @dev: PCI device 449 * Perform the initial PCI set up for this device [all...] |
/kernel/linux/linux-5.10/drivers/iio/frequency/ |
H A D | adf4371.c | 9 #include <linux/device.h> 162 * Lock for accessing device registers. Some operations require 163 * multiple consecutive R/W operations, during which the device
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | rndis_host.c | 42 * RNDIS notifications from device: command completion; "reverse" 61 struct device *udev = &info->control->dev; in rndis_msg_indicate() 200 /* device probably issued a protocol stall; ignore */ in rndis_command() 353 /* it might not even be an RNDIS device!! */ in generic_rndis_bind() 380 /* module has some device initialization code needs to be done right in generic_rndis_bind() 400 "driver requires wireless physical medium, but device is not\n"); in generic_rndis_bind() 407 "driver requires non-wireless physical medium, but device is wireless.\n"); in generic_rndis_bind() 584 .description = "RNDIS device", 594 .description = "RNDIS device (poll status before control)",
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | main.c | 432 * 2. cancel stuck frames / reset the device if necessary. in p54_work() 558 * The device supports the chosen algorithm, but the in p54_set_key() 675 * TODOs [ancel stuck frames / reset device] in p54_work, it will in p54_flush() 796 int p54_register_common(struct ieee80211_hw *dev, struct device *pdev) in p54_register_common() 803 dev_err(pdev, "Cannot register device (%d).\n", err); in p54_register_common()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/ |
H A D | main.c | 549 struct lbtf_private *lbtf_add_card(void *card, struct device *dmdev, in lbtf_add_card()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mt7615.h | 431 int mt7615_mmio_probe(struct device *pdev, void __iomem *mem_base,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_plx.c | 456 tmd7160 = (pdev->vendor == 0x15e8) && (pdev->device == 0x0131); in prism2_plx_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | ahb.c | 617 struct device *dev = ab->dev; in ath11k_core_get_rproc() 646 dev_err(&pdev->dev, "failed to find matching device tree id\n"); in ath11k_ahb_probe()
|
H A D | core.c | 493 ath11k_err(ab, "could not register thermal device: %d\n", in ath11k_core_pdev_create() 590 ath11k_err(ab, "failed to create new hw device with mac80211 :%d\n", in ath11k_core_start() 825 "device is wedged, will not restart radio %d\n", i); in ath11k_core_restart() 906 struct ath11k_base *ath11k_core_alloc(struct device *dev, size_t priv_size, in ath11k_core_alloc()
|
H A D | htc.c | 78 struct device *dev = htc->ab->dev; in ath11k_htc_send()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | net_failover.c | 355 * Change the associated network device from lower dev to failover dev. 476 /* We want to allow only a direct attached VF device as a primary in net_failover_slave_pre_register() 477 * netdev. As there is no easy way to check for a VF device, restrict in net_failover_slave_pre_register() 478 * this to a pci device. in net_failover_slave_pre_register() 486 netdev_err(failover_dev, "Device %s is VLAN challenged and failover device has VLAN set up\n", in net_failover_slave_pre_register() 530 netdev_err(failover_dev, "Failed to add vlan ids to device %s err:%d\n", in net_failover_slave_register() 700 * The failover netdev acts as a master device and controls 2 slave devices - 708 struct device *dev = standby_dev->dev.parent; in net_failover_create() 728 /* Initialize the device options */ in net_failover_create()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | dp83867.c | 495 struct device *dev = &phydev->mdio.dev; in dp83867_of_init() 836 /* There is a limitation in DP83867 PHY device where SGMII AN is in dp83867_link_change_notify() 837 * only triggered once after the device is booted up. Even after the in dp83867_link_change_notify()
|
H A D | dp83869.c | 496 struct device *dev = &phydev->mdio.dev; in dp83869_of_init()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | cio.c | 19 #include <linux/device.h> 160 * initialize device status information in cio_start_key() 167 case 3: /* device/path not operational */ in cio_start_key() 208 * as device is no longer operational ! in cio_resume() 243 default: /* device not operational */ in cio_halt() 274 default: /* device not operational */ in cio_clear() 330 * Returns 0 if device now idle, -ENODEV for device not operational, 530 * do_cio_interrupt() handles all normal I/O device IRQ's 638 /* At least the console device numbe in cio_get_console_sch_no() [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | con3270.c | 75 * Setup timeout for a device. On timeout trigger an update. 430 /* Console view to a 3270 device. */ 586 .device = con3270_device,
|
H A D | sclp_vt220.c | 467 * characters to the tty device. The characters may come from 556 * This routine is called when a particular tty device is opened. 573 * This routine is called when a particular tty device is closed. 584 * character to the tty device. If the kernel uses this routine, 596 * series of characters to the tty device using put_char(). 876 .device = sclp_vt220_con_device,
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa_cmd.h | 269 u8 lun_count; /* multi-lun device, how many luns */ 326 /* 2 level target device addr */ 418 * bit 0: to device, used to indicate "performant mode" command 419 * from device, indidcates error status. 420 * bit 1-3: to device, indicates block fetch table entry for 452 struct hpsa_scsi_dev_t *device; member
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 525 * Another device was active 774 #define CFWIDEB 0x0020 /* wide bus device */ 943 * Platform specific device information. 946 struct device *dev; 949 * Bus specific device information. 968 * The black hole device responsible for handling requests for 1053 /* Number of enabled target mode device on this card */
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ism_drv.c | 13 #include <linux/device.h>
|