| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | dma.c | 15 mt7615_init_tx_queue(struct mt7615_dev *dev, int qid, int idx, int n_desc) in mt7615_init_tx_queue() 34 mt7622_init_tx_queues_multi(struct mt7615_dev *dev) in mt7622_init_tx_queues_multi() 63 mt7615_init_tx_queues(struct mt7615_dev *dev) in mt7615_init_tx_queues() 90 struct mt7615_dev *dev; in mt7615_poll_tx() local 102 int mt7615_wait_pdma_busy(struct mt7615_dev *dev) in mt7615_wait_pdma_busy() 139 static void mt7622_dma_sched_init(struct mt7615_dev *dev) in mt7622_dma_sched_init() 163 static void mt7663_dma_sched_init(struct mt7615_dev *dev) in mt7663_dma_sched_init() 198 int mt7615_dma_init(struct mt7615_dev *dev) in mt7615_dma_init() 293 void mt7615_dma_cleanup(struct mt7615_dev *dev) in mt7615_dma_cleanup()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | cmd.c | 8 int mlx5_cmd_dump_fill_mkey(struct mlx5_core_dev *dev, u32 *mkey) in mlx5_cmd_dump_fill_mkey() 23 int mlx5_cmd_null_mkey(struct mlx5_core_dev *dev, u32 *null_mkey) in mlx5_cmd_null_mkey() 38 int mlx5_cmd_query_cong_params(struct mlx5_core_dev *dev, int cong_point, in mlx5_cmd_query_cong_params() 53 struct mlx5_core_dev *dev = dm->dev; in mlx5_cmd_alloc_memic() local 127 struct mlx5_core_dev *dev = dm->dev; in mlx5_cmd_dealloc_memic() local 151 void mlx5_cmd_destroy_tir(struct mlx5_core_dev *dev, u32 tirn, u16 uid) in mlx5_cmd_destroy_tir() 161 void mlx5_cmd_destroy_tis(struct mlx5_core_dev *dev, u32 tisn, u16 uid) in mlx5_cmd_destroy_tis() 171 int mlx5_cmd_destroy_rqt(struct mlx5_core_dev *dev, u32 rqtn, u16 uid) in mlx5_cmd_destroy_rqt() 181 int mlx5_cmd_alloc_transport_domain(struct mlx5_core_dev *dev, u32 *tdn, in mlx5_cmd_alloc_transport_domain() 200 void mlx5_cmd_dealloc_transport_domain(struct mlx5_core_dev *dev, u32 tdn, in mlx5_cmd_dealloc_transport_domain() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-ts.c | 31 static int buffer_activate(struct saa7134_dev *dev, in buffer_activate() 84 struct saa7134_dev *dev = dmaq->dev; in saa7134_ts_buffer_prepare() local 111 struct saa7134_dev *dev = dmaq->dev; in saa7134_ts_queue_setup() local 128 struct saa7134_dev *dev = dmaq->dev; in saa7134_ts_start_streaming() local 157 struct saa7134_dev *dev = dmaq->dev; in saa7134_ts_stop_streaming() local 186 int saa7134_ts_init_hw(struct saa7134_dev *dev) in saa7134_ts_init_hw() 202 int saa7134_ts_init1(struct saa7134_dev *dev) in saa7134_ts_init1() 230 int saa7134_ts_stop(struct saa7134_dev *dev) in saa7134_ts_stop() 252 int saa7134_ts_start(struct saa7134_dev *dev) in saa7134_ts_start() 301 int saa7134_ts_fini(struct saa7134_dev *dev) in saa7134_ts_fini() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pnp/ |
| H A D | driver.c | 45 struct pnp_dev *dev) in match_device() 80 static int pnp_device_probe(struct device *dev) in pnp_device_probe() 124 static int pnp_device_remove(struct device *dev) in pnp_device_remove() 143 static void pnp_device_shutdown(struct device *dev) in pnp_device_shutdown() 152 static int pnp_bus_match(struct device *dev, struct device_driver *drv) in pnp_bus_match() 162 static int __pnp_bus_suspend(struct device *dev, pm_message_t state) in __pnp_bus_suspend() 195 static int pnp_bus_suspend(struct device *dev) in pnp_bus_suspend() 200 static int pnp_bus_freeze(struct device *dev) in pnp_bus_freeze() 205 static int pnp_bus_poweroff(struct device *dev) in pnp_bus_poweroff() 210 static int pnp_bus_resume(struct device *dev) in pnp_bus_resume() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-cards.c | 1194 void cx23885_card_list(struct cx23885_dev *dev) in cx23885_card_list() 1220 static void viewcast_eeprom(struct cx23885_dev *dev, u8 *eeprom_data) in viewcast_eeprom() 1242 static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data) in hauppauge_eeprom() 1426 static void tbs_card_init(struct cx23885_dev *dev) in tbs_card_init() 1455 struct cx23885_dev *dev = port->dev; in cx23885_tuner_callback() local 1513 void cx23885_gpio_setup(struct cx23885_dev *dev) in cx23885_gpio_setup() 1933 int cx23885_ir_init(struct cx23885_dev *dev) in cx23885_ir_init() 2049 void cx23885_ir_fini(struct cx23885_dev *dev) in cx23885_ir_fini() 2083 struct cx23885_dev *dev = (struct cx23885_dev *)device; in netup_jtag_io() local 2104 void cx23885_ir_pci_int_enable(struct cx23885_dev *dev) in cx23885_ir_pci_int_enable() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_device.c | 19 static int psb_output_init(struct drm_device *dev) in psb_output_init() 56 static int psb_backlight_setup(struct drm_device *dev) in psb_backlight_setup() 94 struct drm_device *dev = bl_get_data(psb_backlight_device); in psb_set_brightness() local 111 static int psb_backlight_init(struct drm_device *dev) in psb_backlight_init() 150 static void psb_init_pm(struct drm_device *dev) in psb_init_pm() 168 static int psb_save_display_registers(struct drm_device *dev) in psb_save_display_registers() 206 static int psb_restore_display_registers(struct drm_device *dev) in psb_restore_display_registers() 239 static int psb_power_down(struct drm_device *dev) in psb_power_down() 244 static int psb_power_up(struct drm_device *dev) in psb_power_up() 301 static int psb_chip_setup(struct drm_device *dev) in psb_chip_setup() [all …]
|
| /OK3568_Linux_fs/kernel/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 113 struct cx8802_dev *dev = vb->vb2_queue->drv_priv; in buffer_queue() local 121 struct cx8802_dev *dev = q->drv_priv; in start_streaming() local 132 struct cx8802_dev *dev = q->drv_priv; in stop_streaming() local 164 struct cx8802_dev *dev = fe->dvb->priv; in cx88_dvb_bus_ctrl() local 369 struct cx8802_dev *dev = fe->dvb->priv; in or51132_set_ts_param() local 382 struct cx8802_dev *dev = fe->dvb->priv; in lgdt330x_pll_rf_set() local 395 struct cx8802_dev *dev = fe->dvb->priv; in lgdt330x_set_ts_param() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | platform.c | 51 struct resource *platform_get_resource(struct platform_device *dev, in platform_get_resource() 172 int platform_get_irq_optional(struct platform_device *dev, unsigned int num) in platform_get_irq_optional() 260 int platform_get_irq(struct platform_device *dev, unsigned int num) in platform_get_irq() 278 int platform_irq_count(struct platform_device *dev) in platform_irq_count() 298 struct resource *platform_get_resource_byname(struct platform_device *dev, in platform_get_resource_byname() 317 static int __platform_get_irq_byname(struct platform_device *dev, in __platform_get_irq_byname() 347 int platform_get_irq_byname(struct platform_device *dev, const char *name) in platform_get_irq_byname() 369 int platform_get_irq_byname_optional(struct platform_device *dev, in platform_get_irq_byname_optional() 433 static void platform_device_release(struct device *dev) in platform_device_release() 749 struct platform_device *dev = to_platform_device(_dev); in platform_drv_probe() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | mesh.c | 159 static ssize_t lbs_anycast_get(struct device *dev, in lbs_anycast_get() 182 static ssize_t lbs_anycast_set(struct device *dev, in lbs_anycast_set() 207 static ssize_t lbs_prb_rsp_limit_get(struct device *dev, in lbs_prb_rsp_limit_get() 234 static ssize_t lbs_prb_rsp_limit_set(struct device *dev, in lbs_prb_rsp_limit_set() 267 static ssize_t lbs_mesh_get(struct device *dev, in lbs_mesh_get() 281 static ssize_t lbs_mesh_set(struct device *dev, in lbs_mesh_set() 334 static int mesh_get_default_parameters(struct device *dev, in mesh_get_default_parameters() 359 static ssize_t bootflag_get(struct device *dev, in bootflag_get() 380 static ssize_t bootflag_set(struct device *dev, struct device_attribute *attr, in bootflag_set() 409 static ssize_t boottime_get(struct device *dev, in boottime_get() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | cxgb2.c | 115 static void t1_set_rxmode(struct net_device *dev) in t1_set_rxmode() 242 static int cxgb_open(struct net_device *dev) in cxgb_open() 265 static int cxgb_close(struct net_device *dev) in cxgb_close() 291 static struct net_device_stats *t1_get_stats(struct net_device *dev) in t1_get_stats() 339 static u32 get_msglevel(struct net_device *dev) in get_msglevel() 346 static void set_msglevel(struct net_device *dev, u32 val) in set_msglevel() 422 static int get_regs_len(struct net_device *dev) in get_regs_len() 427 static void get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in get_drvinfo() 436 static int get_sset_count(struct net_device *dev, int sset) in get_sset_count() 446 static void get_strings(struct net_device *dev, u32 stringset, u8 *data) in get_strings() [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | g762.c | 196 static struct g762_data *g762_update_client(struct device *dev) in g762_update_client() 256 static int do_set_clk_freq(struct device *dev, unsigned long val) in do_set_clk_freq() 271 static int do_set_pwm_mode(struct device *dev, unsigned long val) in do_set_pwm_mode() 301 static int do_set_fan_div(struct device *dev, unsigned long val) in do_set_fan_div() 341 static int do_set_fan_gear_mode(struct device *dev, unsigned long val) in do_set_fan_gear_mode() 377 static int do_set_fan_pulses(struct device *dev, unsigned long val) in do_set_fan_pulses() 407 static int do_set_pwm_enable(struct device *dev, unsigned long val) in do_set_pwm_enable() 448 static int do_set_pwm_polarity(struct device *dev, unsigned long val) in do_set_pwm_polarity() 481 static int do_set_pwm(struct device *dev, unsigned long val) in do_set_pwm() 502 static int do_set_fan_target(struct device *dev, unsigned long val) in do_set_fan_target() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.c | 36 void ishtp_recv(struct ishtp_device *dev) in ishtp_recv() 84 int ishtp_send_msg(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_send_msg() 113 int ishtp_write_message(struct ishtp_device *dev, struct ishtp_msg_hdr *hdr, in ishtp_write_message() 128 int ishtp_fw_cl_by_uuid(struct ishtp_device *dev, const guid_t *uuid) in ishtp_fw_cl_by_uuid() 149 struct ishtp_fw_client *ishtp_fw_cl_get_client(struct ishtp_device *dev, in ishtp_fw_cl_get_client() 187 int ishtp_fw_cl_by_id(struct ishtp_device *dev, uint8_t client_id) in ishtp_fw_cl_by_id() 212 static int ishtp_cl_device_probe(struct device *dev) in ishtp_cl_device_probe() 238 static int ishtp_cl_bus_match(struct device *dev, struct device_driver *drv) in ishtp_cl_bus_match() 257 static int ishtp_cl_device_remove(struct device *dev) in ishtp_cl_device_remove() 288 static int ishtp_cl_device_suspend(struct device *dev) in ishtp_cl_device_suspend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | am79c961a.c | 87 #define am_writeword(dev,off,val) __raw_writew(val, ISAMEM_BASE + ((off) << 1)) argument 88 #define am_readword(dev,off) __raw_readw(ISAMEM_BASE + ((off) << 1)) argument 91 am_writebuffer(struct net_device *dev, u_int offset, unsigned char *buf, unsigned int length) in am_writebuffer() 125 am_readbuffer(struct net_device *dev, u_int offset, unsigned char *buf, unsigned int length) in am_readbuffer() 169 am79c961_ramtest(struct net_device *dev, unsigned int val) in am79c961_ramtest() 209 static unsigned int am79c961_get_rx_mode(struct net_device *dev, u16 *hash) in am79c961_get_rx_mode() 231 am79c961_init_for_open(struct net_device *dev) in am79c961_init_for_open() 305 struct net_device *dev = priv->dev; in am79c961_timer() local 329 am79c961_open(struct net_device *dev) in am79c961_open() 354 am79c961_close(struct net_device *dev) in am79c961_close() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/ |
| H A D | em28xx-i2c.c | 60 static int em28xx_i2c_timeout(struct em28xx *dev) in em28xx_i2c_timeout() 83 static int em2800_i2c_send_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_send_bytes() 135 static int em2800_i2c_recv_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_recv_bytes() 195 static int em2800_i2c_check_for_device(struct em28xx *dev, u8 addr) in em2800_i2c_check_for_device() 209 static int em28xx_i2c_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em28xx_i2c_send_bytes() 279 static int em28xx_i2c_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, u16 len) in em28xx_i2c_recv_bytes() 341 static int em28xx_i2c_check_for_device(struct em28xx *dev, u16 addr) in em28xx_i2c_check_for_device() 356 static int em25xx_bus_B_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_send_bytes() 409 static int em25xx_bus_B_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_recv_bytes() 464 static int em25xx_bus_B_check_for_device(struct em28xx *dev, u16 addr) in em25xx_bus_B_check_for_device() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | irq.c | 201 static int pirq_ali_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_ali_get() 209 static int pirq_ali_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq) in pirq_ali_set() 226 static int pirq_piix_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_piix_get() 234 static int pirq_piix_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq) in pirq_piix_set() 245 static int pirq_via_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_via_get() 250 static int pirq_via_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq) in pirq_via_set() 261 static int pirq_via586_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_via586_get() 269 static int pirq_via586_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq) in pirq_via586_set() 283 static int pirq_ite_get(struct pci_dev *router, struct pci_dev *dev, int pirq) in pirq_ite_get() 291 static int pirq_ite_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq) in pirq_ite_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | 3c509.c | 268 static void el3_dev_fill(struct net_device *dev, __be16 *phys_addr, int ioaddr, in el3_dev_fill() 282 struct net_device *dev; in el3_isa_match() local 347 static int el3_isa_suspend(struct device *dev, unsigned int n, in el3_isa_suspend() 354 static int el3_isa_resume(struct device *dev, unsigned int n) in el3_isa_resume() 408 struct net_device *dev = NULL; in el3_pnp_probe() local 514 static int el3_common_init(struct net_device *dev) in el3_common_init() 550 static void el3_common_remove (struct net_device *dev) in el3_common_remove() 563 struct net_device *dev = NULL; in el3_eisa_probe() local 614 struct net_device *dev; in el3_device_remove() local 658 el3_open(struct net_device *dev) in el3_open() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/tundra/ |
| H A D | tsi108_eth.c | 69 struct net_device *dev; member 160 static void dump_eth_one(struct net_device *dev) in dump_eth_one() 231 static int tsi108_mdio_read(struct net_device *dev, int addr, int reg) in tsi108_mdio_read() 237 static void tsi108_mdio_write(struct net_device *dev, int addr, int reg, int val) in tsi108_mdio_write() 284 static void tsi108_check_phy(struct net_device *dev) in tsi108_check_phy() 371 static void tsi108_stat_carry(struct net_device *dev) in tsi108_stat_carry() 480 static struct net_device_stats *tsi108_get_stats(struct net_device *dev) in tsi108_get_stats() 590 static void tsi108_restart_rx(struct tsi108_prv_data * data, struct net_device *dev) in tsi108_restart_rx() 611 static void tsi108_complete_tx(struct net_device *dev) in tsi108_complete_tx() 645 static int tsi108_send_packet(struct sk_buff * skb, struct net_device *dev) in tsi108_send_packet() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture_v2x.h | 28 static inline int rkisp_register_stream_v20(struct rkisp_device *dev) { return -EINVAL; } in rkisp_register_stream_v20() 29 static inline void rkisp_unregister_stream_v20(struct rkisp_device *dev) {} in rkisp_unregister_stream_v20() 30 static inline void rkisp_mi_v20_isr(u32 mis_val, struct rkisp_device *dev) {} in rkisp_mi_v20_isr() 31 … void rkisp_mipi_v20_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_device *dev) {} in rkisp_mipi_v20_isr() 42 static inline int rkisp_register_stream_v21(struct rkisp_device *dev) { return -EINVAL; } in rkisp_register_stream_v21() 43 static inline void rkisp_unregister_stream_v21(struct rkisp_device *dev) {} in rkisp_unregister_stream_v21() 44 static inline void rkisp_mi_v21_isr(u32 mis_val, struct rkisp_device *dev) {} in rkisp_mi_v21_isr() 45 … void rkisp_mipi_v21_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_device *dev) {} in rkisp_mipi_v21_isr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | catas.c | 50 static int read_vendor_id(struct mlx4_dev *dev) in read_vendor_id() 69 static int mlx4_reset_master(struct mlx4_dev *dev) in mlx4_reset_master() 92 static int mlx4_reset_slave(struct mlx4_dev *dev) in mlx4_reset_slave() 166 struct mlx4_dev *dev; in mlx4_enter_error_state() local 220 static void dump_err_buf(struct mlx4_dev *dev) in dump_err_buf() 235 struct mlx4_dev *dev = &priv->dev; in poll_catas() local 272 void mlx4_start_catas_poll(struct mlx4_dev *dev) in mlx4_start_catas_poll() 299 void mlx4_stop_catas_poll(struct mlx4_dev *dev) in mlx4_stop_catas_poll() 314 int mlx4_catas_init(struct mlx4_dev *dev) in mlx4_catas_init() 324 void mlx4_catas_end(struct mlx4_dev *dev) in mlx4_catas_end()
|
| H A D | en_ethtool.c | 86 mlx4_en_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo) in mlx4_en_get_drvinfo() 216 static u32 mlx4_en_get_msglevel(struct net_device *dev) in mlx4_en_get_msglevel() 221 static void mlx4_en_set_msglevel(struct net_device *dev, u32 val) in mlx4_en_set_msglevel() 341 static int mlx4_en_get_sset_count(struct net_device *dev, int sset) in mlx4_en_get_sset_count() 363 static void mlx4_en_get_ethtool_stats(struct net_device *dev, in mlx4_en_get_ethtool_stats() 438 static void mlx4_en_self_test(struct net_device *dev, in mlx4_en_self_test() 444 static void mlx4_en_get_strings(struct net_device *dev, in mlx4_en_get_strings() 537 static u32 mlx4_en_autoneg_get(struct net_device *dev) in mlx4_en_autoneg_get() 743 ethtool_get_ptys_link_ksettings(struct net_device *dev, in ethtool_get_ptys_link_ksettings() 832 struct net_device *dev, struct ethtool_link_ksettings *link_ksettings) in ethtool_get_default_link_ksettings() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | region_devs.c | 25 static int nvdimm_map_flush(struct device *dev, struct nvdimm *nvdimm, int dimm, in nvdimm_map_flush() 66 struct device *dev = &nd_region->dev; in nd_region_activate() local 124 static void nd_region_release(struct device *dev) in nd_region_release() 143 struct nd_region *to_nd_region(struct device *dev) in to_nd_region() 160 struct nd_blk_region *to_nd_blk_region(struct device *dev) in to_nd_blk_region() 232 static ssize_t size_show(struct device *dev, in size_show() 241 static ssize_t deep_flush_show(struct device *dev, in deep_flush_show() 253 static ssize_t deep_flush_store(struct device *dev, struct device_attribute *attr, in deep_flush_store() 272 static ssize_t mappings_show(struct device *dev, in mappings_show() 281 static ssize_t nstype_show(struct device *dev, in nstype_show() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | core.c | 38 static struct nvm_target *nvm_find_target(struct nvm_dev *dev, const char *name) in nvm_find_target() 51 struct nvm_dev *dev; in nvm_target_exists() local 73 static int nvm_reserve_luns(struct nvm_dev *dev, int lun_begin, int lun_end) in nvm_reserve_luns() 92 static void nvm_release_luns_err(struct nvm_dev *dev, int lun_begin, in nvm_release_luns_err() 103 struct nvm_dev *dev = tgt_dev->parent; in nvm_remove_tgt_dev() local 132 static struct nvm_tgt_dev *nvm_create_tgt_dev(struct nvm_dev *dev, in nvm_create_tgt_dev() 273 static int __nvm_config_simple(struct nvm_dev *dev, in __nvm_config_simple() 286 static int __nvm_config_extended(struct nvm_dev *dev, in __nvm_config_extended() 305 static int nvm_create_tgt(struct nvm_dev *dev, struct nvm_ioctl_create *create) in nvm_create_tgt() 479 struct nvm_dev *dev; in nvm_remove_tgt() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dax/ |
| H A D | bus.c | 23 static int dax_bus_uevent(struct device *dev, struct kobj_uevent_env *env) in dax_bus_uevent() 50 static int dax_match_id(struct dax_device_driver *dax_drv, struct device *dev) in dax_match_id() 152 static int dax_bus_probe(struct device *dev) in dax_bus_probe() 177 static int dax_bus_remove(struct device *dev) in dax_bus_remove() 194 static int dax_bus_match(struct device *dev, struct device_driver *drv) in dax_bus_match() 213 static ssize_t id_show(struct device *dev, in id_show() 222 static ssize_t region_size_show(struct device *dev, in region_size_show() 233 static ssize_t region_align_show(struct device *dev, in region_align_show() 258 static ssize_t available_size_show(struct device *dev, in available_size_show() 272 static ssize_t seed_show(struct device *dev, in seed_show() [all …]
|