Home
last modified time | relevance | path

Searched defs:priv (Results 401 – 425 of 3700) sorted by relevance

1...<<11121314151617181920>>...148

/openbmc/linux/drivers/s390/net/
H A Dctcm_main.c78 struct ctcm_priv *priv = dev->ml_priv; in ctcm_unpack_skb() local
427 struct ctcm_priv *priv = dev->ml_priv; in ctcm_open() local
445 struct ctcm_priv *priv = dev->ml_priv; in ctcm_close() local
588 struct ctcm_priv *priv = dev->ml_priv; in ctcm_transmit_skb() local
600 struct ctcm_priv *priv; in ctcmpc_send_sweep_req() local
652 struct ctcm_priv *priv = dev->ml_priv; in ctcmpc_transmit_skb() local
832 struct ctcm_priv *priv = dev->ml_priv; in ctcm_tx() local
876 struct ctcm_priv *priv = dev->ml_priv; in ctcmpc_tx() local
984 struct ctcm_priv *priv; in ctcm_change_mtu() local
1017 struct ctcm_priv *priv; in ctcm_free_netdevice() local
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqp.c124 struct hfi1_qp_priv *priv = qp->priv; in flush_tx_list() local
132 struct hfi1_qp_priv *priv = qp->priv; in flush_iowait() local
206 struct hfi1_qp_priv *priv = qp->priv; in qp_set_16b() local
226 struct hfi1_qp_priv *priv = qp->priv; in hfi1_modify_qp() local
325 struct hfi1_qp_priv *priv = qp->priv; in _hfi1_schedule_send() local
342 struct hfi1_qp_priv *priv = qp->priv; in qp_pio_drain() local
381 struct hfi1_qp_priv *priv = qp->priv; in hfi1_qp_schedule() local
413 struct hfi1_qp_priv *priv = qp->priv; in hfi1_qp_unbusy() local
445 struct hfi1_qp_priv *priv; in iowait_sleep() local
523 struct hfi1_qp_priv *priv = qp->priv; in hfi1_init_priority() local
[all …]
/openbmc/linux/drivers/gpio/
H A Dgpio-tangier.c64 struct tng_gpio *priv = gpiochip_get_data(chip); in gpio_reg() local
73 struct tng_gpio *priv = gpiochip_get_data(chip); in gpio_reg_and_bit() local
93 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_set() local
109 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_direction_input() local
131 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_direction_output() local
166 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_set_debounce() local
209 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_ack() local
222 static void tng_irq_unmask_mask(struct tng_gpio *priv, u32 gpio, bool unmask) in tng_irq_unmask_mask()
246 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_mask() local
256 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_unmask() local
[all …]
/openbmc/u-boot/drivers/spi/
H A Dti_qspi.c116 static void ti_spi_set_speed(struct ti_qspi_priv *priv, uint hz) in ti_spi_set_speed()
138 static void ti_qspi_cs_deactivate(struct ti_qspi_priv *priv) in ti_qspi_cs_deactivate()
145 static int __ti_qspi_set_mode(struct ti_qspi_priv *priv, unsigned int mode) in __ti_qspi_set_mode()
158 static int __ti_qspi_claim_bus(struct ti_qspi_priv *priv, int cs) in __ti_qspi_claim_bus()
170 static void __ti_qspi_release_bus(struct ti_qspi_priv *priv) in __ti_qspi_release_bus()
189 static int __ti_qspi_xfer(struct ti_qspi_priv *priv, unsigned int bitlen, in __ti_qspi_xfer()
339 struct ti_qspi_priv *priv = to_ti_qspi_priv(slave); in spi_cs_deactivate() local
348 static void ti_spi_setup_spi_register(struct ti_qspi_priv *priv) in ti_spi_setup_spi_register()
372 struct ti_qspi_priv *priv; in spi_setup_slave() local
407 struct ti_qspi_priv *priv = to_ti_qspi_priv(slave); in spi_free_slave() local
[all …]
/openbmc/u-boot/drivers/clk/
H A Dclk_sandbox.c19 struct sandbox_clk_priv *priv = dev_get_priv(clk->dev); in sandbox_clk_get_rate() local
29 struct sandbox_clk_priv *priv = dev_get_priv(clk->dev); in sandbox_clk_set_rate() local
46 struct sandbox_clk_priv *priv = dev_get_priv(clk->dev); in sandbox_clk_enable() local
58 struct sandbox_clk_priv *priv = dev_get_priv(clk->dev); in sandbox_clk_disable() local
90 struct sandbox_clk_priv *priv = dev_get_priv(dev); in sandbox_clk_query_rate() local
100 struct sandbox_clk_priv *priv = dev_get_priv(dev); in sandbox_clk_query_enable() local
/openbmc/linux/drivers/mcb/
H A Dmcb-lpc.c16 struct priv { struct
25 struct priv *priv; in mcb_lpc_probe() argument
102 struct priv *priv = platform_get_drvdata(pdev); in mcb_lpc_remove() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dintf.c75 struct mlx4_priv *priv = mlx4_priv(dev); in mlx4_adev_init() local
93 struct mlx4_priv *priv = mlx4_priv(dev); in mlx4_adev_cleanup() local
103 struct mlx4_priv *priv = mlx4_priv(mlx4_adev->mdev); in adev_release() local
112 struct mlx4_priv *priv = mlx4_priv(dev); in add_adev() local
164 struct mlx4_priv *priv = mlx4_priv(dev); in mlx4_do_bond() local
243 struct mlx4_priv *priv = mlx4_priv(dev); in mlx4_dispatch_event() local
251 struct mlx4_priv *priv = mlx4_priv(dev); in mlx4_register_event_notifier() local
260 struct mlx4_priv *priv = mlx4_priv(dev); in mlx4_unregister_event_notifier() local
268 struct mlx4_priv *priv = mlx4_priv(dev); in add_drivers() local
299 struct mlx4_priv *priv = mlx4_priv(dev); in delete_drivers() local
/openbmc/u-boot/drivers/i2c/
H A Drcar_iic.c48 struct rcar_iic_priv *priv = dev_get_priv(dev); in sh_irq_dte() local
60 struct rcar_iic_priv *priv = dev_get_priv(dev); in sh_irq_dte_with_tack() local
77 struct rcar_iic_priv *priv = dev_get_priv(dev); in sh_irq_busy() local
89 struct rcar_iic_priv *priv = dev_get_priv(dev); in rcar_iic_set_addr() local
109 struct rcar_iic_priv *priv = dev_get_priv(dev); in rcar_iic_finish() local
117 struct rcar_iic_priv *priv = dev_get_priv(dev); in rcar_iic_read_common() local
150 struct rcar_iic_priv *priv = dev_get_priv(dev); in rcar_iic_write_common() local
198 struct rcar_iic_priv *priv = dev_get_priv(dev); in rcar_iic_set_speed() local
222 struct rcar_iic_priv *priv = dev_get_priv(dev); in rcar_iic_probe_chip() local
236 struct rcar_iic_priv *priv = dev_get_priv(dev); in rcar_iic_probe() local
/openbmc/linux/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c40 struct i2c_demux_pinctrl_priv *priv = adap->algo_data; in i2c_demux_master_xfer() local
48 struct i2c_demux_pinctrl_priv *priv = adap->algo_data; in i2c_demux_functionality() local
54 static int i2c_demux_activate_master(struct i2c_demux_pinctrl_priv *priv, u32 new_chan) in i2c_demux_activate_master()
130 static int i2c_demux_deactivate_master(struct i2c_demux_pinctrl_priv *priv) in i2c_demux_deactivate_master()
148 static int i2c_demux_change_master(struct i2c_demux_pinctrl_priv *priv, u32 new_chan) in i2c_demux_change_master()
166 struct i2c_demux_pinctrl_priv *priv = dev_get_drvdata(dev); in available_masters_show() local
182 struct i2c_demux_pinctrl_priv *priv = dev_get_drvdata(dev); in current_master_show() local
191 struct i2c_demux_pinctrl_priv *priv = dev_get_drvdata(dev); in current_master_store() local
211 struct i2c_demux_pinctrl_priv *priv; in i2c_demux_pinctrl_probe() local
293 struct i2c_demux_pinctrl_priv *priv = platform_get_drvdata(pdev); in i2c_demux_pinctrl_remove() local
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c17 static int sja1105_tas_set_runtime_params(struct sja1105_private *priv) in sja1105_tas_set_runtime_params()
158 int sja1105_init_scheduling(struct sja1105_private *priv) in sja1105_init_scheduling()
383 sja1105_tas_check_conflicts(struct sja1105_private *priv, int port, in sja1105_tas_check_conflicts()
466 bool sja1105_gating_check_conflicts(struct sja1105_private *priv, int port, in sja1105_gating_check_conflicts()
512 struct sja1105_private *priv = ds->priv; in sja1105_setup_tc_taprio() local
584 static int sja1105_tas_check_running(struct sja1105_private *priv) in sja1105_tas_check_running()
609 static int sja1105_tas_adjust_drift(struct sja1105_private *priv, in sja1105_tas_adjust_drift()
620 static int sja1105_tas_set_base_time(struct sja1105_private *priv, in sja1105_tas_set_base_time()
630 static int sja1105_tas_start(struct sja1105_private *priv) in sja1105_tas_start()
657 static int sja1105_tas_stop(struct sja1105_private *priv) in sja1105_tas_stop()
[all …]
/openbmc/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c23 struct ldpaa_eth_priv *priv = (struct ldpaa_eth_priv *)dev->priv; in init_phy() local
132 struct ldpaa_eth_priv *priv = (struct ldpaa_eth_priv *)net_dev->priv; in ldpaa_eth_get_dpmac_counter() local
209 static void ldpaa_eth_rx(struct ldpaa_eth_priv *priv, in ldpaa_eth_rx()
267 struct ldpaa_eth_priv *priv = (struct ldpaa_eth_priv *)dev->priv; in ldpaa_eth_pull_dequeue_rx() local
326 struct ldpaa_eth_priv *priv = (struct ldpaa_eth_priv *)net_dev->priv; in ldpaa_eth_tx() local
402 static int ldpaa_get_dpmac_state(struct ldpaa_eth_priv *priv, in ldpaa_get_dpmac_state()
468 struct ldpaa_eth_priv *priv = (struct ldpaa_eth_priv *)net_dev->priv; in ldpaa_eth_open() local
593 struct ldpaa_eth_priv *priv = (struct ldpaa_eth_priv *)net_dev->priv; in ldpaa_eth_stop() local
790 struct ldpaa_eth_priv *priv) in ldpaa_dpmac_version_check()
810 static int ldpaa_dpmac_setup(struct ldpaa_eth_priv *priv) in ldpaa_dpmac_setup()
[all …]
/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dpinctrl-snapdragon.c34 struct msm_pinctrl_priv *priv = dev_get_priv(dev); in msm_get_functions_count() local
41 struct msm_pinctrl_priv *priv = dev_get_priv(dev); in msm_get_pins_count() local
49 struct msm_pinctrl_priv *priv = dev_get_priv(dev); in msm_get_function_name() local
56 struct msm_pinctrl_priv *priv = dev_get_priv(dev); in msm_pinctrl_probe() local
66 struct msm_pinctrl_priv *priv = dev_get_priv(dev); in msm_get_pin_name() local
74 struct msm_pinctrl_priv *priv = dev_get_priv(dev); in msm_pinmux_set() local
85 struct msm_pinctrl_priv *priv = dev_get_priv(dev); in msm_pinconf_set() local
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-smfc.c18 struct ipu_smfc_priv *priv; member
38 struct ipu_smfc_priv *priv = smfc->priv; in ipu_smfc_set_burstsize() local
58 struct ipu_smfc_priv *priv = smfc->priv; in ipu_smfc_map_channel() local
78 struct ipu_smfc_priv *priv = smfc->priv; in ipu_smfc_set_watermark() local
98 struct ipu_smfc_priv *priv = smfc->priv; in ipu_smfc_enable() local
116 struct ipu_smfc_priv *priv = smfc->priv; in ipu_smfc_disable() local
137 struct ipu_smfc_priv *priv = ipu->smfc_priv; in ipu_smfc_get() local
163 struct ipu_smfc_priv *priv = smfc->priv; in ipu_smfc_put() local
175 struct ipu_smfc_priv *priv; in ipu_smfc_init() local
/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-rx.c30 mcp251xfd_rx_tail_get_from_chip(const struct mcp251xfd_priv *priv, in mcp251xfd_rx_tail_get_from_chip()
49 mcp251xfd_check_rx_tail(const struct mcp251xfd_priv *priv, in mcp251xfd_check_rx_tail()
74 mcp251xfd_get_rx_len(const struct mcp251xfd_priv *priv, in mcp251xfd_get_rx_len()
120 mcp251xfd_hw_rx_obj_to_skb(const struct mcp251xfd_priv *priv, in mcp251xfd_hw_rx_obj_to_skb()
165 mcp251xfd_handle_rxif_one(struct mcp251xfd_priv *priv, in mcp251xfd_handle_rxif_one()
212 mcp251xfd_rx_obj_read(const struct mcp251xfd_priv *priv, in mcp251xfd_rx_obj_read()
229 mcp251xfd_handle_rxif_ring_uinc(const struct mcp251xfd_priv *priv, in mcp251xfd_handle_rxif_ring_uinc()
262 mcp251xfd_handle_rxif_ring(struct mcp251xfd_priv *priv, in mcp251xfd_handle_rxif_ring()
308 int mcp251xfd_handle_rxif(struct mcp251xfd_priv *priv) in mcp251xfd_handle_rxif()
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c635 static u32 rcsi2_read(struct rcar_csi2 *priv, unsigned int reg) in rcsi2_read()
640 static void rcsi2_write(struct rcar_csi2 *priv, unsigned int reg, u32 data) in rcsi2_write()
645 static void rcsi2_write16(struct rcar_csi2 *priv, unsigned int reg, u16 data) in rcsi2_write16()
650 static void rcsi2_enter_standby_gen3(struct rcar_csi2 *priv) in rcsi2_enter_standby_gen3()
656 static void rcsi2_enter_standby(struct rcar_csi2 *priv) in rcsi2_enter_standby()
666 static int rcsi2_exit_standby(struct rcar_csi2 *priv) in rcsi2_exit_standby()
679 static int rcsi2_wait_phy_start(struct rcar_csi2 *priv, in rcsi2_wait_phy_start()
700 static int rcsi2_set_phypll(struct rcar_csi2 *priv, unsigned int mbps) in rcsi2_set_phypll()
729 static int rcsi2_calc_mbps(struct rcar_csi2 *priv, unsigned int bpp, in rcsi2_calc_mbps()
764 static int rcsi2_get_active_lanes(struct rcar_csi2 *priv, in rcsi2_get_active_lanes()
[all …]
/openbmc/linux/drivers/net/can/
H A Dbxcan.c195 static inline void bxcan_rmw(struct bxcan_priv *priv, void __iomem *addr, in bxcan_rmw()
210 static void bxcan_disable_filters(struct bxcan_priv *priv, enum bxcan_cfg cfg) in bxcan_disable_filters()
218 static void bxcan_enable_filters(struct bxcan_priv *priv, enum bxcan_cfg cfg) in bxcan_enable_filters()
261 static inline u8 bxcan_get_tx_head(const struct bxcan_priv *priv) in bxcan_get_tx_head()
266 static inline u8 bxcan_get_tx_tail(const struct bxcan_priv *priv) in bxcan_get_tx_tail()
271 static inline u8 bxcan_get_tx_free(const struct bxcan_priv *priv) in bxcan_get_tx_free()
276 static bool bxcan_tx_busy(const struct bxcan_priv *priv) in bxcan_tx_busy()
300 static int bxcan_chip_softreset(struct bxcan_priv *priv) in bxcan_chip_softreset()
311 static int bxcan_enter_init_mode(struct bxcan_priv *priv) in bxcan_enter_init_mode()
322 static int bxcan_leave_init_mode(struct bxcan_priv *priv) in bxcan_leave_init_mode()
[all …]
/openbmc/linux/drivers/thermal/
H A Darmada_thermal.c120 struct armada_thermal_priv *priv; member
132 struct armada_thermal_priv *priv; member
137 struct armada_thermal_priv *priv) in armadaxp_init()
164 struct armada_thermal_priv *priv) in armada370_init()
185 struct armada_thermal_priv *priv) in armada375_init()
204 static int armada_wait_sensor_validity(struct armada_thermal_priv *priv) in armada_wait_sensor_validity()
216 struct armada_thermal_priv *priv) in armada380_init()
235 struct armada_thermal_priv *priv) in armada_ap80x_init()
254 struct armada_thermal_priv *priv) in armada_cp110_init()
273 static bool armada_is_valid(struct armada_thermal_priv *priv) in armada_is_valid()
[all …]
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c218 static int hvc_iucv_write(struct hvc_iucv_private *priv, in hvc_iucv_write()
317 struct hvc_iucv_private *priv = hvc_iucv_get_private(vtermno); in hvc_iucv_get_chars() local
355 static int hvc_iucv_queue(struct hvc_iucv_private *priv, const char *buf, in hvc_iucv_queue()
388 static int hvc_iucv_send(struct hvc_iucv_private *priv) in hvc_iucv_send()
437 struct hvc_iucv_private *priv; in hvc_iucv_sndbuf_work() local
460 struct hvc_iucv_private *priv = hvc_iucv_get_private(vtermno); in hvc_iucv_put_chars() local
489 struct hvc_iucv_private *priv; in hvc_iucv_notifier_add() local
506 static void hvc_iucv_cleanup(struct hvc_iucv_private *priv) in hvc_iucv_cleanup()
521 static inline int tty_outqueue_empty(struct hvc_iucv_private *priv) in tty_outqueue_empty()
539 static void flush_sndbuf_sync(struct hvc_iucv_private *priv) in flush_sndbuf_sync()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c22 struct ath9k_htc_priv *priv = file->private_data; in read_file_tgt_int_stats() local
80 struct ath9k_htc_priv *priv = file->private_data; in read_file_tgt_tx_stats() local
150 struct ath9k_htc_priv *priv = file->private_data; in read_file_tgt_rx_stats() local
196 struct ath9k_htc_priv *priv = file->private_data; in read_file_xmit() local
245 void ath9k_htc_err_stat_rx(struct ath9k_htc_priv *priv, in ath9k_htc_err_stat_rx()
254 struct ath9k_htc_priv *priv = file->private_data; in read_file_skb_rx() local
292 struct ath9k_htc_priv *priv = file->private_data; in read_file_slot() local
316 struct ath9k_htc_priv *priv = file->private_data; in read_file_queue() local
363 struct ath9k_htc_priv *priv = file->private_data; in read_file_debug() local
375 struct ath9k_htc_priv *priv = file->private_data; in write_file_debug() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dint_port.c105 mlx5e_int_port_lookup(struct mlx5e_tc_int_port_priv *priv, in mlx5e_int_port_lookup()
124 static int mlx5e_int_port_metadata_alloc(struct mlx5e_tc_int_port_priv *priv, in mlx5e_int_port_metadata_alloc()
141 static void mlx5e_int_port_metadata_free(struct mlx5e_tc_int_port_priv *priv, in mlx5e_int_port_metadata_free()
150 mlx5e_int_port_add(struct mlx5e_tc_int_port_priv *priv, in mlx5e_int_port_add()
227 mlx5e_int_port_remove(struct mlx5e_tc_int_port_priv *priv, in mlx5e_int_port_remove()
251 mlx5e_int_port_get_from_metadata(struct mlx5e_tc_int_port_priv *priv, in mlx5e_int_port_get_from_metadata()
264 mlx5e_tc_int_port_get(struct mlx5e_tc_int_port_priv *priv, in mlx5e_tc_int_port_get()
295 mlx5e_tc_int_port_put(struct mlx5e_tc_int_port_priv *priv, in mlx5e_tc_int_port_put()
306 mlx5e_tc_int_port_init(struct mlx5e_priv *priv) in mlx5e_tc_int_port_init()
343 mlx5e_tc_int_port_cleanup(struct mlx5e_tc_int_port_priv *priv) in mlx5e_tc_int_port_cleanup()
[all …]
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c43 mwifiex_convert_mcsmap_to_maxrate(struct mwifiex_private *priv, in mwifiex_convert_mcsmap_to_maxrate()
86 mwifiex_fill_vht_cap_info(struct mwifiex_private *priv, in mwifiex_fill_vht_cap_info()
99 void mwifiex_fill_vht_cap_tlv(struct mwifiex_private *priv, in mwifiex_fill_vht_cap_tlv()
157 int mwifiex_cmd_append_11ac_tlv(struct mwifiex_private *priv, in mwifiex_cmd_append_11ac_tlv()
253 int mwifiex_cmd_11ac_cfg(struct mwifiex_private *priv, in mwifiex_cmd_11ac_cfg()
275 void mwifiex_set_11ac_ba_params(struct mwifiex_private *priv) in mwifiex_set_11ac_ba_params()
294 bool mwifiex_is_bss_in_11ac_mode(struct mwifiex_private *priv) in mwifiex_is_bss_in_11ac_mode()
311 u8 mwifiex_get_center_freq_index(struct mwifiex_private *priv, u8 band, in mwifiex_get_center_freq_index()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c197 int ocelot_setup_tc_cls_flower(struct ocelot_port_private *priv, in ocelot_setup_tc_cls_flower()
219 static int ocelot_setup_tc_cls_matchall_police(struct ocelot_port_private *priv, in ocelot_setup_tc_cls_matchall_police()
260 static int ocelot_setup_tc_cls_matchall_mirred(struct ocelot_port_private *priv, in ocelot_setup_tc_cls_matchall_mirred()
303 static int ocelot_del_tc_cls_matchall_police(struct ocelot_port_private *priv, in ocelot_del_tc_cls_matchall_police()
323 static int ocelot_del_tc_cls_matchall_mirred(struct ocelot_port_private *priv, in ocelot_del_tc_cls_matchall_mirred()
341 static int ocelot_setup_tc_cls_matchall(struct ocelot_port_private *priv, in ocelot_setup_tc_cls_matchall()
403 struct ocelot_port_private *priv = cb_priv; in ocelot_setup_tc_block_cb() local
436 static int ocelot_setup_tc_block(struct ocelot_port_private *priv, in ocelot_setup_tc_block()
481 struct ocelot_port_private *priv = netdev_priv(dev); in ocelot_setup_tc() local
495 struct ocelot_port_private *priv = netdev_priv(dev); in ocelot_vlan_vid_add() local
[all …]
/openbmc/linux/drivers/net/dsa/
H A Dlantiq_gswip.c355 static u32 gswip_switch_r(struct gswip_priv *priv, u32 offset) in gswip_switch_r()
360 static void gswip_switch_w(struct gswip_priv *priv, u32 val, u32 offset) in gswip_switch_w()
365 static void gswip_switch_mask(struct gswip_priv *priv, u32 clear, u32 set, in gswip_switch_mask()
375 static u32 gswip_switch_r_timeout(struct gswip_priv *priv, u32 offset, in gswip_switch_r_timeout()
384 static u32 gswip_mdio_r(struct gswip_priv *priv, u32 offset) in gswip_mdio_r()
389 static void gswip_mdio_w(struct gswip_priv *priv, u32 val, u32 offset) in gswip_mdio_w()
394 static void gswip_mdio_mask(struct gswip_priv *priv, u32 clear, u32 set, in gswip_mdio_mask()
404 static u32 gswip_mii_r(struct gswip_priv *priv, u32 offset) in gswip_mii_r()
409 static void gswip_mii_w(struct gswip_priv *priv, u32 val, u32 offset) in gswip_mii_w()
414 static void gswip_mii_mask(struct gswip_priv *priv, u32 clear, u32 set, in gswip_mii_mask()
[all …]
/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c155 struct emac_eth_dev *priv = dev_get_priv(dev); in sun8i_mdio_read() local
188 struct emac_eth_dev *priv = dev_get_priv(dev); in sun8i_mdio_write() local
220 static int _sun8i_write_hwaddr(struct emac_eth_dev *priv, u8 *mac_id) in _sun8i_write_hwaddr()
234 static void sun8i_adjust_link(struct emac_eth_dev *priv, in sun8i_adjust_link()
262 static int sun8i_emac_set_syscon_ephy(struct emac_eth_dev *priv, u32 *reg) in sun8i_emac_set_syscon_ephy()
283 struct emac_eth_dev *priv) in sun8i_emac_set_syscon()
335 static int sun8i_phy_init(struct emac_eth_dev *priv, void *dev) in sun8i_phy_init()
351 static void rx_descs_init(struct emac_eth_dev *priv) in rx_descs_init()
382 static void tx_descs_init(struct emac_eth_dev *priv) in tx_descs_init()
410 static int _sun8i_emac_eth_init(struct emac_eth_dev *priv, u8 *enetaddr) in _sun8i_emac_eth_init()
[all …]
/openbmc/linux/drivers/remoteproc/
H A Dimx_dsp_rproc.c186 static int imx8mp_dsp_reset(struct imx_dsp_rproc *priv) in imx8mp_dsp_reset()
213 static int imx8ulp_dsp_reset(struct imx_dsp_rproc *priv) in imx8ulp_dsp_reset()
292 struct imx_dsp_rproc *priv = rproc->priv; in imx_dsp_rproc_ready() local
317 struct imx_dsp_rproc *priv = rproc->priv; in imx_dsp_rproc_start() local
354 struct imx_dsp_rproc *priv = rproc->priv; in imx_dsp_rproc_stop() local
398 static int imx_dsp_rproc_sys_to_da(struct imx_dsp_rproc *priv, u64 sys, in imx_dsp_rproc_sys_to_da()
440 struct imx_dsp_rproc *priv = container_of(work, struct imx_dsp_rproc, in imx_dsp_rproc_vq_work() local
468 struct imx_dsp_rproc *priv = rproc->priv; in imx_dsp_rproc_rx_tx_callback() local
498 struct imx_dsp_rproc *priv = rproc->priv; in imx_dsp_rproc_rxdb_callback() local
510 static int imx_dsp_rproc_mbox_alloc(struct imx_dsp_rproc *priv) in imx_dsp_rproc_mbox_alloc()
[all …]

1...<<11121314151617181920>>...148