/openbmc/linux/drivers/media/rc/ |
H A D | rc-main.c | 214 static int ir_create_table(struct rc_dev *dev, struct rc_map *rc_map, in ir_create_table() 262 static int ir_resize_table(struct rc_dev *dev, struct rc_map *rc_map, in ir_resize_table() 313 static unsigned int ir_update_mapping(struct rc_dev *dev, in ir_update_mapping() 370 static unsigned int ir_establish_scancode(struct rc_dev *dev, in ir_establish_scancode() 471 static int ir_setkeytable(struct rc_dev *dev, const struct rc_map *from) in ir_setkeytable() 605 u32 rc_g_keycode_from_table(struct rc_dev *dev, u64 scancode) in rc_g_keycode_from_table() 636 static void ir_do_keyup(struct rc_dev *dev, bool sync) in ir_do_keyup() 657 void rc_keyup(struct rc_dev *dev) in rc_keyup() 677 struct rc_dev *dev = from_timer(dev, t, timer_keyup); in ir_timer_keyup() local 706 struct rc_dev *dev = from_timer(dev, t, timer_repeat); in ir_timer_repeat() local [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_660x.c | 270 static void ni_660x_write(struct comedi_device *dev, unsigned int chip, in ni_660x_write() 282 static unsigned int ni_660x_read(struct comedi_device *dev, in ni_660x_read() 296 struct comedi_device *dev = counter->counter_dev->dev; in ni_660x_gpct_write() local 304 struct comedi_device *dev = counter->counter_dev->dev; in ni_660x_gpct_read() local 309 static inline void ni_660x_set_dma_channel(struct comedi_device *dev, in ni_660x_set_dma_channel() 324 static inline void ni_660x_unset_dma_channel(struct comedi_device *dev, in ni_660x_unset_dma_channel() 336 static int ni_660x_request_mite_channel(struct comedi_device *dev, in ni_660x_request_mite_channel() 361 static void ni_660x_release_mite_channel(struct comedi_device *dev, in ni_660x_release_mite_channel() 378 static int ni_660x_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in ni_660x_cmd() 394 static int ni_660x_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in ni_660x_cancel() [all …]
|
/openbmc/linux/drivers/usb/typec/ |
H A D | class.c | 59 static struct usb_pd_identity *get_pd_identity(struct device *dev) in get_pd_identity() 73 static const char *get_pd_product_type(struct device *dev) in get_pd_product_type() 99 static ssize_t id_header_show(struct device *dev, struct device_attribute *attr, in id_header_show() 108 static ssize_t cert_stat_show(struct device *dev, struct device_attribute *attr, in cert_stat_show() 117 static ssize_t product_show(struct device *dev, struct device_attribute *attr, in product_show() 126 static ssize_t product_type_vdo1_show(struct device *dev, struct device_attribute *attr, in product_type_vdo1_show() 135 static ssize_t product_type_vdo2_show(struct device *dev, struct device_attribute *attr, in product_type_vdo2_show() 144 static ssize_t product_type_vdo3_show(struct device *dev, struct device_attribute *attr, in product_type_vdo3_show() 173 static void typec_product_type_notify(struct device *dev) in typec_product_type_notify() 192 static void typec_report_identity(struct device *dev) in typec_report_identity() [all …]
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | bmac.c | 209 void bmwrite(struct net_device *dev, unsigned long reg_offset, unsigned data ) in bmwrite() 216 unsigned short bmread(struct net_device *dev, unsigned long reg_offset ) in bmread() 222 bmac_enable_and_reset_chip(struct net_device *dev) in bmac_enable_and_reset_chip() 239 bmac_mif_readbits(struct net_device *dev, int nb) in bmac_mif_readbits() 259 bmac_mif_writebits(struct net_device *dev, unsigned int val, int nb) in bmac_mif_writebits() 273 bmac_mif_read(struct net_device *dev, unsigned int addr) in bmac_mif_read() 293 bmac_mif_write(struct net_device *dev, unsigned int addr, unsigned int val) in bmac_mif_write() 306 bmac_init_registers(struct net_device *dev) in bmac_init_registers() 399 bmac_start_chip(struct net_device *dev) in bmac_start_chip() 418 bmac_init_phy(struct net_device *dev) in bmac_init_phy() [all …]
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_core.c | 84 static int rproc_iommu_fault(struct iommu_domain *domain, struct device *dev, in rproc_iommu_fault() 103 struct device *dev = rproc->dev.parent; in rproc_enable_iommu() local 137 struct device *dev = rproc->dev.parent; in rproc_disable_iommu() local 293 struct device *dev = &rproc->dev; in rproc_check_carveout_da() local 328 struct device *dev = &rproc->dev; in rproc_alloc_vring() local 389 struct device *dev = &rproc->dev; in rproc_parse_vring() local 479 struct device *dev = &rproc->dev; in rproc_handle_vdev() local 550 struct device *dev = &rproc->dev; in rproc_handle_trace() local 624 struct device *dev = &rproc->dev; in rproc_handle_devmem() local 688 struct device *dev = &rproc->dev; in rproc_alloc_carveout() local [all …]
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 290 static void stmmac_ethtool_getdrvinfo(struct net_device *dev, in stmmac_ethtool_getdrvinfo() 309 static int stmmac_ethtool_get_link_ksettings(struct net_device *dev, in stmmac_ethtool_get_link_ksettings() 396 stmmac_ethtool_set_link_ksettings(struct net_device *dev, in stmmac_ethtool_set_link_ksettings() 418 static u32 stmmac_ethtool_getmsglevel(struct net_device *dev) in stmmac_ethtool_getmsglevel() 424 static void stmmac_ethtool_setmsglevel(struct net_device *dev, u32 level) in stmmac_ethtool_setmsglevel() 431 static int stmmac_check_if_running(struct net_device *dev) in stmmac_check_if_running() 438 static int stmmac_ethtool_get_regs_len(struct net_device *dev) in stmmac_ethtool_get_regs_len() 449 static void stmmac_ethtool_gregs(struct net_device *dev, in stmmac_ethtool_gregs() 471 static int stmmac_nway_reset(struct net_device *dev) in stmmac_nway_reset() 618 static void stmmac_get_ethtool_stats(struct net_device *dev, in stmmac_get_ethtool_stats() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
H A D | sf.h | 37 static inline int mlx5_sf_hw_table_init(struct mlx5_core_dev *dev) in mlx5_sf_hw_table_init() 42 static inline void mlx5_sf_hw_table_cleanup(struct mlx5_core_dev *dev) in mlx5_sf_hw_table_cleanup() 46 static inline int mlx5_sf_hw_table_create(struct mlx5_core_dev *dev) in mlx5_sf_hw_table_create() 51 static inline void mlx5_sf_hw_table_destroy(struct mlx5_core_dev *dev) in mlx5_sf_hw_table_destroy() 55 static inline int mlx5_sf_table_init(struct mlx5_core_dev *dev) in mlx5_sf_table_init() 60 static inline void mlx5_sf_table_cleanup(struct mlx5_core_dev *dev) in mlx5_sf_table_cleanup()
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | rsparser.c | 56 static void pnpbios_parse_allocated_ioresource(struct pnp_dev *dev, in pnpbios_parse_allocated_ioresource() 68 static void pnpbios_parse_allocated_memresource(struct pnp_dev *dev, in pnpbios_parse_allocated_memresource() 80 static unsigned char *pnpbios_parse_allocated_resource_data(struct pnp_dev *dev, in pnpbios_parse_allocated_resource_data() 217 static __init void pnpbios_parse_mem_option(struct pnp_dev *dev, in pnpbios_parse_mem_option() 233 static __init void pnpbios_parse_mem32_option(struct pnp_dev *dev, in pnpbios_parse_mem32_option() 249 static __init void pnpbios_parse_fixed_mem32_option(struct pnp_dev *dev, in pnpbios_parse_fixed_mem32_option() 262 static __init void pnpbios_parse_irq_option(struct pnp_dev *dev, in pnpbios_parse_irq_option() 281 static __init void pnpbios_parse_dma_option(struct pnp_dev *dev, in pnpbios_parse_dma_option() 288 static __init void pnpbios_parse_port_option(struct pnp_dev *dev, in pnpbios_parse_port_option() 304 static __init void pnpbios_parse_fixed_port_option(struct pnp_dev *dev, in pnpbios_parse_fixed_port_option() [all …]
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-i2c.c | 50 static int em28xx_i2c_timeout(struct em28xx *dev) in em28xx_i2c_timeout() 73 static int em2800_i2c_send_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_send_bytes() 125 static int em2800_i2c_recv_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_recv_bytes() 185 static int em2800_i2c_check_for_device(struct em28xx *dev, u8 addr) in em2800_i2c_check_for_device() 199 static int em28xx_i2c_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em28xx_i2c_send_bytes() 269 static int em28xx_i2c_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, u16 len) in em28xx_i2c_recv_bytes() 335 static int em28xx_i2c_check_for_device(struct em28xx *dev, u16 addr) in em28xx_i2c_check_for_device() 350 static int em25xx_bus_B_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_send_bytes() 403 static int em25xx_bus_B_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_recv_bytes() 458 static int em25xx_bus_B_check_for_device(struct em28xx *dev, u16 addr) in em25xx_bus_B_check_for_device() [all …]
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | arche-apb-ctrl.c | 68 struct device *dev = &pdev->dev; in coldboot_seq() local 117 struct device *dev = &pdev->dev; in fw_flashing_seq() local 163 struct device *dev = &pdev->dev; in standby_boot_seq() local 195 struct device *dev = &pdev->dev; in poweroff_seq() local 221 static void apb_bootret_deassert(struct device *dev) in apb_bootret_deassert() 228 int apb_ctrl_coldboot(struct device *dev) in apb_ctrl_coldboot() 233 int apb_ctrl_fw_flashing(struct device *dev) in apb_ctrl_fw_flashing() 238 int apb_ctrl_standby_boot(struct device *dev) in apb_ctrl_standby_boot() 243 void apb_ctrl_poweroff(struct device *dev) in apb_ctrl_poweroff() 248 static ssize_t state_store(struct device *dev, in state_store() [all …]
|
/openbmc/linux/net/phonet/ |
H A D | pn_dev.c | 48 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc() 62 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get() 75 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu() 87 static void phonet_device_destroy(struct net_device *dev) in phonet_device_destroy() 113 struct net_device *dev = NULL; in phonet_device_get() local 130 int phonet_address_add(struct net_device *dev, u8 addr) in phonet_address_add() 149 int phonet_address_del(struct net_device *dev, u8 addr) in phonet_address_del() 173 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get() 230 static int phonet_device_autoconf(struct net_device *dev) in phonet_device_autoconf() 252 static void phonet_route_autodel(struct net_device *dev) in phonet_route_autodel() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | icm.c | 55 static void mlx4_free_icm_pages(struct mlx4_dev *dev, struct mlx4_icm_chunk *chunk) in mlx4_free_icm_pages() 68 static void mlx4_free_icm_coherent(struct mlx4_dev *dev, struct mlx4_icm_chunk *chunk) in mlx4_free_icm_coherent() 79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm() 114 static int mlx4_alloc_icm_coherent(struct device *dev, struct mlx4_icm_buf *buf, in mlx4_alloc_icm_coherent() 132 struct mlx4_icm *mlx4_alloc_icm(struct mlx4_dev *dev, int npages, in mlx4_alloc_icm() 236 static int mlx4_MAP_ICM(struct mlx4_dev *dev, struct mlx4_icm *icm, u64 virt) in mlx4_MAP_ICM() 241 static int mlx4_UNMAP_ICM(struct mlx4_dev *dev, u64 virt, u32 page_count) in mlx4_UNMAP_ICM() 247 int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm) in mlx4_MAP_ICM_AUX() 252 int mlx4_UNMAP_ICM_AUX(struct mlx4_dev *dev) in mlx4_UNMAP_ICM_AUX() 258 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get() [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | ast_i2c.c | 60 static void ast_i2c_clear_interrupts(struct udevice *dev) in ast_i2c_clear_interrupts() 67 static void ast_i2c_init_bus(struct udevice *dev) in ast_i2c_init_bus() 87 static int ast_i2c_ofdata_to_platdata(struct udevice *dev) in ast_i2c_ofdata_to_platdata() 106 static int ast_i2c_probe(struct udevice *dev) in ast_i2c_probe() 125 static int ast_i2c_wait_isr(struct udevice *dev, u32 flag) in ast_i2c_wait_isr() 142 static int ast_i2c_send_stop(struct udevice *dev) in ast_i2c_send_stop() 151 static int ast_i2c_wait_tx(struct udevice *dev) in ast_i2c_wait_tx() 176 static int ast_i2c_start_txn(struct udevice *dev, uint devaddr) in ast_i2c_start_txn() 187 static int ast_i2c_read_data(struct udevice *dev, u8 chip_addr, u8 *buffer, in ast_i2c_read_data() 216 static int ast_i2c_write_data(struct udevice *dev, u8 chip_addr, u8 in ast_i2c_write_data() [all …]
|
/openbmc/u-boot/drivers/pinctrl/mscc/ |
H A D | mscc-common.c | 57 static int mscc_get_functions_count(struct udevice *dev) in mscc_get_functions_count() 64 static const char *mscc_get_function_name(struct udevice *dev, in mscc_get_function_name() 86 static int mscc_pinmux_set_mux(struct udevice *dev, in mscc_pinmux_set_mux() 123 static int mscc_pctl_get_groups_count(struct udevice *dev) in mscc_pctl_get_groups_count() 130 static const char *mscc_pctl_get_group_name(struct udevice *dev, in mscc_pctl_get_group_name() 138 static int mscc_create_group_func_map(struct udevice *dev, in mscc_create_group_func_map() 163 static int mscc_pinctrl_register(struct udevice *dev, struct mscc_pinctrl *info) in mscc_pinctrl_register() 176 static int mscc_gpio_get(struct udevice *dev, unsigned int offset) in mscc_gpio_get() 192 static int mscc_gpio_set(struct udevice *dev, unsigned int offset, int value) in mscc_gpio_set() 206 static int mscc_gpio_get_direction(struct udevice *dev, unsigned int offset) in mscc_gpio_get_direction() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_core.c | 25 int mt76x02u_mac_start(struct mt76x02_dev *dev) in mt76x02u_mac_start() 69 struct mt76x02_dev *dev = container_of(mdev, struct mt76x02_dev, mt76); in mt76x02u_tx_prepare_skb() local 128 static void mt76x02u_start_pre_tbtt_timer(struct mt76x02_dev *dev) in mt76x02u_start_pre_tbtt_timer() 146 static void mt76x02u_restart_pre_tbtt_timer(struct mt76x02_dev *dev) in mt76x02u_restart_pre_tbtt_timer() 172 static void mt76x02u_stop_pre_tbtt_timer(struct mt76x02_dev *dev) in mt76x02u_stop_pre_tbtt_timer() 183 struct mt76x02_dev *dev = in mt76x02u_pre_tbtt_work() local 227 struct mt76x02_dev *dev = in mt76x02u_pre_tbtt_interrupt() local 235 static void mt76x02u_pre_tbtt_enable(struct mt76x02_dev *dev, bool en) in mt76x02u_pre_tbtt_enable() 244 static void mt76x02u_beacon_enable(struct mt76x02_dev *dev, bool en) in mt76x02u_beacon_enable() 253 void mt76x02u_init_beacon_config(struct mt76x02_dev *dev) in mt76x02u_init_beacon_config() [all …]
|
/openbmc/linux/drivers/input/ |
H A D | sparse-keymap.c | 22 static unsigned int sparse_keymap_get_key_index(struct input_dev *dev, in sparse_keymap_get_key_index() 39 static struct key_entry *sparse_keymap_entry_by_index(struct input_dev *dev, in sparse_keymap_entry_by_index() 61 struct key_entry *sparse_keymap_entry_from_scancode(struct input_dev *dev, in sparse_keymap_entry_from_scancode() 82 struct key_entry *sparse_keymap_entry_from_keycode(struct input_dev *dev, in sparse_keymap_entry_from_keycode() 95 static struct key_entry *sparse_keymap_locate(struct input_dev *dev, in sparse_keymap_locate() 111 static int sparse_keymap_getkeycode(struct input_dev *dev, in sparse_keymap_getkeycode() 132 static int sparse_keymap_setkeycode(struct input_dev *dev, in sparse_keymap_setkeycode() 166 int sparse_keymap_setup(struct input_dev *dev, in sparse_keymap_setup() 234 void sparse_keymap_report_entry(struct input_dev *dev, const struct key_entry *ke, in sparse_keymap_report_entry() 273 bool sparse_keymap_report_event(struct input_dev *dev, unsigned int code, in sparse_keymap_report_event()
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | dma-octeon.c | 51 static dma_addr_t octeon_gen1_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_gen1_phys_to_dma() 58 static phys_addr_t octeon_gen1_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_gen1_dma_to_phys() 73 static dma_addr_t octeon_gen2_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_gen2_phys_to_dma() 78 static phys_addr_t octeon_gen2_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_gen2_dma_to_phys() 88 static dma_addr_t octeon_big_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_big_phys_to_dma() 100 static phys_addr_t octeon_big_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_big_dma_to_phys() 115 static dma_addr_t octeon_small_phys_to_dma(struct device *dev, in octeon_small_phys_to_dma() 130 static phys_addr_t octeon_small_dma_to_phys(struct device *dev, in octeon_small_dma_to_phys() 171 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() 180 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys()
|
/openbmc/u-boot/examples/standalone/ |
H A D | smc911x_eeprom.c | 57 static void dump_regs(struct eth_device *dev) in dump_regs() 69 static int do_eeprom_cmd(struct eth_device *dev, int cmd, u8 reg) in do_eeprom_cmd() 92 static u8 read_eeprom_reg(struct eth_device *dev, u8 reg) in read_eeprom_reg() 101 static int write_eeprom_reg(struct eth_device *dev, u8 value, u8 reg) in write_eeprom_reg() 141 static void write_stuff(struct eth_device *dev, char *line) in write_stuff() 194 static void copy_from_eeprom(struct eth_device *dev) in copy_from_eeprom() 212 static void print_macaddr(struct eth_device *dev) in print_macaddr() 231 static void dump_eeprom(struct eth_device *dev) in dump_eeprom() 242 static int smc911x_init(struct eth_device *dev) in smc911x_init() 321 struct eth_device dev; in smc911x_eeprom() local
|
/openbmc/linux/drivers/base/power/ |
H A D | wakeirq.c | 19 static int dev_pm_attach_wake_irq(struct device *dev, struct wake_irq *wirq) in dev_pm_attach_wake_irq() 50 int dev_pm_set_wake_irq(struct device *dev, int irq) in dev_pm_set_wake_irq() 84 void dev_pm_clear_wake_irq(struct device *dev) in dev_pm_clear_wake_irq() 145 static int __dev_pm_set_dedicated_wake_irq(struct device *dev, int irq, unsigned int flag) in __dev_pm_set_dedicated_wake_irq() 209 int dev_pm_set_dedicated_wake_irq(struct device *dev, int irq) in dev_pm_set_dedicated_wake_irq() 230 int dev_pm_set_dedicated_wake_irq_reverse(struct device *dev, int irq) in dev_pm_set_dedicated_wake_irq_reverse() 250 void dev_pm_enable_wake_irq_check(struct device *dev, in dev_pm_enable_wake_irq_check() 282 void dev_pm_disable_wake_irq_check(struct device *dev, bool cond_disable) in dev_pm_disable_wake_irq_check() 308 void dev_pm_enable_wake_irq_complete(struct device *dev) in dev_pm_enable_wake_irq_complete()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | coredump.c | 48 mt7996_coredump_get_mem_layout(struct mt7996_dev *dev, u32 *num) in mt7996_coredump_get_mem_layout() 60 static int mt7996_coredump_get_mem_size(struct mt7996_dev *dev) in mt7996_coredump_get_mem_size() 84 struct mt7996_crash_data *mt7996_coredump_new(struct mt7996_dev *dev) in mt7996_coredump_new() 101 mt7996_coredump_fw_state(struct mt7996_dev *dev, struct mt7996_coredump *dump, in mt7996_coredump_fw_state() 118 mt7996_coredump_fw_stack(struct mt7996_dev *dev, struct mt7996_coredump *dump, in mt7996_coredump_fw_stack() 162 static struct mt7996_coredump *mt7996_coredump_build(struct mt7996_dev *dev) in mt7996_coredump_build() 216 int mt7996_coredump_submit(struct mt7996_dev *dev) in mt7996_coredump_submit() 231 int mt7996_coredump_register(struct mt7996_dev *dev) in mt7996_coredump_register() 257 void mt7996_coredump_unregister(struct mt7996_dev *dev) in mt7996_coredump_unregister()
|
/openbmc/linux/sound/soc/sof/ |
H A D | pm.c | 73 static int sof_resume(struct device *dev, bool runtime_resume) in sof_resume() 196 static int sof_suspend(struct device *dev, bool runtime_suspend) in sof_suspend() 307 int snd_sof_runtime_suspend(struct device *dev) in snd_sof_runtime_suspend() 313 int snd_sof_runtime_idle(struct device *dev) in snd_sof_runtime_idle() 321 int snd_sof_runtime_resume(struct device *dev) in snd_sof_runtime_resume() 327 int snd_sof_resume(struct device *dev) in snd_sof_resume() 333 int snd_sof_suspend(struct device *dev) in snd_sof_suspend() 339 int snd_sof_prepare(struct device *dev) in snd_sof_prepare() 383 void snd_sof_complete(struct device *dev) in snd_sof_complete()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | tout.c | 31 static void tout_set(struct mlx5_core_dev *dev, u64 val, enum mlx5_timeouts_types type) in tout_set() 36 int mlx5_tout_init(struct mlx5_core_dev *dev) in mlx5_tout_init() 50 void mlx5_tout_cleanup(struct mlx5_core_dev *dev) in mlx5_tout_cleanup() 82 static bool tout_is_supported(struct mlx5_core_dev *dev) in tout_is_supported() 87 void mlx5_tout_query_iseg(struct mlx5_core_dev *dev) in mlx5_tout_query_iseg() 101 u64 _mlx5_tout_ms(struct mlx5_core_dev *dev, enum mlx5_timeouts_types type) in _mlx5_tout_ms() 119 #define MLX5_TIMEOUT_FILL(fld, reg_out, dev, to_type, to_extra) \ argument 127 static int tout_query_dtor(struct mlx5_core_dev *dev) in tout_query_dtor() 156 int mlx5_tout_query_dtor(struct mlx5_core_dev *dev) in mlx5_tout_query_dtor()
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | 44 struct net_device *dev; member 114 static struct macvlan_port *macvlan_port_get_rcu(const struct net_device *dev) in macvlan_port_get_rcu() 119 static struct macvlan_port *macvlan_port_get_rtnl(const struct net_device *dev) in macvlan_port_get_rtnl() 233 struct net_device *dev = vlan->dev; in macvlan_broadcast_one() local 402 struct net_device *dev; in macvlan_forward_source_one() local 452 struct net_device *dev; in macvlan_handle_frame() local 530 static int macvlan_queue_xmit(struct sk_buff *skb, struct net_device *dev) in macvlan_queue_xmit() 571 struct net_device *dev) in macvlan_start_xmit() 596 static int macvlan_hard_header(struct sk_buff *skb, struct net_device *dev, in macvlan_hard_header() 614 static int macvlan_open(struct net_device *dev) in macvlan_open() [all …]
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-dvb.c | 79 struct cx8802_dev *dev = q->drv_priv; in queue_setup() local 92 struct cx8802_dev *dev = vb->vb2_queue->drv_priv; in buffer_prepare() local 101 struct cx8802_dev *dev = vb->vb2_queue->drv_priv; in buffer_finish() local 114 struct cx8802_dev *dev = vb->vb2_queue->drv_priv; in buffer_queue() local 122 struct cx8802_dev *dev = q->drv_priv; in start_streaming() local 133 struct cx8802_dev *dev = q->drv_priv; in stop_streaming() local 165 struct cx8802_dev *dev = fe->dvb->priv; in cx88_dvb_bus_ctrl() local 370 struct cx8802_dev *dev = fe->dvb->priv; in or51132_set_ts_param() local 383 struct cx8802_dev *dev = fe->dvb->priv; in lgdt330x_pll_rf_set() local 396 struct cx8802_dev *dev = fe->dvb->priv; in lgdt330x_set_ts_param() local [all …]
|
/openbmc/linux/drivers/ps3/ |
H A D | ps3-vuart.c | 83 struct ps3_system_bus_device *dev) in to_port_priv() 142 int ps3_vuart_get_triggers(struct ps3_system_bus_device *dev, in ps3_vuart_get_triggers() 186 int ps3_vuart_set_triggers(struct ps3_system_bus_device *dev, unsigned int tx, in ps3_vuart_set_triggers() 225 static int ps3_vuart_get_rx_bytes_waiting(struct ps3_system_bus_device *dev, in ps3_vuart_get_rx_bytes_waiting() 248 static int ps3_vuart_set_interrupt_mask(struct ps3_system_bus_device *dev, in ps3_vuart_set_interrupt_mask() 268 static int ps3_vuart_get_interrupt_status(struct ps3_system_bus_device *dev, in ps3_vuart_get_interrupt_status() 290 int ps3_vuart_enable_interrupt_tx(struct ps3_system_bus_device *dev) in ps3_vuart_enable_interrupt_tx() 299 int ps3_vuart_enable_interrupt_rx(struct ps3_system_bus_device *dev) in ps3_vuart_enable_interrupt_rx() 308 int ps3_vuart_enable_interrupt_disconnect(struct ps3_system_bus_device *dev) in ps3_vuart_enable_interrupt_disconnect() 317 int ps3_vuart_disable_interrupt_tx(struct ps3_system_bus_device *dev) in ps3_vuart_disable_interrupt_tx() [all …]
|