| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial-uclass.c | 78 struct udevice *dev; in serial_find_console_or_panic() local 149 static void _serial_putc(struct udevice *dev, char ch) in _serial_putc() 162 static void _serial_puts(struct udevice *dev, const char *str) in _serial_puts() 168 static int __serial_getc(struct udevice *dev) in __serial_getc() 182 static int __serial_tstc(struct udevice *dev) in __serial_tstc() 192 static void __serial_clear(struct udevice *dev) in __serial_clear() 201 static int _serial_tstc(struct udevice *dev) in _serial_tstc() 214 static int _serial_getc(struct udevice *dev) in _serial_getc() 227 static int _serial_getc(struct udevice *dev) in _serial_getc() 232 static int _serial_tstc(struct udevice *dev) in _serial_tstc() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm_wakeup.h | 61 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 void device_set_wakeup_path(struct device *dev) in device_set_wakeup_path() 118 static inline void device_set_wakeup_capable(struct device *dev, bool capable) in device_set_wakeup_capable() 123 static inline bool device_can_wakeup(struct device *dev) in device_can_wakeup() 139 static inline struct wakeup_source *wakeup_source_register(struct device *dev, in wakeup_source_register() 147 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable() 153 static inline int device_wakeup_disable(struct device *dev) in device_wakeup_disable() 159 static inline int device_set_wakeup_enable(struct device *dev, bool enable) in device_set_wakeup_enable() [all …]
|
| H A D | pnp.h | 30 static inline struct resource *pnp_get_resource(struct pnp_dev *dev, in pnp_get_resource() 59 static inline resource_size_t pnp_port_start(struct pnp_dev *dev, in pnp_port_start() 69 static inline resource_size_t pnp_port_end(struct pnp_dev *dev, in pnp_port_end() 79 static inline unsigned long pnp_port_flags(struct pnp_dev *dev, in pnp_port_flags() 89 static inline int pnp_port_valid(struct pnp_dev *dev, unsigned int bar) in pnp_port_valid() 94 static inline resource_size_t pnp_port_len(struct pnp_dev *dev, in pnp_port_len() 105 static inline resource_size_t pnp_mem_start(struct pnp_dev *dev, in pnp_mem_start() 115 static inline resource_size_t pnp_mem_end(struct pnp_dev *dev, in pnp_mem_end() 125 static inline unsigned long pnp_mem_flags(struct pnp_dev *dev, unsigned int bar) in pnp_mem_flags() 134 static inline int pnp_mem_valid(struct pnp_dev *dev, unsigned int bar) in pnp_mem_valid() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pnp/ |
| H A D | manager.c | 22 static struct resource *pnp_find_resource(struct pnp_dev *dev, in pnp_find_resource() 38 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx) in pnp_assign_port() 81 static int pnp_assign_mem(struct pnp_dev *dev, struct pnp_mem *rule, int idx) in pnp_assign_mem() 132 static int pnp_assign_irq(struct pnp_dev *dev, struct pnp_irq *rule, int idx) in pnp_assign_irq() 191 static int pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) in pnp_assign_dma() 236 void pnp_init_resources(struct pnp_dev *dev) in pnp_init_resources() 241 static void pnp_clean_resource_table(struct pnp_dev *dev) in pnp_clean_resource_table() 256 static int pnp_assign_resources(struct pnp_dev *dev, int set) in pnp_assign_resources() 308 int pnp_auto_config_dev(struct pnp_dev *dev) in pnp_auto_config_dev() 337 int pnp_start_dev(struct pnp_dev *dev) in pnp_start_dev() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | dma-ring.c | 21 static int mei_dmam_dscr_alloc(struct mei_device *dev, in mei_dmam_dscr_alloc() 47 static void mei_dmam_dscr_free(struct mei_device *dev, in mei_dmam_dscr_free() 61 void mei_dmam_ring_free(struct mei_device *dev) in mei_dmam_ring_free() 75 int mei_dmam_ring_alloc(struct mei_device *dev) in mei_dmam_ring_alloc() 96 bool mei_dma_ring_is_allocated(struct mei_device *dev) in mei_dma_ring_is_allocated() 102 struct hbm_dma_ring_ctrl *mei_dma_ring_ctrl(struct mei_device *dev) in mei_dma_ring_ctrl() 111 void mei_dma_ring_reset(struct mei_device *dev) in mei_dma_ring_reset() 128 static size_t mei_dma_copy_from(struct mei_device *dev, unsigned char *buf, in mei_dma_copy_from() 148 static size_t mei_dma_copy_to(struct mei_device *dev, unsigned char *buf, in mei_dma_copy_to() 167 void mei_dma_ring_read(struct mei_device *dev, unsigned char *buf, u32 len) in mei_dma_ring_read() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | device_pm.c | 439 void acpi_pm_wakeup_event(struct device *dev) in acpi_pm_wakeup_event() 486 acpi_status acpi_add_pm_notifier(struct acpi_device *adev, struct device *dev, in acpi_add_pm_notifier() 558 bool acpi_pm_device_can_wakeup(struct device *dev) in acpi_pm_device_can_wakeup() 586 static int acpi_dev_pm_get_state(struct device *dev, struct acpi_device *adev, in acpi_dev_pm_get_state() 692 int acpi_pm_device_sleep_state(struct device *dev, int *d_min_p, int d_max_in) in acpi_pm_device_sleep_state() 742 struct device *dev = context->dev; in acpi_pm_notify_work_func() local 839 int acpi_pm_set_device_wakeup(struct device *dev, bool enable) in acpi_pm_set_device_wakeup() 873 static int acpi_dev_pm_low_power(struct device *dev, struct acpi_device *adev, in acpi_dev_pm_low_power() 905 int acpi_dev_suspend(struct device *dev, bool wakeup) in acpi_dev_suspend() 937 int acpi_dev_resume(struct device *dev) in acpi_dev_resume() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_ethtool.c | 266 static void stmmac_ethtool_getdrvinfo(struct net_device *dev, in stmmac_ethtool_getdrvinfo() 282 static int stmmac_ethtool_get_link_ksettings(struct net_device *dev, in stmmac_ethtool_get_link_ksettings() 368 stmmac_ethtool_set_link_ksettings(struct net_device *dev, in stmmac_ethtool_set_link_ksettings() 403 static u32 stmmac_ethtool_getmsglevel(struct net_device *dev) in stmmac_ethtool_getmsglevel() 409 static void stmmac_ethtool_setmsglevel(struct net_device *dev, u32 level) in stmmac_ethtool_setmsglevel() 416 static int stmmac_check_if_running(struct net_device *dev) in stmmac_check_if_running() 423 static int stmmac_ethtool_get_regs_len(struct net_device *dev) in stmmac_ethtool_get_regs_len() 434 static void stmmac_ethtool_gregs(struct net_device *dev, in stmmac_ethtool_gregs() 456 static int stmmac_nway_reset(struct net_device *dev) in stmmac_nway_reset() 523 static void stmmac_get_ethtool_stats(struct net_device *dev, in stmmac_get_ethtool_stats() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eq.c | 102 static int mlx5_cmd_destroy_eq(struct mlx5_core_dev *dev, u8 eqn) in mlx5_cmd_destroy_eq() 222 struct mlx5_core_dev *dev; in mlx5_eq_async_int() local 257 void mlx5_cmd_eq_recover(struct mlx5_core_dev *dev) in mlx5_cmd_eq_recover() 279 create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in create_map_eq() 371 int mlx5_eq_enable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_eq_enable() 393 void mlx5_eq_disable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_eq_disable() 402 static int destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in destroy_unmap_eq() 451 int mlx5_eq_table_init(struct mlx5_core_dev *dev) in mlx5_eq_table_init() 472 void mlx5_eq_table_cleanup(struct mlx5_core_dev *dev) in mlx5_eq_table_cleanup() 480 static int create_async_eq(struct mlx5_core_dev *dev, in create_async_eq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-video.c | 83 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in get_next_buf() local 98 static inline void buffer_filled(struct tm6000_core *dev, in buffer_filled() 119 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in copy_streams() local 287 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in copy_multiplexed() local 325 static inline void print_err_status(struct tm6000_core *dev, in print_err_status() 372 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in tm6000_isoc_copy() local 418 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in tm6000_irq_callback() local 456 static int tm6000_alloc_urb_buffers(struct tm6000_core *dev) in tm6000_alloc_urb_buffers() 492 static int tm6000_free_urb_buffers(struct tm6000_core *dev) in tm6000_free_urb_buffers() 519 static void tm6000_uninit_isoc(struct tm6000_core *dev) in tm6000_uninit_isoc() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ax88180.c | 67 static int ax88180_mdio_check_complete (struct eth_device *dev) in ax88180_mdio_check_complete() 83 ax88180_mdio_read (struct eth_device *dev, unsigned long regaddr) in ax88180_mdio_read() 99 ax88180_mdio_write (struct eth_device *dev, unsigned long regaddr, in ax88180_mdio_write() 112 static int ax88180_phy_reset (struct eth_device *dev) in ax88180_phy_reset() 130 static void ax88180_mac_reset (struct eth_device *dev) in ax88180_mac_reset() 164 static int ax88180_poll_tx_complete (struct eth_device *dev) in ax88180_poll_tx_complete() 188 static void ax88180_rx_handler (struct eth_device *dev) in ax88180_rx_handler() 255 static int ax88180_phy_initial (struct eth_device *dev) in ax88180_phy_initial() 330 static void ax88180_media_config (struct eth_device *dev) in ax88180_media_config() 458 static unsigned long get_MarvellPHY_media_mode (struct eth_device *dev) in get_MarvellPHY_media_mode() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | setup-pci.c | 33 static int ide_setup_pci_baseregs(struct pci_dev *dev, const char *name) in ide_setup_pci_baseregs() 82 struct pci_dev *dev = to_pci_dev(hwif->dev); in ide_pci_dma_base() local 111 struct pci_dev *dev = to_pci_dev(hwif->dev); in ide_pci_check_simplex() local 148 int ide_pci_set_master(struct pci_dev *dev, const char *name) in ide_pci_set_master() 170 void ide_setup_pci_noise(struct pci_dev *dev, const struct ide_port_info *d) in ide_setup_pci_noise() 193 static int ide_pci_enable(struct pci_dev *dev, int bars, in ide_pci_enable() 238 static int ide_pci_configure(struct pci_dev *dev, const struct ide_port_info *d) in ide_pci_configure() 277 static int ide_pci_check_iomem(struct pci_dev *dev, const struct ide_port_info *d, in ide_pci_check_iomem() 308 static int ide_hw_configure(struct pci_dev *dev, const struct ide_port_info *d, in ide_hw_configure() 356 struct pci_dev *dev = to_pci_dev(hwif->dev); in ide_hwif_setup_dma() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | pci.c | 29 #define CXL_READ_VSEC_LENGTH(dev, vsec, dest) \ argument 34 #define CXL_READ_VSEC_NAFUS(dev, vsec, dest) \ argument 37 #define CXL_READ_VSEC_STATUS(dev, vsec, dest) \ argument 50 #define CXL_READ_VSEC_MODE_CONTROL(dev, vsec, dest) \ argument 52 #define CXL_WRITE_VSEC_MODE_CONTROL(dev, vsec, val) \ argument 60 #define CXL_READ_VSEC_PSL_REVISION(dev, vsec, dest) \ argument 62 #define CXL_READ_VSEC_CAIA_MINOR(dev, vsec, dest) \ argument 64 #define CXL_READ_VSEC_CAIA_MAJOR(dev, vsec, dest) \ argument 66 #define CXL_READ_VSEC_BASE_IMAGE(dev, vsec, dest) \ argument 69 #define CXL_READ_VSEC_IMAGE_STATE(dev, vsec, dest) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 59 static int ipvlan_port_create(struct net_device *dev) in ipvlan_port_create() 91 static void ipvlan_port_destroy(struct net_device *dev) in ipvlan_port_destroy() 127 static int ipvlan_init(struct net_device *dev) in ipvlan_init() 163 static void ipvlan_uninit(struct net_device *dev) in ipvlan_uninit() 177 static int ipvlan_open(struct net_device *dev) in ipvlan_open() 196 static int ipvlan_stop(struct net_device *dev) in ipvlan_stop() 214 struct net_device *dev) in ipvlan_start_xmit() 236 static netdev_features_t ipvlan_fix_features(struct net_device *dev, in ipvlan_fix_features() 251 static void ipvlan_change_rx_flags(struct net_device *dev, int change) in ipvlan_change_rx_flags() 260 static void ipvlan_set_multicast_mac_filter(struct net_device *dev) in ipvlan_set_multicast_mac_filter() [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | enterleave.c | 86 HasPointer(DeviceIntPtr dev, WindowPtr win) in HasPointer() 126 PointerWin(DeviceIntPtr dev) in PointerWin() 176 EnterWindow(DeviceIntPtr dev, WindowPtr win, int mode) in EnterWindow() 185 LeaveWindow(DeviceIntPtr dev) in LeaveWindow() 194 SetFocusIn(DeviceIntPtr dev, WindowPtr win) in SetFocusIn() 203 SetFocusOut(DeviceIntPtr dev) in SetFocusOut() 230 DeviceEnterNotifies(DeviceIntPtr dev, in DeviceEnterNotifies() 249 CoreEnterNotifies(DeviceIntPtr dev, in CoreEnterNotifies() 283 CoreLeaveNotifies(DeviceIntPtr dev, in CoreLeaveNotifies() 327 DeviceLeaveNotifies(DeviceIntPtr dev, in DeviceLeaveNotifies() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_ether.c | 120 #define DBG(dev, fmt, args...) \ argument 123 #define DBG(dev, fmt, args...) \ argument 130 #define VDBG(dev, fmt, args...) \ argument 134 #define ERROR(dev, fmt, args...) \ argument 136 #define INFO(dev, fmt, args...) \ argument 145 struct eth_dev *dev = netdev_priv(net); in eth_get_drvinfo() local 164 static void defer_kevent(struct eth_dev *dev, int flag) in defer_kevent() 177 rx_submit(struct eth_dev *dev, struct usb_request *req, gfp_t gfp_flags) in rx_submit() 258 struct eth_dev *dev = ep->driver_data; in rx_complete() local 386 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/ |
| H A D | sst_drv_interface.c | 35 #define GET_USAGE_COUNT(dev) (atomic_read(&dev->power.usage_count)) argument 37 #define GET_USAGE_COUNT(dev) 1 argument 132 static int sst_power_control(struct device *dev, bool state) in sst_power_control() 171 static int sst_open_pcm_stream(struct device *dev, in sst_open_pcm_stream() 189 static int sst_cdev_open(struct device *dev, in sst_cdev_open() 218 static int sst_cdev_close(struct device *dev, unsigned int str_id) in sst_cdev_close() 241 static int sst_cdev_ack(struct device *dev, unsigned int str_id, in sst_cdev_ack() 272 static int sst_cdev_set_metadata(struct device *dev, in sst_cdev_set_metadata() 294 static int sst_cdev_stream_pause(struct device *dev, unsigned int str_id) in sst_cdev_stream_pause() 301 static int sst_cdev_stream_pause_release(struct device *dev, in sst_cdev_stream_pause_release() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/ |
| H A D | main.c | 56 static void qedr_ib_dispatch_event(struct qedr_dev *dev, u8 port_num, in qedr_ib_dispatch_event() 124 struct qedr_dev *dev = in hw_rev_show() local 134 struct qedr_dev *dev = in hca_type_show() local 167 static int qedr_iw_register_device(struct qedr_dev *dev) in qedr_iw_register_device() 186 static void qedr_roce_register_device(struct qedr_dev *dev) in qedr_roce_register_device() 245 static int qedr_register_device(struct qedr_dev *dev) in qedr_register_device() 301 static int qedr_alloc_mem_sb(struct qedr_dev *dev, in qedr_alloc_mem_sb() 326 static void qedr_free_mem_sb(struct qedr_dev *dev, in qedr_free_mem_sb() 337 static void qedr_free_resources(struct qedr_dev *dev) in qedr_free_resources() 354 static int qedr_alloc_resources(struct qedr_dev *dev) in qedr_alloc_resources() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | uclass.c | 114 struct udevice *dev; in uclass_destroy() local 184 struct udevice *dev; in uclass_find_device() local 223 struct udevice *dev = *devp; in uclass_find_next_device() local 238 struct udevice *dev; in uclass_find_device_by_name() local 262 struct udevice *dev; in uclass_find_device_by_seq() local 291 struct udevice *dev; in uclass_find_device_by_of_offset() local 315 struct udevice *dev; in uclass_find_device_by_ofnode() local 341 struct udevice *dev; in uclass_find_device_by_phandle() local 373 struct udevice *dev; in uclass_get_device_by_driver() local 389 int uclass_get_device_tail(struct udevice *dev, int ret, struct udevice **devp) in uclass_get_device_tail() [all …]
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_guts.c | 47 void yaffs_addr_to_chunk(struct yaffs_dev *dev, loff_t addr, in yaffs_addr_to_chunk() 123 static int yaffs_init_tmp_buffers(struct yaffs_dev *dev) in yaffs_init_tmp_buffers() 139 u8 *yaffs_get_temp_buffer(struct yaffs_dev * dev) in yaffs_get_temp_buffer() 165 void yaffs_release_temp_buffer(struct yaffs_dev *dev, u8 *buffer) in yaffs_release_temp_buffer() 191 int yaffs_is_managed_tmp_buffer(struct yaffs_dev *dev, const u8 *buffer) in yaffs_is_managed_tmp_buffer() 218 static void yaffs_handle_chunk_wr_ok(struct yaffs_dev *dev, int nand_chunk, in yaffs_handle_chunk_wr_ok() 224 static void yaffs_handle_chunk_update(struct yaffs_dev *dev, int nand_chunk, in yaffs_handle_chunk_update() 229 void yaffs_handle_chunk_error(struct yaffs_dev *dev, in yaffs_handle_chunk_error() 246 static void yaffs_handle_chunk_wr_error(struct yaffs_dev *dev, int nand_chunk, in yaffs_handle_chunk_wr_error() 287 struct yaffs_obj *yaffs_root(struct yaffs_dev *dev) in yaffs_root() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A D | rtsx.c | 124 struct rtsx_dev *dev = host_to_rtsx(srb->device->host); in queuecommand_lck() local 160 struct rtsx_dev *dev = host_to_rtsx(host); in DEF_SCSI_QCMD() local 190 struct rtsx_dev *dev = host_to_rtsx(srb->device->host); in device_reset() local 239 static int rtsx_acquire_irq(struct rtsx_dev *dev) in rtsx_acquire_irq() 267 struct rtsx_dev *dev = pci_get_drvdata(pci); in rtsx_suspend() local 299 struct rtsx_dev *dev = pci_get_drvdata(pci); in rtsx_resume() local 334 struct rtsx_dev *dev = pci_get_drvdata(pci); in rtsx_shutdown() local 357 struct rtsx_dev *dev = __dev; in rtsx_control_thread() local 465 struct rtsx_dev *dev = __dev; in rtsx_polling_thread() local 513 struct rtsx_dev *dev = dev_id; in rtsx_interrupt() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 169 static void store_vblank(struct drm_device *dev, unsigned int pipe, in store_vblank() 185 static u32 drm_max_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_max_vblank_count() 196 static u32 drm_vblank_no_hw_counter(struct drm_device *dev, unsigned int pipe) in drm_vblank_no_hw_counter() 202 static u32 __get_vblank_counter(struct drm_device *dev, unsigned int pipe) in __get_vblank_counter() 228 static void drm_reset_vblank_timestamp(struct drm_device *dev, unsigned int pipe) in drm_reset_vblank_timestamp() 275 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, in drm_update_vblank_count() 367 u64 drm_vblank_count(struct drm_device *dev, unsigned int pipe) in drm_vblank_count() 402 struct drm_device *dev = crtc->dev; in drm_crtc_accurate_vblank_count() local 422 static void __disable_vblank(struct drm_device *dev, unsigned int pipe) in __disable_vblank() 443 void drm_vblank_disable_and_save(struct drm_device *dev, unsigned int pipe) in drm_vblank_disable_and_save() [all …]
|
| H A D | drm_context.c | 60 void drm_legacy_ctxbitmap_free(struct drm_device * dev, int ctx_handle) in drm_legacy_ctxbitmap_free() 80 static int drm_legacy_ctxbitmap_next(struct drm_device * dev) in drm_legacy_ctxbitmap_next() 98 void drm_legacy_ctxbitmap_init(struct drm_device * dev) in drm_legacy_ctxbitmap_init() 115 void drm_legacy_ctxbitmap_cleanup(struct drm_device * dev) in drm_legacy_ctxbitmap_cleanup() 135 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) in drm_legacy_ctxbitmap_flush() 178 int drm_legacy_getsareactx(struct drm_device *dev, void *data, in drm_legacy_getsareactx() 226 int drm_legacy_setsareactx(struct drm_device *dev, void *data, in drm_legacy_setsareactx() 276 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch() 304 static int drm_context_switch_complete(struct drm_device *dev, in drm_context_switch_complete() 330 int drm_legacy_resctx(struct drm_device *dev, void *data, in drm_legacy_resctx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | radio.c | 77 void b43legacy_radio_lock(struct b43legacy_wldev *dev) in b43legacy_radio_lock() 88 void b43legacy_radio_unlock(struct b43legacy_wldev *dev) in b43legacy_radio_unlock() 99 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset) in b43legacy_radio_read16() 126 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_radio_write16() 132 static void b43legacy_set_all_gains(struct b43legacy_wldev *dev, in b43legacy_set_all_gains() 169 static void b43legacy_set_original_gains(struct b43legacy_wldev *dev) in b43legacy_set_original_gains() 208 static void b43legacy_synth_pu_workaround(struct b43legacy_wldev *dev, in b43legacy_synth_pu_workaround() 230 u8 b43legacy_radio_aci_detect(struct b43legacy_wldev *dev, u8 channel) in b43legacy_radio_aci_detect() 264 u8 b43legacy_radio_aci_scan(struct b43legacy_wldev *dev) in b43legacy_radio_aci_scan() 317 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val) in b43legacy_nrssi_hw_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/opp/ |
| H A D | core.c | 33 static struct opp_device *_find_opp_dev(const struct device *dev, in _find_opp_dev() 45 static struct opp_table *_find_opp_table_unlocked(struct device *dev) in _find_opp_table_unlocked() 76 struct opp_table *_find_opp_table(struct device *dev) in _find_opp_table() 175 unsigned long dev_pm_opp_get_max_clock_latency(struct device *dev) in dev_pm_opp_get_max_clock_latency() 198 unsigned long dev_pm_opp_get_max_volt_latency(struct device *dev) in dev_pm_opp_get_max_volt_latency() 270 unsigned long dev_pm_opp_get_max_transition_latency(struct device *dev) in dev_pm_opp_get_max_transition_latency() 284 unsigned long dev_pm_opp_get_suspend_opp_freq(struct device *dev) in dev_pm_opp_get_suspend_opp_freq() 326 int dev_pm_opp_get_opp_count(struct device *dev) in dev_pm_opp_get_opp_count() 369 struct dev_pm_opp *dev_pm_opp_find_freq_exact(struct device *dev, in dev_pm_opp_find_freq_exact() 419 struct dev_pm_opp *dev_pm_opp_find_level_exact(struct device *dev, in dev_pm_opp_find_level_exact() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | gr_udc.c | 104 static void gr_dbgprint_devreq(struct gr_udc *dev, u8 type, u8 request, in gr_dbgprint_devreq() 115 static void gr_dbgprint_devreq(struct gr_udc *dev, u8 type, u8 request, in gr_dbgprint_devreq() 184 struct gr_udc *dev = seq->private; in gr_dfs_show() local 207 static void gr_dfs_create(struct gr_udc *dev) in gr_dfs_create() 215 static void gr_dfs_delete(struct gr_udc *dev) in gr_dfs_delete() 222 static void gr_dfs_create(struct gr_udc *dev) {} in gr_dfs_create() 223 static void gr_dfs_delete(struct gr_udc *dev) {} in gr_dfs_delete() 247 static inline void gr_free_dma_desc(struct gr_udc *dev, in gr_free_dma_desc() 254 static void gr_free_dma_desc_chain(struct gr_udc *dev, struct gr_request *req) in gr_free_dma_desc_chain() 287 struct gr_udc *dev; in gr_finish_request() local [all …]
|