| /linux/kernel/dma/ |
| H A D | mapping.c | 40 static void dmam_release(struct device *dev, void *res) in dmam_release() 48 static int dmam_match(struct device *dev, void *res, void *match_data) in dmam_match() 69 void dmam_free_coherent(struct device *dev, size_t size, void *vaddr, in dmam_free_coherent() 93 void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, in dmam_alloc_attrs() 120 static bool dma_go_direct(struct device *dev, dma_addr_t mask, in dma_go_direct() 143 static inline bool dma_alloc_direct(struct device *dev, in dma_alloc_direct() 149 static inline bool dma_map_direct(struct device *dev, in dma_map_direct() 155 dma_addr_t dma_map_phys(struct device *dev, phys_addr_t phys, size_t size, in dma_map_phys() 197 dma_addr_t dma_map_page_attrs(struct device *dev, struct page *page, in dma_map_page_attrs() 214 void dma_unmap_phys(struct device *dev, dma_addr_t addr, size_t size, in dma_unmap_phys() [all …]
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 116 static inline void debug_dma_mapping_error(struct device *dev, in debug_dma_mapping_error() 120 static inline void debug_dma_map_single(struct device *dev, const void *addr, in debug_dma_map_single() 127 static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr) in dma_mapping_error() 189 static inline dma_addr_t dma_map_page_attrs(struct device *dev, in dma_map_page_attrs() 195 static inline void dma_unmap_page_attrs(struct device *dev, dma_addr_t addr, in dma_unmap_page_attrs() 199 static inline dma_addr_t dma_map_phys(struct device *dev, phys_addr_t phys, in dma_map_phys() 204 static inline void dma_unmap_phys(struct device *dev, dma_addr_t addr, in dma_unmap_phys() 208 static inline unsigned int dma_map_sg_attrs(struct device *dev, in dma_map_sg_attrs() 214 static inline void dma_unmap_sg_attrs(struct device *dev, in dma_unmap_sg_attrs() 219 static inline int dma_map_sgtable(struct device *dev, struct sg_table *sgt, in dma_map_sgtable() [all …]
|
| H A D | reset.h | 149 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() 164 struct device *dev, const char *id, in __reset_control_get() 202 __reset_control_bulk_get(struct device *dev, int num_rstcs, in __reset_control_bulk_get() 217 struct device *dev, const char *id, in __devm_reset_control_get() 226 __devm_reset_control_bulk_get(struct device *dev, int num_rstcs, in __devm_reset_control_bulk_get() 236 devm_reset_control_array_get(struct device *dev, enum reset_control_flags flags) in devm_reset_control_array_get() 251 static inline int reset_control_get_count(struct device *dev) in reset_control_get_count() 258 static inline int __must_check device_reset(struct device *dev) in device_reset() 263 static inline int device_reset_optional(struct device *dev) in device_reset_optional() 284 __must_check reset_control_get_exclusive(struct device *dev, const char *id) in reset_control_get_exclusive() [all …]
|
| 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 bool device_wakeup_path(struct device *dev) in device_wakeup_path() 92 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() 128 static inline struct wakeup_source *wakeup_source_register(struct device *dev, in wakeup_source_register() 136 static inline int device_wakeup_enable(struct device *dev) in device_wakeup_enable() 142 static inline void device_wakeup_disable(struct device *dev) in device_wakeup_disable() [all …]
|
| H A D | kdev_t.h | 10 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) argument 11 #define MINOR(dev) ((unsigned int) ((dev) & MINORMASK)) argument 14 #define print_dev_t(buffer, dev) \ argument 17 #define format_dev_t(buffer, dev) \ argument 24 static __always_inline bool old_valid_dev(dev_t dev) in old_valid_dev() 29 static __always_inline u16 old_encode_dev(dev_t dev) in old_encode_dev() 39 static __always_inline u32 new_encode_dev(dev_t dev) in new_encode_dev() 46 static __always_inline dev_t new_decode_dev(u32 dev) in new_decode_dev() 53 static __always_inline u64 huge_encode_dev(dev_t dev) in huge_encode_dev() 58 static __always_inline dev_t huge_decode_dev(u64 dev) in huge_decode_dev() [all …]
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | main.c | 464 static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val) in b43_ram_write() 478 static inline void b43_shm_control_word(struct b43_wldev *dev, in b43_shm_control_word() 490 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read32() 513 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read16() 534 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value) in b43_shm_write32() 554 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value) in b43_shm_write16() 571 u64 b43_hf_read(struct b43_wldev *dev) in b43_hf_read() 585 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() 598 static u16 b43_fwcapa_read(struct b43_wldev *dev) in b43_fwcapa_read() 604 void b43_tsf_read(struct b43_wldev *dev, u64 *tsf) in b43_tsf_read() [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_mio_common.c | 221 static void ni_writel(struct comedi_device *dev, unsigned int data, int reg) in ni_writel() 226 static void ni_writew(struct comedi_device *dev, unsigned int data, int reg) in ni_writew() 231 static void ni_writeb(struct comedi_device *dev, unsigned int data, int reg) in ni_writeb() 236 static unsigned int ni_readl(struct comedi_device *dev, int reg) in ni_readl() 241 static unsigned int ni_readw(struct comedi_device *dev, int reg) in ni_readw() 246 static unsigned int ni_readb(struct comedi_device *dev, int reg) in ni_readb() 253 static void ni_writel(struct comedi_device *dev, unsigned int data, int reg) in ni_writel() 258 static void ni_writew(struct comedi_device *dev, unsigned int data, int reg) in ni_writew() 263 static void ni_writeb(struct comedi_device *dev, unsigned int data, int reg) in ni_writeb() 268 static unsigned int ni_readl(struct comedi_device *dev, int reg) in ni_readl() [all …]
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | main.c | 241 static void b43legacy_ram_write(struct b43legacy_wldev *dev, u16 offset, in b43legacy_ram_write() 257 void b43legacy_shm_control_word(struct b43legacy_wldev *dev, in b43legacy_shm_control_word() 270 u32 b43legacy_shm_read32(struct b43legacy_wldev *dev, in b43legacy_shm_read32() 297 u16 b43legacy_shm_read16(struct b43legacy_wldev *dev, in b43legacy_shm_read16() 320 void b43legacy_shm_write32(struct b43legacy_wldev *dev, in b43legacy_shm_write32() 344 void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset, in b43legacy_shm_write16() 364 u32 b43legacy_hf_read(struct b43legacy_wldev *dev) in b43legacy_hf_read() 378 void b43legacy_hf_write(struct b43legacy_wldev *dev, u32 value) in b43legacy_hf_write() 388 void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf) in b43legacy_tsf_read() 446 static void b43legacy_time_lock(struct b43legacy_wldev *dev) in b43legacy_time_lock() [all …]
|
| /linux/net/nfc/ |
| H A D | core.c | 33 int nfc_fw_download(struct nfc_dev *dev, const char *firmware_name) in nfc_fw_download() 73 int nfc_fw_download_done(struct nfc_dev *dev, const char *firmware_name, in nfc_fw_download_done() 89 int nfc_dev_up(struct nfc_dev *dev) in nfc_dev_up() 137 int nfc_dev_down(struct nfc_dev *dev) in nfc_dev_down() 172 struct nfc_dev *dev = data; in nfc_rfkill_set_block() local 198 int nfc_start_poll(struct nfc_dev *dev, u32 im_protocols, u32 tm_protocols) in nfc_start_poll() 241 int nfc_stop_poll(struct nfc_dev *dev) in nfc_stop_poll() 268 static struct nfc_target *nfc_find_target(struct nfc_dev *dev, u32 target_idx) in nfc_find_target() 280 int nfc_dep_link_up(struct nfc_dev *dev, int target_index, u8 comm_mode) in nfc_dep_link_up() 327 int nfc_dep_link_down(struct nfc_dev *dev) in nfc_dep_link_down() [all …]
|
| /linux/drivers/base/ |
| H A D | dd.c | 73 static void __device_set_deferred_probe_reason(const struct device *dev, char *reason) in __device_set_deferred_probe_reason() 84 struct device *dev; in deferred_probe_work_func() local 133 void driver_deferred_probe_add(struct device *dev) in driver_deferred_probe_add() 146 void driver_deferred_probe_del(struct device *dev) in driver_deferred_probe_del() 228 void device_set_deferred_probe_reason(const struct device *dev, struct va_format *vaf) in device_set_deferred_probe_reason() 289 int driver_deferred_probe_check_state(struct device *dev) in driver_deferred_probe_check_state() 393 bool device_is_bound(struct device *dev) in device_is_bound() 399 static void driver_bound(struct device *dev) in driver_bound() 425 static ssize_t coredump_store(struct device *dev, struct device_attribute *attr, in coredump_store() 436 static int driver_sysfs_add(struct device *dev) in driver_sysfs_add() [all …]
|
| H A D | core.c | 277 static bool device_is_ancestor(struct device *dev, struct device *target) in device_is_ancestor() 303 static int device_is_dependent(struct device *dev, void *target) in device_is_dependent() 378 static int device_reorder_to_tail(struct device *dev, void *not_used) in device_reorder_to_tail() 411 void device_pm_move_to_tail(struct device *dev) in device_pm_move_to_tail() 422 #define to_devlink(dev) container_of((dev), struct device_link, link_dev) argument 424 static ssize_t status_show(struct device *dev, in status_show() 457 static ssize_t auto_remove_on_show(struct device *dev, in auto_remove_on_show() 474 static ssize_t runtime_pm_show(struct device *dev, in runtime_pm_show() 483 static ssize_t sync_state_only_show(struct device *dev, in sync_state_only_show() 526 static void devlink_dev_release(struct device *dev) in devlink_dev_release() [all …]
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 116 static inline void emac_report_timeout_error(struct emac_instance *dev, in emac_report_timeout_error() 131 static inline void emac_rx_clk_tx(struct emac_instance *dev) in emac_rx_clk_tx() 140 static inline void emac_rx_clk_default(struct emac_instance *dev) in emac_rx_clk_default() 204 static inline void emac_tx_enable(struct emac_instance *dev) in emac_tx_enable() 216 static void emac_tx_disable(struct emac_instance *dev) in emac_tx_disable() 236 static void emac_rx_enable(struct emac_instance *dev) in emac_rx_enable() 265 static void emac_rx_disable(struct emac_instance *dev) in emac_rx_disable() 285 static inline void emac_netif_stop(struct emac_instance *dev) in emac_netif_stop() 297 static inline void emac_netif_start(struct emac_instance *dev) in emac_netif_start() 317 static inline void emac_rx_disable_async(struct emac_instance *dev) in emac_rx_disable_async() [all …]
|
| /linux/include/net/ |
| H A D | netdev_lock.h | 10 static inline bool netdev_trylock(struct net_device *dev) in netdev_trylock() 15 static inline void netdev_assert_locked(const struct net_device *dev) in netdev_assert_locked() 21 netdev_assert_locked_or_invisible(const struct net_device *dev) in netdev_assert_locked_or_invisible() 28 static inline bool netdev_need_ops_lock(const struct net_device *dev) in netdev_need_ops_lock() 39 static inline void netdev_lock_ops(struct net_device *dev) in netdev_lock_ops() 45 static inline void netdev_unlock_ops(struct net_device *dev) in netdev_unlock_ops() 51 static inline void netdev_lock_ops_to_full(struct net_device *dev) in netdev_lock_ops_to_full() 59 static inline void netdev_unlock_full_to_ops(struct net_device *dev) in netdev_unlock_full_to_ops() 67 static inline void netdev_ops_assert_locked(const struct net_device *dev) in netdev_ops_assert_locked() 76 netdev_ops_assert_locked_or_invisible(const struct net_device *dev) in netdev_ops_assert_locked_or_invisible() [all …]
|
| /linux/drivers/net/usb/ |
| H A D | usbnet.c | 48 #define RX_QLEN(dev) ((dev)->rx_qlen) argument 49 #define TX_QLEN(dev) ((dev)->tx_qlen) argument 89 int usbnet_get_endpoints(struct usbnet *dev, struct usb_interface *intf) in usbnet_get_endpoints() 160 int usbnet_get_ethernet_addr(struct usbnet *dev, int iMACAddress) in usbnet_get_ethernet_addr() 181 static bool usbnet_needs_usb_name_format(struct usbnet *dev, struct net_device *net) in usbnet_needs_usb_name_format() 194 struct usbnet *dev = urb->context; in intr_complete() local 224 static int init_status (struct usbnet *dev, struct usb_interface *intf) in init_status() 262 int usbnet_status_start(struct usbnet *dev, gfp_t mem_flags) in usbnet_status_start() 282 static int __usbnet_status_start_force(struct usbnet *dev, gfp_t mem_flags) in __usbnet_status_start_force() 297 void usbnet_status_stop(struct usbnet *dev) in usbnet_status_stop() [all …]
|
| H A D | sr9800.c | 28 static int sr_read_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in sr_read_cmd() 41 static int sr_write_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in sr_write_cmd() 55 sr_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value, u16 index, in sr_write_cmd_async() 62 static int sr_rx_fixup(struct usbnet *dev, struct sk_buff *skb) in sr_rx_fixup() 110 static struct sk_buff *sr_tx_fixup(struct usbnet *dev, struct sk_buff *skb, in sr_tx_fixup() 150 static void sr_status(struct usbnet *dev, struct urb *urb) in sr_status() 168 static inline int sr_set_sw_mii(struct usbnet *dev) in sr_set_sw_mii() 178 static inline int sr_set_hw_mii(struct usbnet *dev) in sr_set_hw_mii() 188 static inline int sr_get_phy_addr(struct usbnet *dev) in sr_get_phy_addr() 208 static int sr_sw_reset(struct usbnet *dev, u8 flags) in sr_sw_reset() [all …]
|
| /linux/net/core/ |
| H A D | dev_api.c | 18 int dev_change_name(struct net_device *dev, const char *newname) in dev_change_name() 39 int dev_set_alias(struct net_device *dev, const char *alias, size_t len) in dev_set_alias() 62 int dev_change_flags(struct net_device *dev, unsigned int flags, in dev_change_flags() 80 void dev_set_group(struct net_device *dev, int new_group) in dev_set_group() 87 int dev_set_mac_address_user(struct net_device *dev, in dev_set_mac_address_user() 118 int dev_change_net_namespace(struct net_device *dev, struct net *net, in dev_change_net_namespace() 134 int dev_change_carrier(struct net_device *dev, bool new_carrier) in dev_change_carrier() 152 int dev_change_tx_queue_len(struct net_device *dev, unsigned long new_len) in dev_change_tx_queue_len() 170 int dev_change_proto_down(struct net_device *dev, bool proto_down) in dev_change_proto_down() 196 int dev_open(struct net_device *dev, struct netlink_ext_ack *extack) in dev_open() [all …]
|
| /linux/drivers/scsi/aacraid/ |
| H A D | src.c | 39 struct aac_dev *dev; in aac_src_intr_message() local 174 static void aac_src_disable_interrupt(struct aac_dev *dev) in aac_src_disable_interrupt() 184 static void aac_src_enable_interrupt_message(struct aac_dev *dev) in aac_src_enable_interrupt_message() 209 static int src_sync_cmd(struct aac_dev *dev, u32 command, in src_sync_cmd() 335 static void aac_src_interrupt_adapter(struct aac_dev *dev) in aac_src_interrupt_adapter() 351 static void aac_src_notify_adapter(struct aac_dev *dev, u32 event) in aac_src_notify_adapter() 392 static void aac_src_start_adapter(struct aac_dev *dev) in aac_src_start_adapter() 433 static int aac_src_check_health(struct aac_dev *dev) in aac_src_check_health() 472 static inline u32 aac_get_vector(struct aac_dev *dev) in aac_get_vector() 485 struct aac_dev *dev = fib->dev; in aac_src_deliver_message() local [all …]
|
| /linux/drivers/scsi/ |
| H A D | scsi_pm.c | 22 static int do_scsi_suspend(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_suspend() 27 static int do_scsi_freeze(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_freeze() 32 static int do_scsi_poweroff(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_poweroff() 37 static int do_scsi_resume(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_resume() 42 static int do_scsi_thaw(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_thaw() 47 static int do_scsi_restore(struct device *dev, const struct dev_pm_ops *pm) in do_scsi_restore() 52 static int scsi_dev_type_suspend(struct device *dev, in scsi_dev_type_suspend() 69 scsi_bus_suspend_common(struct device *dev, in scsi_bus_suspend_common() 78 static int scsi_bus_resume_common(struct device *dev, in scsi_bus_resume_common() 94 static int scsi_bus_prepare(struct device *dev) in scsi_bus_prepare() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | init.c | 16 mt7601u_set_wlan_state(struct mt7601u_dev *dev, u32 val, bool enable) in mt7601u_set_wlan_state() 59 static void mt7601u_chip_onoff(struct mt7601u_dev *dev, bool enable, bool reset) in mt7601u_chip_onoff() 90 static void mt7601u_reset_csr_bbp(struct mt7601u_dev *dev) in mt7601u_reset_csr_bbp() 99 static void mt7601u_init_usb_dma(struct mt7601u_dev *dev) in mt7601u_init_usb_dma() 118 static int mt7601u_init_bbp(struct mt7601u_dev *dev) in mt7601u_init_bbp() 136 mt76_init_beacon_offsets(struct mt7601u_dev *dev) in mt76_init_beacon_offsets() 152 static int mt7601u_write_mac_initvals(struct mt7601u_dev *dev) in mt7601u_write_mac_initvals() 172 static int mt7601u_init_wcid_mem(struct mt7601u_dev *dev) in mt7601u_init_wcid_mem() 193 static int mt7601u_init_key_mem(struct mt7601u_dev *dev) in mt7601u_init_key_mem() 201 static int mt7601u_init_wcid_attr_mem(struct mt7601u_dev *dev) in mt7601u_init_wcid_attr_mem() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-designware-common.c | 70 struct dw_i2c_dev *dev = context; in dw_reg_read() local 79 struct dw_i2c_dev *dev = context; in dw_reg_write() local 88 struct dw_i2c_dev *dev = context; in dw_reg_read_swab() local 97 struct dw_i2c_dev *dev = context; in dw_reg_write_swab() local 106 struct dw_i2c_dev *dev = context; in dw_reg_read_word() local 116 struct dw_i2c_dev *dev = context; in dw_reg_write_word() local 134 int i2c_dw_init_regmap(struct dw_i2c_dev *dev) in i2c_dw_init_regmap() 199 static int i2c_dw_validate_speed(struct dw_i2c_dev *dev) in i2c_dw_validate_speed() 228 static int mscc_twi_set_sda_hold_time(struct dw_i2c_dev *dev) in mscc_twi_set_sda_hold_time() 239 struct dw_i2c_dev *dev = dev_get_drvdata(device); in i2c_dw_of_configure() local [all …]
|
| /linux/drivers/usb/core/ |
| H A D | sysfs.c | 52 static ssize_t bMaxPower_show(struct device *dev, in bMaxPower_show() 71 static ssize_t configuration_show(struct device *dev, in configuration_show() 93 static ssize_t bConfigurationValue_store(struct device *dev, in bConfigurationValue_store() 113 static ssize_t devspec_show(struct device *dev, struct device_attribute *attr, in devspec_show() 145 static ssize_t speed_show(struct device *dev, struct device_attribute *attr, in speed_show() 180 static ssize_t rx_lanes_show(struct device *dev, struct device_attribute *attr, in rx_lanes_show() 190 static ssize_t tx_lanes_show(struct device *dev, struct device_attribute *attr, in tx_lanes_show() 200 static ssize_t busnum_show(struct device *dev, struct device_attribute *attr, in busnum_show() 210 static ssize_t devnum_show(struct device *dev, struct device_attribute *attr, in devnum_show() 220 static ssize_t devpath_show(struct device *dev, struct device_attribute *attr, in devpath_show() [all …]
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc_ctrl.c | 23 int s5p_mfc_alloc_firmware(struct s5p_mfc_dev *dev) in s5p_mfc_alloc_firmware() 45 int s5p_mfc_load_firmware(struct s5p_mfc_dev *dev) in s5p_mfc_load_firmware() 92 int s5p_mfc_release_firmware(struct s5p_mfc_dev *dev) in s5p_mfc_release_firmware() 101 static int s5p_mfc_bus_reset(struct s5p_mfc_dev *dev) in s5p_mfc_bus_reset() 121 int s5p_mfc_reset(struct s5p_mfc_dev *dev) in s5p_mfc_reset() 179 static inline void s5p_mfc_init_memctrl(struct s5p_mfc_dev *dev) in s5p_mfc_init_memctrl() 197 static inline void s5p_mfc_clear_cmds(struct s5p_mfc_dev *dev) in s5p_mfc_clear_cmds() 211 int s5p_mfc_init_hw(struct s5p_mfc_dev *dev) in s5p_mfc_init_hw() 295 void s5p_mfc_deinit_hw(struct s5p_mfc_dev *dev) in s5p_mfc_deinit_hw() 305 int s5p_mfc_sleep(struct s5p_mfc_dev *dev) in s5p_mfc_sleep() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw_reset.c | 21 struct mlx5_core_dev *dev; member 49 static u8 mlx5_get_fw_rst_state(struct mlx5_core_dev *dev) in mlx5_get_fw_rst_state() 54 static void mlx5_set_fw_rst_ack(struct mlx5_core_dev *dev) in mlx5_set_fw_rst_ack() 63 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_fw_reset_enable_remote_dev_reset_set() local 78 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_fw_reset_enable_remote_dev_reset_get() local 88 static int mlx5_reg_mfrl_set(struct mlx5_core_dev *dev, u8 reset_level, in mlx5_reg_mfrl_set() 102 static int mlx5_reg_mfrl_query(struct mlx5_core_dev *dev, u8 *reset_level, in mlx5_reg_mfrl_query() 125 int mlx5_fw_reset_query(struct mlx5_core_dev *dev, u8 *reset_level, u8 *reset_type) in mlx5_fw_reset_query() 130 static int mlx5_fw_reset_get_reset_method(struct mlx5_core_dev *dev, in mlx5_fw_reset_get_reset_method() 141 static int mlx5_fw_reset_get_reset_state_err(struct mlx5_core_dev *dev, in mlx5_fw_reset_get_reset_state_err() [all …]
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-regs.c | 14 void gsc_hw_set_sw_reset(struct gsc_dev *dev) in gsc_hw_set_sw_reset() 19 int gsc_wait_reset(struct gsc_dev *dev) in gsc_wait_reset() 34 void gsc_hw_set_frm_done_irq_mask(struct gsc_dev *dev, bool mask) in gsc_hw_set_frm_done_irq_mask() 46 void gsc_hw_set_gsc_irq_enable(struct gsc_dev *dev, bool mask) in gsc_hw_set_gsc_irq_enable() 58 void gsc_hw_set_input_buf_masking(struct gsc_dev *dev, u32 shift, in gsc_hw_set_input_buf_masking() 72 void gsc_hw_set_output_buf_masking(struct gsc_dev *dev, u32 shift, in gsc_hw_set_output_buf_masking() 86 void gsc_hw_set_input_addr(struct gsc_dev *dev, struct gsc_addr *addr, in gsc_hw_set_input_addr() 97 void gsc_hw_set_output_addr(struct gsc_dev *dev, in gsc_hw_set_output_addr() 109 struct gsc_dev *dev = ctx->gsc_dev; in gsc_hw_set_input_path() local 122 struct gsc_dev *dev = ctx->gsc_dev; in gsc_hw_set_in_size() local [all …]
|
| /linux/drivers/clk/ |
| H A D | clk-devres.c | 12 static void devm_clk_release(struct device *dev, void *res) in devm_clk_release() 22 static struct clk *__devm_clk_get(struct device *dev, const char *id, in __devm_clk_get() 23 struct clk *(*get)(struct device *dev, const char *id), in __devm_clk_get() 63 struct clk *devm_clk_get(struct device *dev, const char *id) in devm_clk_get() 69 struct clk *devm_clk_get_prepared(struct device *dev, const char *id) in devm_clk_get_prepared() 75 struct clk *devm_clk_get_enabled(struct device *dev, const char *id) in devm_clk_get_enabled() 82 struct clk *devm_clk_get_optional(struct device *dev, const char *id) in devm_clk_get_optional() 88 struct clk *devm_clk_get_optional_prepared(struct device *dev, const char *id) in devm_clk_get_optional_prepared() 95 struct clk *devm_clk_get_optional_enabled(struct device *dev, const char *id) in devm_clk_get_optional_enabled() 102 struct clk *devm_clk_get_optional_enabled_with_rate(struct device *dev, in devm_clk_get_optional_enabled_with_rate() [all …]
|