/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-debug.h | 32 struct device; 33 void __iwl_err(struct device *dev, enum iwl_err_mode mode, const char *fmt, ...) 35 void __iwl_warn(struct device *dev, const char *fmt, ...) __printf(2, 3); 36 void __iwl_info(struct device *dev, const char *fmt, ...) __printf(2, 3); 37 void __iwl_crit(struct device *dev, const char *fmt, ...) __printf(2, 3); 71 void __iwl_dbg(struct device *dev, 76 __iwl_dbg(struct device *dev, in __iwl_dbg()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | superio.c | 51 * a physical device connected. 117 /* Check to see which device is interrupting */ in superio_interrupt() 137 /* Call the appropriate device's interrupt */ in superio_interrupt() 140 /* set EOI - forces a new interrupt if a lower priority device in superio_interrupt() 147 /* Initialize Super I/O device */ 168 printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n", in superio_init() 342 /* Verify the function number matches the expected device id. */ in superio_fixup_irq() 343 if (expected_device[fn] != pcidev->device) { in superio_fixup_irq() 349 pcidev->vendor, pcidev->device, in superio_fixup_irq() 361 * each legacy device a in superio_fixup_irq() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_privacy_screen.c | 9 #include <linux/device.h> 24 * register a privacy-screen device, which the KMS drivers can then use 28 * KMS drivers using a privacy-screen class device are advised to use the 85 struct device *dev = NULL; in drm_privacy_screen_get_by_name() 103 * @dev: consumer-device for which to get a privacy-screen provider 115 struct drm_privacy_screen *drm_privacy_screen_get(struct device *dev, in drm_privacy_screen_get() 127 * be extended with device-tree / fw_node lookup when support is added in drm_privacy_screen_get() 128 * for device-tree using hardware with a privacy-screen. in drm_privacy_screen_get() 135 * If an entry has a device ID, it must match in drm_privacy_screen_get() 305 static ssize_t sw_state_show(struct device *de [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
H A D | base.c | 153 struct nvkm_bios *bios = subdev->device->bios; in nvkm_iccsense_create_sensor() 154 struct nvkm_i2c *i2c = subdev->device->i2c; in nvkm_iccsense_create_sensor() 219 struct nvkm_bios *bios = subdev->device->bios; in nvkm_iccsense_oneinit() 315 nvkm_iccsense_ctor(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nvkm_iccsense_ctor() argument 318 nvkm_subdev_ctor(&iccsense_func, device, type, inst, &iccsense->subdev); in nvkm_iccsense_ctor() 322 nvkm_iccsense_new_(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nvkm_iccsense_new_() argument 329 nvkm_iccsense_ctor(device, type, inst, *iccsense); in nvkm_iccsense_new_()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-startek-kd070fhfid015.c | 56 struct device *dev = &stk->dsi->dev; in stk_panel_init() 113 struct device *dev = &stk->dsi->dev; in stk_panel_on() 128 struct device *dev = &stk->dsi->dev; in stk_panel_off() 164 struct device *dev = &stk->dsi->dev; in stk_panel_prepare() 264 struct device *dev = &dsi->dev; in dsi_dcs_bl_update_status() 286 struct device *dev = &dsi->dev; in drm_panel_create_dsi_backlight() 311 struct device *dev = &stk->dsi->dev; in stk_panel_add()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max6642.c | 156 static struct max6642_data *max6642_update_device(struct device *dev) in max6642_update_device() 196 static ssize_t temp_max10_show(struct device *dev, in temp_max10_show() 206 static ssize_t temp_max_show(struct device *dev, in temp_max_show() 215 static ssize_t temp_max_store(struct device *dev, in temp_max_store() 236 static ssize_t alarm_show(struct device *dev, struct device_attribute *attr, in alarm_show() 269 struct device *dev = &client->dev; in max6642_probe() 271 struct device *hwmon_dev; in max6642_probe()
|
H A D | mc13783-adc.c | 22 /* platform device id driver data */ 28 struct device *hwmon_dev; 32 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() 40 static int mc13783_adc_read(struct device *dev, in mc13783_adc_read() 66 static ssize_t mc13783_adc_bp_show(struct device *dev, in mc13783_adc_bp_show() 90 static ssize_t mc13783_adc_gp_show(struct device *dev, in mc13783_adc_gp_show() 109 static ssize_t mc13783_adc_uid_show(struct device *dev, in mc13783_adc_uid_show() 131 static ssize_t mc13783_adc_temp_show(struct device *dev, in mc13783_adc_temp_show()
|
H A D | smpro-hwmon.c | 206 static int smpro_read_temp(struct device *dev, u32 attr, int channel, long *val) in smpro_read_temp() 231 static int smpro_read_in(struct device *dev, u32 attr, int channel, long *val) in smpro_read_in() 250 static int smpro_read_curr(struct device *dev, u32 attr, int channel, long *val) in smpro_read_curr() 269 static int smpro_read_power(struct device *dev, u32 attr, int channel, long *val_pwr) in smpro_read_power() 293 static int smpro_read(struct device *dev, enum hwmon_sensor_types type, in smpro_read() 310 static int smpro_read_string(struct device *dev, enum hwmon_sensor_types type, in smpro_read_string() 438 struct device *hwmon_dev; in smpro_hwmon_probe()
|
H A D | adm1029.c | 114 static struct adm1029_data *adm1029_update_device(struct device *dev) in adm1029_update_device() 159 temp_show(struct device *dev, struct device_attribute *devattr, char *buf) in temp_show() 168 fan_show(struct device *dev, struct device_attribute *devattr, char *buf) in fan_show() 186 fan_div_show(struct device *dev, struct device_attribute *devattr, char *buf) in fan_div_show() 196 static ssize_t fan_div_store(struct device *dev, in fan_div_store() 357 struct device *dev = &client->dev; in adm1029_probe() 359 struct device *hwmon_dev; in adm1029_probe()
|
H A D | lochnagar-hwmon.c | 172 static int read_sensor(struct device *dev, int chan, in read_sensor() 203 static int read_power(struct device *dev, int chan, long *val) in read_power() 255 static int lochnagar_read(struct device *dev, enum hwmon_sensor_types type, in lochnagar_read() 284 static int lochnagar_read_string(struct device *dev, in lochnagar_read_string() 299 static int lochnagar_write(struct device *dev, enum hwmon_sensor_types type, in lochnagar_write() 372 struct device *dev = &pdev->dev; in lochnagar_hwmon_probe() 373 struct device *hwmon_dev; in lochnagar_hwmon_probe()
|
/kernel/linux/linux-6.6/drivers/iio/common/hid-sensors/ |
H A D | hid-sensor-trigger.c | 6 #include <linux/device.h> 19 static ssize_t _hid_sensor_set_report_latency(struct device *dev, in _hid_sensor_set_report_latency() 42 static ssize_t _hid_sensor_get_report_latency(struct device *dev, in _hid_sensor_get_report_latency() 57 static ssize_t _hid_sensor_get_fifo_state(struct device *dev, in _hid_sensor_get_fifo_state() 294 static int __maybe_unused hid_sensor_suspend(struct device *dev) in hid_sensor_suspend() 302 static int __maybe_unused hid_sensor_resume(struct device *dev) in hid_sensor_resume() 310 static int __maybe_unused hid_sensor_runtime_resume(struct device *dev) in hid_sensor_runtime_resume()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp4_core.h | 18 #include <linux/device.h> 319 struct device *dev; 348 int (*write)(struct device *dev, u8 *xfer_buf, u16 addr, u8 length, 350 int (*read)(struct device *dev, u8 *xfer_buf, u16 addr, u8 length, 440 struct device *dev, u16 irq, size_t xfer_buf_size); 442 int cyttsp_i2c_write_block_data(struct device *dev, u8 *xfer_buf, u16 addr, 444 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, u16 addr,
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | io-pgfault.c | 3 * Handle device page faults 20 * @lock: protects the device list 29 * struct iopf_device_param - IO Page Fault data attached to a device 30 * @dev: the device that owns this param 37 struct device *dev; 52 struct device *dev; 55 static int iopf_complete_group(struct device *dev, struct iopf_fault *iopf, in iopf_complete_group() 106 * @cookie: struct device, passed to iommu_register_device_fault_handler. 108 * Add a fault to the device workqueue, to be handled by mm. 115 * The PASID stop request is issued by the device drive [all...] |
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-dvb.c | 14 #include <linux/device.h> 75 struct device *device, in vb2_dvb_register_adapter() 87 device, adapter_nr); in vb2_dvb_register_adapter() 195 struct device *device, in vb2_dvb_register_bus() 211 res = vb2_dvb_register_adapter(f, module, adapter_priv, device, mdev, in vb2_dvb_register_bus() 72 vb2_dvb_register_adapter(struct vb2_dvb_frontends *fe, struct module *module, void *adapter_priv, struct device *device, struct media_device *mdev, char *adapter_name, short *adapter_nr, int mfe_shared) vb2_dvb_register_adapter() argument 192 vb2_dvb_register_bus(struct vb2_dvb_frontends *f, struct module *module, void *adapter_priv, struct device *device, struct media_device *mdev, short *adapter_nr, int mfe_shared) vb2_dvb_register_bus() argument
|
/kernel/linux/linux-6.6/sound/firewire/dice/ |
H A D | dice-transaction.c | 165 struct fw_device *device = fw_parent_device(dice->unit); in register_notification_address() local 179 ((u64)device->card->node_id << OWNER_NODE_SHIFT) | in register_notification_address() 182 dice->owner_generation = device->generation; in register_notification_address() 199 dev_err(&dice->unit->device, in register_notification_address() 200 "device is already in use\n"); in register_notification_address() 219 struct fw_device *device = fw_parent_device(dice->unit); in unregister_notification_address() local 227 ((u64)device->card->node_id << OWNER_NODE_SHIFT) | in unregister_notification_address() 317 dev_err(&dice->unit->device, in get_subaddrs()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_component.c | 13 static void hdac_acomp_release(struct device *dev, void *res) in hdac_acomp_release() 17 static struct drm_audio_component *hdac_get_acomp(struct device *dev) in hdac_get_acomp() 112 * @dev_id: device identifier 145 * @dev_id: device identifier 184 static int hdac_component_master_bind(struct device *dev) in hdac_component_master_bind() 225 static void hdac_component_master_unbind(struct device *dev) in hdac_component_master_unbind() 285 int (*match_master)(struct device *, int, void *), in snd_hdac_acomp_init() 289 struct device *dev = bus->dev; in snd_hdac_acomp_init() 335 struct device *dev = bus->dev; in snd_hdac_acomp_exit()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | queue.c | 171 if (!test_bit(q->SCpnt->device->id * 8 + in queue_remove_exclude() 172 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { in queue_remove_exclude() 206 * lun - lun on device 207 * tag - tag on device 220 if (q->SCpnt->device->id == target && q->SCpnt->device->lun == lun && in queue_remove_tgtluntag() 235 * target - target device id 246 if (q->SCpnt->device->id == target) in queue_remove_all_target() 270 if (q->SCpnt->device->id == target && q->SCpnt->device in queue_probetgtlun() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 72 MODULE_PARM_DESC(phyaddr, "Physical device address"); 384 * if the GMAC supports the EEE (from the HW cap reg) and the phy device 505 * @dev: device pointer. 706 * @dev: device pointer. 1105 * @dev: net device structure 1147 device_set_wakeup_capable(priv->device, !!wol.supported); in stmmac_init_phy() 1148 device_set_wakeup_enable(priv->device, !!wol.wolopts); in stmmac_init_phy() 1165 fwnode = dev_fwnode(priv->device); in stmmac_phy_setup() 1406 dma_unmap_page(priv->device, in stmmac_free_tx_buffer() 1411 dma_unmap_single(priv->device, in stmmac_free_tx_buffer() 4991 stmmac_dvr_probe(struct device *device, struct plat_stmmacenet_data *plat_dat, struct stmmac_resources *res) stmmac_dvr_probe() argument [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host_observer.cpp | 31 void NapiBluetoothHidHostObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument 33 auto nativeObject = std::make_shared<NapiNativeStateChangeParam>(device.GetDeviceAddr(), state, cause); in OnConnectionStateChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | log_util.h | 24 #define GET_ENCRYPT_ADDR(device) (GetEncryptAddr((device).GetAddress()).c_str())
|
/kernel/linux/linux-5.10/arch/mips/loongson2ef/lemote-2f/ |
H A D | dma.c | 4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() 9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | dma-direct.h | 5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() 10 static inline phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | dma-direct.h | 5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() 10 static inline phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys()
|
/kernel/linux/linux-6.6/arch/mips/loongson2ef/lemote-2f/ |
H A D | dma.c | 4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() 9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | nv04.c | 38 nv04_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in nv04_mmu_new() argument 40 return nvkm_mmu_new_(&nv04_mmu, device, index, pmmu); in nv04_mmu_new()
|