/openbmc/linux/drivers/net/usb/ |
H A D | dm9601.c | 61 static int dm_read(struct usbnet *dev, u8 reg, u16 length, void *data) in dm_read() 72 static int dm_read_reg(struct usbnet *dev, u8 reg, u8 *value) in dm_read_reg() 77 static int dm_write(struct usbnet *dev, u8 reg, u16 length, void *data) in dm_write() 89 static int dm_write_reg(struct usbnet *dev, u8 reg, u8 value) in dm_write_reg() 96 static void dm_write_async(struct usbnet *dev, u8 reg, u16 length, in dm_write_async() 104 static void dm_write_reg_async(struct usbnet *dev, u8 reg, u8 value) in dm_write_reg_async() 111 static int dm_read_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 *value) in dm_read_shared_word() 150 static int dm_write_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 value) in dm_write_shared_word() 189 static int dm_read_eeprom_word(struct usbnet *dev, u8 offset, void *value) in dm_read_eeprom_word() 196 static int dm9601_get_eeprom_len(struct net_device *dev) in dm9601_get_eeprom_len() [all …]
|
H A D | smsc95xx.c | 82 static int __must_check smsc95xx_read_reg(struct usbnet *dev, u32 index, in smsc95xx_read_reg() 113 static int __must_check smsc95xx_write_reg(struct usbnet *dev, u32 index, in smsc95xx_write_reg() 141 static int __must_check smsc95xx_phy_wait_not_busy(struct usbnet *dev) in smsc95xx_phy_wait_not_busy() 169 static int smsc95xx_mdio_read(struct usbnet *dev, int phy_id, int idx) in smsc95xx_mdio_read() 216 static void smsc95xx_mdio_write(struct usbnet *dev, int phy_id, int idx, in smsc95xx_mdio_write() 261 struct usbnet *dev; in smsc95xx_mdiobus_reset() local 297 struct usbnet *dev = bus->priv; in smsc95xx_mdiobus_read() local 305 struct usbnet *dev = bus->priv; in smsc95xx_mdiobus_write() local 311 static int __must_check smsc95xx_wait_eeprom(struct usbnet *dev) in smsc95xx_wait_eeprom() 337 static int __must_check smsc95xx_eeprom_confirm_not_busy(struct usbnet *dev) in smsc95xx_eeprom_confirm_not_busy() [all …]
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 202 static void CamResetAllEntry(struct net_device *dev) in CamResetAllEntry() 215 int write_nic_byte_E(struct net_device *dev, int indx, u8 data) in write_nic_byte_E() 238 int read_nic_byte_E(struct net_device *dev, int indx, u8 *data) in read_nic_byte_E() 263 int write_nic_byte(struct net_device *dev, int indx, u8 data) in write_nic_byte() 289 int write_nic_word(struct net_device *dev, int indx, u16 data) in write_nic_word() 315 int write_nic_dword(struct net_device *dev, int indx, u32 data) in write_nic_dword() 341 int read_nic_byte(struct net_device *dev, int indx, u8 *data) in read_nic_byte() 366 int read_nic_word(struct net_device *dev, int indx, u16 *data) in read_nic_word() 391 static int read_nic_word_E(struct net_device *dev, int indx, u16 *data) in read_nic_word_E() 415 int read_nic_dword(struct net_device *dev, int indx, u32 *data) in read_nic_dword() [all …]
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 61 static int ipvlan_port_create(struct net_device *dev) in ipvlan_port_create() 94 static void ipvlan_port_destroy(struct net_device *dev) in ipvlan_port_destroy() 130 static int ipvlan_init(struct net_device *dev) in ipvlan_init() 165 static void ipvlan_uninit(struct net_device *dev) in ipvlan_uninit() 179 static int ipvlan_open(struct net_device *dev) in ipvlan_open() 198 static int ipvlan_stop(struct net_device *dev) in ipvlan_stop() 216 struct net_device *dev) in ipvlan_start_xmit() 238 static netdev_features_t ipvlan_fix_features(struct net_device *dev, in ipvlan_fix_features() 253 static void ipvlan_change_rx_flags(struct net_device *dev, int change) in ipvlan_change_rx_flags() 262 static void ipvlan_set_multicast_mac_filter(struct net_device *dev) in ipvlan_set_multicast_mac_filter() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | logicore_dp_tx.c | 220 static u32 get_reg(struct udevice *dev, u32 reg) in get_reg() 240 static void set_reg(struct udevice *dev, u32 reg, u32 value) in set_reg() 256 static bool is_connected(struct udevice *dev) in is_connected() 280 static int wait_phy_ready(struct udevice *dev, u32 mask) in wait_phy_ready() 307 static int aux_wait_ready(struct udevice *dev) in aux_wait_ready() 334 static int aux_wait_reply(struct udevice *dev) in aux_wait_reply() 374 static int aux_request_send(struct udevice *dev, in aux_request_send() 465 static int aux_request(struct udevice *dev, struct aux_transaction *request) in aux_request() 517 static int aux_common(struct udevice *dev, u32 cmd_type, u32 address, in aux_common() 583 static int aux_read(struct udevice *dev, u32 dpcd_address, u32 bytes_to_read, in aux_read() [all …]
|
/openbmc/linux/include/linux/ |
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 …]
|
/openbmc/linux/drivers/pci/ |
H A D | access.c | 208 static noinline void pci_wait_cfg(struct pci_dev *dev) in pci_wait_cfg() 294 bool pci_cfg_access_trylock(struct pci_dev *dev) in pci_cfg_access_trylock() 316 void pci_cfg_access_unlock(struct pci_dev *dev) in pci_cfg_access_unlock() 335 static inline int pcie_cap_version(const struct pci_dev *dev) in pcie_cap_version() 340 bool pcie_cap_has_lnkctl(const struct pci_dev *dev) in pcie_cap_has_lnkctl() 353 bool pcie_cap_has_lnkctl2(const struct pci_dev *dev) in pcie_cap_has_lnkctl2() 358 static inline bool pcie_cap_has_sltctl(const struct pci_dev *dev) in pcie_cap_has_sltctl() 364 bool pcie_cap_has_rtctl(const struct pci_dev *dev) in pcie_cap_has_rtctl() 372 static bool pcie_capability_reg_implemented(struct pci_dev *dev, int pos) in pcie_capability_reg_implemented() 413 int pcie_capability_read_word(struct pci_dev *dev, int pos, u16 *val) in pcie_capability_read_word() [all …]
|
/openbmc/linux/drivers/base/ |
H A D | cpu.c | 29 static int cpu_subsys_match(struct device *dev, struct device_driver *drv) in cpu_subsys_match() 48 static int cpu_subsys_online(struct device *dev) in cpu_subsys_online() 89 static int cpu_subsys_offline(struct device *dev) in cpu_subsys_offline() 106 static ssize_t cpu_probe_store(struct device *dev, in cpu_probe_store() 124 static ssize_t cpu_release_store(struct device *dev, in cpu_release_store() 150 static ssize_t crash_notes_show(struct device *dev, in crash_notes_show() 172 static ssize_t crash_notes_size_show(struct device *dev, in crash_notes_size_show() 214 static ssize_t show_cpus_attr(struct device *dev, in show_cpus_attr() 236 static ssize_t print_cpus_kernel_max(struct device *dev, in print_cpus_kernel_max() 246 static ssize_t print_cpus_offline(struct device *dev, in print_cpus_offline() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mmio.c | 414 static u32 mt7915_reg_map_l1(struct mt7915_dev *dev, u32 addr) in mt7915_reg_map_l1() 435 static u32 mt7915_reg_map_l2(struct mt7915_dev *dev, u32 addr) in mt7915_reg_map_l2() 468 static u32 __mt7915_reg_addr(struct mt7915_dev *dev, u32 addr) in __mt7915_reg_addr() 496 static u32 __mt7915_reg_remap_addr(struct mt7915_dev *dev, u32 addr) in __mt7915_reg_remap_addr() 517 void mt7915_memcpy_fromio(struct mt7915_dev *dev, void *buf, u32 offset, in mt7915_memcpy_fromio() 535 struct mt7915_dev *dev = container_of(mdev, struct mt7915_dev, mt76); in mt7915_rr() local 550 struct mt7915_dev *dev = container_of(mdev, struct mt7915_dev, mt76); in mt7915_wr() local 565 struct mt7915_dev *dev = container_of(mdev, struct mt7915_dev, mt76); in mt7915_rmw() local 581 struct mt7915_dev *dev; in mt7915_mmio_wed_offload_enable() local 595 struct mt7915_dev *dev; in mt7915_mmio_wed_offload_disable() local [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | usb_init.c | 13 static void mt76x2u_init_dma(struct mt76x02_dev *dev) in mt76x2u_init_dma() 28 static void mt76x2u_power_on_rf_patch(struct mt76x02_dev *dev) in mt76x2u_power_on_rf_patch() 48 static void mt76x2u_power_on_rf(struct mt76x02_dev *dev, int unit) in mt76x2u_power_on_rf() 70 static void mt76x2u_power_on(struct mt76x02_dev *dev) in mt76x2u_power_on() 106 static int mt76x2u_init_eeprom(struct mt76x02_dev *dev) in mt76x2u_init_eeprom() 126 int mt76x2u_init_hardware(struct mt76x02_dev *dev) in mt76x2u_init_hardware() 190 int mt76x2u_register_device(struct mt76x02_dev *dev) in mt76x2u_register_device() 238 void mt76x2u_stop_hw(struct mt76x02_dev *dev) in mt76x2u_stop_hw() 245 void mt76x2u_cleanup(struct mt76x02_dev *dev) in mt76x2u_cleanup()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | 8390.c | 9 int ei_open(struct net_device *dev) in ei_open() 15 int ei_close(struct net_device *dev) in ei_close() 21 netdev_tx_t ei_start_xmit(struct sk_buff *skb, struct net_device *dev) in ei_start_xmit() 27 struct net_device_stats *ei_get_stats(struct net_device *dev) in ei_get_stats() 33 void ei_set_multicast_list(struct net_device *dev) in ei_set_multicast_list() 39 void ei_tx_timeout(struct net_device *dev, unsigned int txqueue) in ei_tx_timeout() 52 void ei_poll(struct net_device *dev) in ei_poll() 76 struct net_device *dev = ____alloc_ei_netdev(size); in __alloc_ei_netdev() local 83 void NS8390_init(struct net_device *dev, int startp) in NS8390_init()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | dma.c | 42 mt76_alloc_txwi(struct mt76_dev *dev) in mt76_alloc_txwi() 63 mt76_alloc_rxwi(struct mt76_dev *dev) in mt76_alloc_rxwi() 76 __mt76_get_txwi(struct mt76_dev *dev) in __mt76_get_txwi() 92 __mt76_get_rxwi(struct mt76_dev *dev) in __mt76_get_rxwi() 108 mt76_get_txwi(struct mt76_dev *dev) in mt76_get_txwi() 119 mt76_get_rxwi(struct mt76_dev *dev) in mt76_get_rxwi() 131 mt76_put_txwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_txwi() 143 mt76_put_rxwi(struct mt76_dev *dev, struct mt76_txwi_cache *t) in mt76_put_rxwi() 155 mt76_free_pending_txwi(struct mt76_dev *dev) in mt76_free_pending_txwi() 169 mt76_free_pending_rxwi(struct mt76_dev *dev) in mt76_free_pending_rxwi() [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_file.c | 55 bool drm_dev_needs_global_mutex(struct drm_device *dev) in drm_dev_needs_global_mutex() 153 struct drm_device *dev = minor->dev; in drm_file_alloc() local 211 struct drm_device *dev = file_priv->minor->dev; in drm_events_release() local 245 struct drm_device *dev; in drm_file_free() local 301 struct drm_device *dev = file_priv->minor->dev; in drm_close_helper() local 335 struct drm_device *dev = minor->dev; in drm_open_helper() local 411 struct drm_device *dev; in drm_open() local 455 void drm_lastclose(struct drm_device * dev) in drm_lastclose() 487 struct drm_device *dev = minor->dev; in drm_release() local 510 struct drm_device *dev; in drm_file_update_pid() local [all …]
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pci.c | 123 struct device *dev; member 191 struct nvme_dev *dev; member 244 static inline unsigned int nvme_dbbuf_size(struct nvme_dev *dev) in nvme_dbbuf_size() 249 static void nvme_dbbuf_dma_alloc(struct nvme_dev *dev) in nvme_dbbuf_dma_alloc() 286 static void nvme_dbbuf_dma_free(struct nvme_dev *dev) in nvme_dbbuf_dma_free() 302 static void nvme_dbbuf_init(struct nvme_dev *dev, in nvme_dbbuf_init() 325 static void nvme_dbbuf_set(struct nvme_dev *dev) in nvme_dbbuf_set() 399 struct nvme_dev *dev = to_nvme_dev(data); in nvme_admin_init_hctx() local 412 struct nvme_dev *dev = to_nvme_dev(data); in nvme_init_hctx() local 431 static int queue_irq_offset(struct nvme_dev *dev) in queue_irq_offset() [all …]
|
/openbmc/linux/net/ethtool/ |
H A D | ioctl.c | 46 static struct devlink *netdev_to_devlink_get(struct net_device *dev) in netdev_to_devlink_get() 59 u32 ethtool_op_get_link(struct net_device *dev) in ethtool_op_get_link() 65 int ethtool_op_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) in ethtool_op_get_ts_info() 78 static int ethtool_get_features(struct net_device *dev, void __user *useraddr) in ethtool_get_features() 117 static int ethtool_set_features(struct net_device *dev, void __user *useraddr) in ethtool_set_features() 157 static int __ethtool_get_sset_count(struct net_device *dev, int sset) in __ethtool_get_sset_count() 188 static void __ethtool_get_strings(struct net_device *dev, in __ethtool_get_strings() 245 static int ethtool_get_one_feature(struct net_device *dev, in ethtool_get_one_feature() 259 static int ethtool_set_one_feature(struct net_device *dev, in ethtool_set_one_feature() 289 static u32 __ethtool_get_flags(struct net_device *dev) in __ethtool_get_flags() [all …]
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 37 static inline ssize_t ufs_sysfs_pm_lvl_store(struct device *dev, in ufs_sysfs_pm_lvl_store() 66 static ssize_t rpm_lvl_show(struct device *dev, in rpm_lvl_show() 74 static ssize_t rpm_lvl_store(struct device *dev, in rpm_lvl_store() 80 static ssize_t rpm_target_dev_state_show(struct device *dev, in rpm_target_dev_state_show() 89 static ssize_t rpm_target_link_state_show(struct device *dev, in rpm_target_link_state_show() 98 static ssize_t spm_lvl_show(struct device *dev, in spm_lvl_show() 106 static ssize_t spm_lvl_store(struct device *dev, in spm_lvl_store() 112 static ssize_t spm_target_dev_state_show(struct device *dev, in spm_target_dev_state_show() 121 static ssize_t spm_target_link_state_show(struct device *dev, in spm_target_link_state_show() 154 static ssize_t auto_hibern8_show(struct device *dev, in auto_hibern8_show() [all …]
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 21 static int _rtl92e_wx_get_freq(struct net_device *dev, in _rtl92e_wx_get_freq() 30 static int _rtl92e_wx_get_mode(struct net_device *dev, in _rtl92e_wx_get_mode() 39 static int _rtl92e_wx_get_rate(struct net_device *dev, in _rtl92e_wx_get_rate() 48 static int _rtl92e_wx_set_rate(struct net_device *dev, in _rtl92e_wx_set_rate() 67 static int _rtl92e_wx_set_rts(struct net_device *dev, in _rtl92e_wx_set_rts() 86 static int _rtl92e_wx_get_rts(struct net_device *dev, in _rtl92e_wx_get_rts() 95 static int _rtl92e_wx_set_power(struct net_device *dev, in _rtl92e_wx_set_power() 116 static int _rtl92e_wx_get_power(struct net_device *dev, in _rtl92e_wx_get_power() 125 static int _rtl92e_wx_set_rawtx(struct net_device *dev, in _rtl92e_wx_set_rawtx() 144 static int _rtl92e_wx_force_reset(struct net_device *dev, in _rtl92e_wx_force_reset() [all …]
|
/openbmc/u-boot/common/ |
H A D | usb.c | 59 struct usb_device *dev; in usb_init() local 197 int usb_submit_int_msg(struct usb_device *dev, unsigned long pipe, in usb_submit_int_msg() 212 int usb_control_msg(struct usb_device *dev, unsigned int pipe, in usb_control_msg() 264 int usb_bulk_msg(struct usb_device *dev, unsigned int pipe, in usb_bulk_msg() 293 int usb_maxpacket(struct usb_device *dev, unsigned long pipe) in usb_maxpacket() 314 usb_set_maxpacket_ep(struct usb_device *dev, int if_idx, int ep_idx) in usb_set_maxpacket_ep() 354 static int usb_set_maxpacket(struct usb_device *dev) in usb_set_maxpacket() 370 static int usb_parse_config(struct usb_device *dev, in usb_parse_config() 525 int usb_clear_halt(struct usb_device *dev, int pipe) in usb_clear_halt() 554 static int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | ecpf.c | 6 bool mlx5_read_embedded_cpu(struct mlx5_core_dev *dev) in mlx5_read_embedded_cpu() 11 static bool mlx5_ecpf_esw_admins_host_pf(const struct mlx5_core_dev *dev) in mlx5_ecpf_esw_admins_host_pf() 20 int mlx5_cmd_host_pf_enable_hca(struct mlx5_core_dev *dev) in mlx5_cmd_host_pf_enable_hca() 31 int mlx5_cmd_host_pf_disable_hca(struct mlx5_core_dev *dev) in mlx5_cmd_host_pf_disable_hca() 42 static int mlx5_host_pf_init(struct mlx5_core_dev *dev) in mlx5_host_pf_init() 59 static void mlx5_host_pf_cleanup(struct mlx5_core_dev *dev) in mlx5_host_pf_cleanup() 73 int mlx5_ec_init(struct mlx5_core_dev *dev) in mlx5_ec_init() 81 void mlx5_ec_cleanup(struct mlx5_core_dev *dev) in mlx5_ec_cleanup()
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-vbi.c | 28 static inline void print_err_status(struct cx231xx *dev, int packet, int status) in print_err_status() 71 static inline int cx231xx_isoc_vbi_copy(struct cx231xx *dev, struct urb *urb) in cx231xx_isoc_vbi_copy() 160 struct cx231xx *dev = vb2_get_drv_priv(vq); in vbi_queue_setup() local 174 struct cx231xx *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_buf_prepare() local 190 struct cx231xx *dev = vb2_get_drv_priv(vb->vb2_queue); in vbi_buf_queue() local 201 static void return_all_buffers(struct cx231xx *dev, in return_all_buffers() 219 struct cx231xx *dev = vb2_get_drv_priv(vq); in vbi_start_streaming() local 235 struct cx231xx *dev = vb2_get_drv_priv(vq); in vbi_stop_streaming() local 262 struct cx231xx *dev = container_of(vmode, struct cx231xx, vbi_mode); in cx231xx_irq_vbi_callback() local 297 void cx231xx_uninit_vbi_isoc(struct cx231xx *dev) in cx231xx_uninit_vbi_isoc() [all …]
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle.c | 53 struct cpuidle_device *dev) in cpuidle_not_available() 65 struct cpuidle_device *dev = __this_cpu_read(cpuidle_devices); in cpuidle_play_dead() local 81 struct cpuidle_device *dev, in find_deepest_state() 115 struct cpuidle_device *dev; in cpuidle_use_deepest_state() local 133 struct cpuidle_device *dev, in cpuidle_find_deepest_state() 141 struct cpuidle_device *dev, int index) in enter_s2idle_proper() 187 int cpuidle_enter_s2idle(struct cpuidle_driver *drv, struct cpuidle_device *dev) in cpuidle_enter_s2idle() 211 noinstr int cpuidle_enter_state(struct cpuidle_device *dev, in cpuidle_enter_state() 356 int cpuidle_select(struct cpuidle_driver *drv, struct cpuidle_device *dev, in cpuidle_select() 372 int cpuidle_enter(struct cpuidle_driver *drv, struct cpuidle_device *dev, in cpuidle_enter() [all …]
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | com90io.c | 71 static u_char get_buffer_byte(struct net_device *dev, unsigned offset) in get_buffer_byte() 82 static void put_buffer_byte(struct net_device *dev, unsigned offset, in put_buffer_byte() 95 static void get_whole_buffer(struct net_device *dev, unsigned offset, in get_whole_buffer() 111 static void put_whole_buffer(struct net_device *dev, unsigned offset, in put_whole_buffer() 130 static int __init com90io_probe(struct net_device *dev) in com90io_probe() 221 static int __init com90io_found(struct net_device *dev) in com90io_found() 279 static int com90io_reset(struct net_device *dev, int really_reset) in com90io_reset() 311 static void com90io_command(struct net_device *dev, int cmd) in com90io_command() 318 static int com90io_status(struct net_device *dev) in com90io_status() 325 static void com90io_setmask(struct net_device *dev, int mask) in com90io_setmask() [all …]
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_sriov.c | 27 void pcie_sriov_pf_init(PCIDevice *dev, uint16_t offset, in pcie_sriov_pf_init() 74 void pcie_sriov_pf_exit(PCIDevice *dev) in pcie_sriov_pf_exit() 81 void pcie_sriov_pf_init_vf_bar(PCIDevice *dev, int region_num, in pcie_sriov_pf_init_vf_bar() 108 void pcie_sriov_vf_register_bar(PCIDevice *dev, int region_num, in pcie_sriov_vf_register_bar() 147 PCIDevice *dev = pci_new(devfn, name); in register_vf() local 166 static void register_vfs(PCIDevice *dev) in register_vfs() 199 static void unregister_vfs(PCIDevice *dev) in unregister_vfs() 220 void pcie_sriov_config_write(PCIDevice *dev, uint32_t address, in pcie_sriov_config_write() 252 void pcie_sriov_pf_reset(PCIDevice *dev) in pcie_sriov_pf_reset() 277 void pcie_sriov_pf_add_sup_pgsize(PCIDevice *dev, uint16_t opt_sup_pgsize) in pcie_sriov_pf_add_sup_pgsize() [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | libata-zpodd.c | 23 struct ata_device *dev; member 35 static int eject_tray(struct ata_device *dev) in eject_tray() 53 static enum odd_mech_type zpodd_get_mech_type(struct ata_device *dev) in zpodd_get_mech_type() 104 static bool zpready(struct ata_device *dev) in zpready() 146 void zpodd_on_suspend(struct ata_device *dev) in zpodd_on_suspend() 171 bool zpodd_zpready(struct ata_device *dev) in zpodd_zpready() 185 void zpodd_enable_run_wake(struct ata_device *dev) in zpodd_enable_run_wake() 196 void zpodd_disable_run_wake(struct ata_device *dev) in zpodd_disable_run_wake() 219 void zpodd_post_poweron(struct ata_device *dev) in zpodd_post_poweron() 244 struct device *dev = &ata_dev->sdev->sdev_gendev; in zpodd_wake_dev() local [all …]
|
/openbmc/linux/drivers/pcmcia/ |
H A D | socket_sysfs.c | 33 static ssize_t pccard_show_type(struct device *dev, struct device_attribute *attr, in pccard_show_type() 46 static ssize_t pccard_show_voltage(struct device *dev, struct device_attribute *attr, in pccard_show_voltage() 60 static ssize_t pccard_show_vpp(struct device *dev, struct device_attribute *attr, in pccard_show_vpp() 70 static ssize_t pccard_show_vcc(struct device *dev, struct device_attribute *attr, in pccard_show_vcc() 81 static ssize_t pccard_store_insert(struct device *dev, struct device_attribute *attr, in pccard_store_insert() 96 static ssize_t pccard_show_card_pm_state(struct device *dev, in pccard_show_card_pm_state() 104 static ssize_t pccard_store_card_pm_state(struct device *dev, in pccard_store_card_pm_state() 127 static ssize_t pccard_store_eject(struct device *dev, in pccard_store_eject() 143 static ssize_t pccard_show_irq_mask(struct device *dev, in pccard_show_irq_mask() 151 static ssize_t pccard_store_irq_mask(struct device *dev, in pccard_store_irq_mask() [all …]
|