Home
last modified time | relevance | path

Searched defs:dev (Results 76 – 100 of 12749) sorted by relevance

12345678910>>...510

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c19 struct mlx5_core_dev *dev; member
57 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_fw_reset_enable_remote_dev_reset_set() local
72 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_fw_reset_enable_remote_dev_reset_get() local
255 struct mlx5_core_dev *dev = fw_reset->dev; in mlx5_sync_reset_reload_work() local
266 struct mlx5_core_dev *dev = fw_reset->dev; in poll_sync_reset() local
322 struct mlx5_core_dev *dev = fw_reset->dev; in mlx5_fw_live_patch_event() local
402 struct mlx5_core_dev *dev = fw_reset->dev; in mlx5_sync_reset_request_event() local
510 struct mlx5_core_dev *dev = fw_reset->dev; in mlx5_sync_reset_now_event() local
539 struct mlx5_core_dev *dev; in mlx5_sync_reset_unload_event() local
603 struct mlx5_core_dev *dev = fw_reset->dev; in mlx5_sync_reset_abort_event() local
[all …]
H A Dhealth.c70 u8 mlx5_get_nic_state(struct mlx5_core_dev *dev) in mlx5_get_nic_state()
99 static bool sensor_fw_synd_rfr(struct mlx5_core_dev *dev) in sensor_fw_synd_rfr()
162 static bool reset_fw_if_needed(struct mlx5_core_dev *dev) in reset_fw_if_needed()
222 void mlx5_error_sw_reset(struct mlx5_core_dev *dev) in mlx5_error_sw_reset()
312 int mlx5_health_wait_pci_up(struct mlx5_core_dev *dev) in mlx5_health_wait_pci_up()
668 struct mlx5_core_dev *dev; in mlx5_fw_fatal_reporter_err_work() local
786 struct mlx5_core_dev *dev; in mlx5_health_log_ts_update() local
849 void mlx5_start_health_poll(struct mlx5_core_dev *dev) in mlx5_start_health_poll()
882 void mlx5_drain_health_wq(struct mlx5_core_dev *dev) in mlx5_drain_health_wq()
892 void mlx5_health_cleanup(struct mlx5_core_dev *dev) in mlx5_health_cleanup()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_agpsupport.c81 int drm_legacy_agp_info_ioctl(struct drm_device *dev, void *data, in drm_legacy_agp_info_ioctl()
103 int drm_legacy_agp_acquire(struct drm_device *dev) in drm_legacy_agp_acquire()
127 int drm_legacy_agp_acquire_ioctl(struct drm_device *dev, void *data, in drm_legacy_agp_acquire_ioctl()
141 int drm_legacy_agp_release(struct drm_device *dev) in drm_legacy_agp_release()
151 int drm_legacy_agp_release_ioctl(struct drm_device *dev, void *data, in drm_legacy_agp_release_ioctl()
179 int drm_legacy_agp_enable_ioctl(struct drm_device *dev, void *data, in drm_legacy_agp_enable_ioctl()
230 int drm_legacy_agp_alloc_ioctl(struct drm_device *dev, void *data, in drm_legacy_agp_alloc_ioctl()
325 int drm_legacy_agp_bind_ioctl(struct drm_device *dev, void *data, in drm_legacy_agp_bind_ioctl()
364 int drm_legacy_agp_free_ioctl(struct drm_device *dev, void *data, in drm_legacy_agp_free_ioctl()
384 struct drm_agp_head *drm_legacy_agp_init(struct drm_device *dev) in drm_legacy_agp_init()
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-platdrv.c38 static u32 i2c_dw_get_clk_rate_khz(struct dw_i2c_dev *dev) in i2c_dw_get_clk_rate_khz()
75 struct dw_i2c_dev *dev = context; in bt1_i2c_read() local
92 struct dw_i2c_dev *dev = context; in bt1_i2c_write() local
113 static int bt1_i2c_request_regs(struct dw_i2c_dev *dev) in bt1_i2c_request_regs()
137 struct dw_i2c_dev *dev = platform_get_drvdata(pdev); in dw_i2c_of_configure() local
160 static int bt1_i2c_request_regs(struct dw_i2c_dev *dev) in bt1_i2c_request_regs()
279 struct dw_i2c_dev *dev; in dw_i2c_plat_probe() local
404 struct dw_i2c_dev *dev = platform_get_drvdata(pdev); in dw_i2c_plat_remove() local
421 static int dw_i2c_plat_prepare(struct device *dev) in dw_i2c_plat_prepare()
445 static int dw_i2c_plat_suspend(struct device *dev) in dw_i2c_plat_suspend()
[all …]
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz9477.c164 int ksz9477_reset_switch(struct ksz_device *dev) in ksz9477_reset_switch()
466 int ksz9477_fdb_add(struct ksz_device *dev, int port, in ksz9477_fdb_add()
522 int ksz9477_fdb_del(struct ksz_device *dev, int port, in ksz9477_fdb_del()
611 int ksz9477_fdb_dump(struct ksz_device *dev, int port, in ksz9477_fdb_dump()
665 int ksz9477_mdb_add(struct ksz_device *dev, int port, in ksz9477_mdb_add()
744 int ksz9477_mdb_del(struct ksz_device *dev, int port, in ksz9477_mdb_del()
1009 struct ksz_device *dev = ds->priv; in ksz9477_config_cpu_port() local
1065 int ksz9477_enable_stp_addr(struct ksz_device *dev) in ksz9477_enable_stp_addr()
1100 struct ksz_device *dev = ds->priv; in ksz9477_setup() local
1146 int ksz9477_switch_init(struct ksz_device *dev) in ksz9477_switch_init()
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1086 struct cx231xx *dev = ptr; in cx231xx_tuner_callback() local
1145 void cx231xx_pre_card_setup(struct cx231xx *dev) in cx231xx_pre_card_setup()
1250 void cx231xx_card_setup(struct cx231xx *dev) in cx231xx_card_setup()
1321 int cx231xx_config(struct cx231xx *dev) in cx231xx_config()
1332 void cx231xx_config_i2c(struct cx231xx *dev) in cx231xx_config_i2c()
1521 struct cx231xx *dev = container_of(work, in request_module_async() local
1532 static void request_modules(struct cx231xx *dev) in request_modules()
1543 #define request_modules(dev) argument
1544 #define flush_request_modules(dev) argument
1693 struct cx231xx *dev = NULL; in cx231xx_usb_probe() local
[all …]
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-mpeg.c53 static void request_modules(struct cx8802_dev *dev) in request_modules()
64 #define request_modules(dev) argument
65 #define flush_request_modules(dev) argument
72 int cx8802_start_dma(struct cx8802_dev *dev, in cx8802_start_dma()
180 static int cx8802_stop_dma(struct cx8802_dev *dev) in cx8802_stop_dma()
287 void cx8802_cancel_buffers(struct cx8802_dev *dev) in cx8802_cancel_buffers()
352 struct cx8802_dev *dev = dev_id; in cx8802_irq() local
598 struct cx8802_dev *dev; in cx8802_register_driver() local
656 struct cx8802_dev *dev; in cx8802_unregister_driver() local
702 struct cx8802_dev *dev; in cx8802_probe() local
[all …]
/openbmc/linux/drivers/virtio/
H A Dvirtio.c17 struct virtio_device *dev = dev_to_virtio(_d); in device_show() local
25 struct virtio_device *dev = dev_to_virtio(_d); in vendor_show() local
33 struct virtio_device *dev = dev_to_virtio(_d); in status_show() local
41 struct virtio_device *dev = dev_to_virtio(_d); in modalias_show() local
50 struct virtio_device *dev = dev_to_virtio(_d); in features_show() local
88 struct virtio_device *dev = dev_to_virtio(_dv); in virtio_dev_match() local
136 void virtio_config_changed(struct virtio_device *dev) in virtio_config_changed()
220 void virtio_reset_device(struct virtio_device *dev) in virtio_reset_device()
240 struct virtio_device *dev = dev_to_virtio(_d); in virtio_dev_probe() local
327 struct virtio_device *dev = dev_to_virtio(_d); in virtio_dev_remove() local
[all …]
/openbmc/linux/drivers/net/usb/
H A Dsr9800.c297 struct usbnet *dev = netdev_priv(net); in sr_set_multicast() local
337 struct usbnet *dev = netdev_priv(net); in sr_mdio_read() local
356 struct usbnet *dev = netdev_priv(net); in sr_mdio_write() local
370 static u32 sr_get_phyid(struct usbnet *dev) in sr_get_phyid()
401 struct usbnet *dev = netdev_priv(net); in sr_get_wol() local
420 struct usbnet *dev = netdev_priv(net); in sr_set_wol() local
440 struct usbnet *dev = netdev_priv(net); in sr_get_eeprom_len() local
449 struct usbnet *dev = netdev_priv(net); in sr_get_eeprom() local
483 struct usbnet *dev = netdev_priv(net); in sr_get_link() local
490 struct usbnet *dev = netdev_priv(net); in sr_ioctl() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c150 u32 __mlx4_alloc_mtt_range(struct mlx4_dev *dev, int order) in __mlx4_alloc_mtt_range()
378 void mlx4_mr_hw_put_mpt(struct mlx4_dev *dev, in mlx4_mr_hw_put_mpt()
405 int mlx4_mr_hw_change_access(struct mlx4_dev *dev, in mlx4_mr_hw_change_access()
431 static int mlx4_WRITE_MTT(struct mlx4_dev *dev, in mlx4_WRITE_MTT()
439 int __mlx4_mpt_reserve(struct mlx4_dev *dev) in __mlx4_mpt_reserve()
446 static int mlx4_mpt_reserve(struct mlx4_dev *dev) in mlx4_mpt_reserve()
460 void __mlx4_mpt_release(struct mlx4_dev *dev, u32 index) in __mlx4_mpt_release()
483 int __mlx4_mpt_alloc_icm(struct mlx4_dev *dev, u32 index) in __mlx4_mpt_alloc_icm()
907 int mlx4_init_mr_table(struct mlx4_dev *dev) in mlx4_init_mr_table()
955 void mlx4_cleanup_mr_table(struct mlx4_dev *dev) in mlx4_cleanup_mr_table()
[all …]
/openbmc/linux/drivers/base/power/
H A Dqos.c98 s32 __dev_pm_qos_resume_latency(struct device *dev) in __dev_pm_qos_resume_latency()
246 void dev_pm_qos_constraints_destroy(struct device *dev) in dev_pm_qos_constraints_destroy()
321 static bool dev_pm_qos_invalid_req_type(struct device *dev, in dev_pm_qos_invalid_req_type()
328 static int __dev_pm_qos_add_request(struct device *dev, in __dev_pm_qos_add_request()
585 int dev_pm_qos_remove_notifier(struct device *dev, in dev_pm_qos_remove_notifier()
628 int dev_pm_qos_add_ancestor_request(struct device *dev, in dev_pm_qos_add_ancestor_request()
755 void dev_pm_qos_hide_latency_limit(struct device *dev) in dev_pm_qos_hide_latency_limit()
774 int dev_pm_qos_expose_flags(struct device *dev, s32 val) in dev_pm_qos_expose_flags()
823 static void __dev_pm_qos_hide_flags(struct device *dev) in __dev_pm_qos_hide_flags()
833 void dev_pm_qos_hide_flags(struct device *dev) in dev_pm_qos_hide_flags()
[all …]
/openbmc/linux/drivers/pci/
H A Dpci.h100 static inline void pci_wakeup_event(struct pci_dev *dev) in pci_wakeup_event()
176 static inline int pci_no_d1d2(struct pci_dev *dev) in pci_no_d1d2()
305 struct pci_dev *dev; /* Lowest numbered PF */ member
387 struct pci_dev *dev[AER_MAX_MULTI_ERR_DEVICES]; member
440 static inline void pci_rcec_init(struct pci_dev *dev) { } in pci_rcec_init()
441 static inline void pci_rcec_exit(struct pci_dev *dev) { } in pci_rcec_exit()
461 static inline void pci_pri_init(struct pci_dev *dev) { } in pci_pri_init()
484 static inline int pci_iov_init(struct pci_dev *dev) in pci_iov_init()
505 static inline void pci_ptm_init(struct pci_dev *dev) { } in pci_ptm_init()
812 #define PCI_CONF1_ADDRESS(bus, dev, func, reg) \ argument
[all …]
/openbmc/linux/drivers/pci/pcie/
H A Dportdrv.c35 struct device *dev; member
46 static void release_pcie_device(struct device *dev) in release_pcie_device()
400 static int pcie_port_device_suspend(struct device *dev) in pcie_port_device_suspend()
416 static int pcie_port_device_resume(struct device *dev) in pcie_port_device_resume()
443 static int remove_iter(struct device *dev, void *data) in remove_iter()
514 static int pcie_port_probe_service(struct device *dev) in pcie_port_probe_service()
545 static int pcie_port_remove_service(struct device *dev) in pcie_port_remove_service()
640 static int pcie_port_runtime_idle(struct device *dev) in pcie_port_runtime_idle()
679 static int pcie_portdrv_probe(struct pci_dev *dev, in pcie_portdrv_probe()
720 static void pcie_portdrv_remove(struct pci_dev *dev) in pcie_portdrv_remove()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-mmio.c21 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readb() local
27 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readw() local
33 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readl() local
39 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readq() local
45 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_features() local
62 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_set_features() local
76 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_guest_features() local
82 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_status() local
88 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_set_status() local
94 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_queue_isr_status() local
[all …]
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.c20 void flite_hw_reset(struct fimc_lite *dev) in flite_hw_reset()
40 void flite_hw_clear_pending_irq(struct fimc_lite *dev) in flite_hw_clear_pending_irq()
47 u32 flite_hw_get_interrupt_source(struct fimc_lite *dev) in flite_hw_get_interrupt_source()
53 void flite_hw_clear_last_capture_end(struct fimc_lite *dev) in flite_hw_clear_last_capture_end()
61 void flite_hw_set_interrupt_mask(struct fimc_lite *dev) in flite_hw_set_interrupt_mask()
83 void flite_hw_capture_start(struct fimc_lite *dev) in flite_hw_capture_start()
90 void flite_hw_capture_stop(struct fimc_lite *dev) in flite_hw_capture_stop()
101 void flite_hw_set_test_pattern(struct fimc_lite *dev, bool on) in flite_hw_set_test_pattern()
188 void flite_hw_set_camera_bus(struct fimc_lite *dev, in flite_hw_set_camera_bus()
217 static void flite_hw_set_pack12(struct fimc_lite *dev, int on) in flite_hw_set_pack12()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c8 struct mt7615_dev *dev = data; in mt7615_reg_set() local
20 struct mt7615_dev *dev = data; in mt7615_reg_get() local
35 struct mt7615_dev *dev = data; in mt7615_radar_pattern_set() local
53 struct mt7615_dev *dev = data; in mt7615_config() local
68 struct mt7615_dev *dev = data; in mt7615_scs_set() local
85 struct mt7615_dev *dev = data; in mt7615_scs_get() local
98 struct mt7615_dev *dev = data; in mt7615_pm_set() local
139 struct mt7615_dev *dev = data; in mt7615_pm_get() local
171 struct mt7615_dev *dev = data; in mt7615_pm_idle_timeout_set() local
181 struct mt7615_dev *dev = data; in mt7615_pm_idle_timeout_get() local
[all …]
/openbmc/linux/drivers/base/
H A Ddevres.c64 #define devres_dbg(dev, node, op) do {} while (0) argument
139 static void replace_dr(struct device *dev, in replace_dr()
243 void devres_add(struct device *dev, void *res) in devres_add()
316 void * devres_get(struct device *dev, void *new_res, in devres_get()
435 static int remove_nodes(struct device *dev, in remove_nodes()
517 int devres_release_all(struct device *dev) in devres_release_all()
609 void devres_close_group(struct device *dev, void *id) in devres_close_group()
635 void devres_remove_group(struct device *dev, void *id) in devres_remove_group()
668 int devres_release_group(struct device *dev, void *id) in devres_release_group()
1054 void devm_kfree(struct device *dev, const void *p) in devm_kfree()
[all …]
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c73 u8 rtl92e_readb(struct net_device *dev, int x) in rtl92e_readb()
78 u32 rtl92e_readl(struct net_device *dev, int x) in rtl92e_readl()
83 u16 rtl92e_readw(struct net_device *dev, int x) in rtl92e_readw()
112 bool rtl92e_set_rf_state(struct net_device *dev, in rtl92e_set_rf_state()
230 void rtl92e_irq_enable(struct net_device *dev) in rtl92e_irq_enable()
312 struct net_device *dev = priv->rtllib->dev; in _rtl92e_update_beacon() local
326 struct net_device *dev = priv->rtllib->dev; in _rtl92e_qos_activate() local
452 struct net_device *dev = priv->rtllib->dev; in _rtl92e_prepare_beacon() local
1922 void rtl92e_commit(struct net_device *dev) in rtl92e_commit()
1972 struct net_device *dev = netdev; in _rtl92e_irq() local
[all …]
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c1312 struct em28xx *dev = priv; in em28xx_ctrl_notify() local
1336 struct em28xx *dev = v4l2->dev; in em28xx_s_ctrl() local
1533 struct em28xx *dev = video_drvdata(file); in vidioc_s_fmt_vid_cap() local
1547 struct em28xx *dev = video_drvdata(file); in vidioc_g_std() local
1556 struct em28xx *dev = video_drvdata(file); in vidioc_querystd() local
1624 struct em28xx *dev = video_drvdata(file); in vidioc_s_parm() local
1651 struct em28xx *dev = video_drvdata(file); in vidioc_enum_input() local
1684 struct em28xx *dev = video_drvdata(file); in vidioc_g_input() local
1693 struct em28xx *dev = video_drvdata(file); in vidioc_s_input() local
1761 struct em28xx *dev = video_drvdata(file); in vidioc_enumaudio() local
[all …]
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c112 bool vu_has_feature(VuDev *dev, in vu_has_feature()
460 vu_log_kick(VuDev *dev) in vu_log_kick()
592 vu_close_log(VuDev *dev) in vu_close_log()
616 map_ring(VuDev *dev, VuVirtq *vq) in map_ring()
631 generate_faults(VuDev *dev) { in generate_faults()
2076 vu_dispatch(VuDev *dev) in vu_dispatch()
2111 vu_deinit(VuDev *dev) in vu_deinit()
2177 vu_init(VuDev *dev, in vu_init()
2225 vu_get_queue(VuDev *dev, int qidx) in vu_get_queue()
2506 vring_notify(VuDev *dev, VuVirtq *vq) in vring_notify()
[all …]
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_status.c23 static bool uvc_input_has_button(struct uvc_device *dev) in uvc_input_has_button()
42 static int uvc_input_init(struct uvc_device *dev) in uvc_input_init()
92 #define uvc_input_init(dev) argument
93 #define uvc_input_unregister(dev) argument
94 #define uvc_input_report_key(dev, code, value) argument
168 struct uvc_device *dev = urb->context; in uvc_event_control() local
204 struct uvc_device *dev = urb->context; in uvc_status_complete() local
254 int uvc_status_init(struct uvc_device *dev) in uvc_status_init()
293 void uvc_status_unregister(struct uvc_device *dev) in uvc_status_unregister()
299 void uvc_status_cleanup(struct uvc_device *dev) in uvc_status_cleanup()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dusb.c230 mt76u_req_wr_rp(struct mt76_dev *dev, u32 base, in mt76u_req_wr_rp()
247 mt76u_wr_rp(struct mt76_dev *dev, u32 base, in mt76u_wr_rp()
274 mt76u_rd_rp(struct mt76_dev *dev, u32 base, in mt76u_rd_rp()
283 static bool mt76u_check_sg(struct mt76_dev *dev) in mt76u_check_sg()
689 int mt76u_alloc_mcu_queue(struct mt76_dev *dev) in mt76u_alloc_mcu_queue()
721 void mt76u_stop_rx(struct mt76_dev *dev) in mt76u_stop_rx()
737 int mt76u_resume_rx(struct mt76_dev *dev) in mt76u_resume_rx()
799 struct mt76_dev *dev; in mt76u_tx_status_data() local
987 void mt76u_stop_tx(struct mt76_dev *dev) in mt76u_stop_tx()
1040 void mt76u_queues_deinit(struct mt76_dev *dev) in mt76u_queues_deinit()
[all …]
/openbmc/phosphor-webui/
H A Dpackage-lock.json11 "dev": true, boolean
20 "dev": true, boolean
31 "dev": true, boolean
81 "dev": true, boolean
93 "dev": true, boolean
102 "dev": true, boolean
112 "dev": true, boolean
125 "dev": true, boolean
136 "dev": true, boolean
147 "dev": true, boolean
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c33 void cxgb4_dcb_state_init(struct net_device *dev) in cxgb4_dcb_state_init()
48 void cxgb4_dcb_version_init(struct net_device *dev) in cxgb4_dcb_version_init()
59 static void cxgb4_dcb_cleanup_apps(struct net_device *dev) in cxgb4_dcb_cleanup_apps()
99 void cxgb4_dcb_reset(struct net_device *dev) in cxgb4_dcb_reset()
125 void cxgb4_dcb_state_fsm(struct net_device *dev, in cxgb4_dcb_state_fsm()
411 static u8 cxgb4_getstate(struct net_device *dev) in cxgb4_getstate()
679 static u8 cxgb4_setall(struct net_device *dev) in cxgb4_setall()
762 static u8 cxgb4_getpfcstate(struct net_device *dev) in cxgb4_getpfcstate()
926 cxgb4_ieee_negotiation_complete(struct net_device *dev, in cxgb4_ieee_negotiation_complete()
1072 static u8 cxgb4_getdcbx(struct net_device *dev) in cxgb4_getdcbx()
[all …]
/openbmc/linux/include/linux/
H A Dpm_wakeup.h61 struct device *dev; member
77 static inline bool device_can_wakeup(struct device *dev) in device_can_wakeup()
82 static inline bool device_may_wakeup(struct device *dev) in device_may_wakeup()
87 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path()
127 static inline bool device_can_wakeup(struct device *dev) in device_can_wakeup()
151 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable()
169 static inline bool device_may_wakeup(struct device *dev) in device_may_wakeup()
174 static inline bool device_wakeup_path(struct device *dev) in device_wakeup_path()
183 static inline void pm_stay_awake(struct device *dev) {} in pm_stay_awake()
187 static inline void pm_relax(struct device *dev) {} in pm_relax()
[all …]

12345678910>>...510