Home
last modified time | relevance | path

Searched defs:priv (Results 101 – 125 of 3715) sorted by relevance

12345678910>>...149

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11n_rxreorder.c57 wlan_11n_dispatch_amsdu_pkt(mlan_private *priv, pmlan_buffer pmbuf) in wlan_11n_dispatch_amsdu_pkt()
84 wlan_11n_dispatch_pkt(t_void *priv, t_void *payload) in wlan_11n_dispatch_pkt()
168 wlan_11n_dispatch_pkt_until_start_win(t_void *priv, in wlan_11n_dispatch_pkt_until_start_win()
252 wlan_11n_scan_and_dispatch(t_void *priv, RxReorderTbl *rx_reor_tbl_ptr) in wlan_11n_scan_and_dispatch()
317 wlan_11n_delete_rxreorder_tbl_entry(mlan_private *priv, in wlan_11n_delete_rxreorder_tbl_entry()
399 wlan_start_flush_data(mlan_private *priv, RxReorderTbl *rx_reor_tbl_ptr) in wlan_start_flush_data()
454 wlan_11n_create_rxreorder_tbl(mlan_private *priv, t_u8 *ta, int tid, in wlan_11n_create_rxreorder_tbl()
570 wlan_11n_get_rxreorder_tbl(mlan_private *priv, int tid, t_u8 *ta) in wlan_11n_get_rxreorder_tbl()
611 wlan_cmd_11n_addba_req(mlan_private *priv, in wlan_cmd_11n_addba_req()
644 wlan_is_addba_reject(mlan_private *priv, t_u8 tid) in wlan_is_addba_reject()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddesignware.c29 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_read() local
57 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_write() local
88 struct dw_eth_dev *priv = dev_get_priv(dev); in dw_mdio_reset() local
118 static int dw_mdio_init(const char *name, void *priv) in dw_mdio_init()
139 static void tx_descs_init(struct dw_eth_dev *priv) in tx_descs_init()
179 static void rx_descs_init(struct dw_eth_dev *priv) in rx_descs_init()
219 static int _dw_write_hwaddr(struct dw_eth_dev *priv, u8 *mac_id) in _dw_write_hwaddr()
234 static int dw_adjust_link(struct dw_eth_dev *priv, struct eth_mac_regs *mac_p, in dw_adjust_link()
264 static void _dw_eth_halt(struct dw_eth_dev *priv) in _dw_eth_halt()
275 int designware_eth_init(struct dw_eth_dev *priv, u8 *enetaddr) in designware_eth_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/can/c_can/
H A Dc_can_platform.c52 static u16 c_can_plat_read_reg_aligned_to_16bit(const struct c_can_priv *priv, in c_can_plat_read_reg_aligned_to_16bit()
58 static void c_can_plat_write_reg_aligned_to_16bit(const struct c_can_priv *priv, in c_can_plat_write_reg_aligned_to_16bit()
64 static u16 c_can_plat_read_reg_aligned_to_32bit(const struct c_can_priv *priv, in c_can_plat_read_reg_aligned_to_32bit()
70 static void c_can_plat_write_reg_aligned_to_32bit(const struct c_can_priv *priv, in c_can_plat_write_reg_aligned_to_32bit()
76 static void c_can_hw_raminit_wait_syscon(const struct c_can_priv *priv, in c_can_hw_raminit_wait_syscon()
97 static void c_can_hw_raminit_syscon(const struct c_can_priv *priv, bool enable) in c_can_hw_raminit_syscon()
144 static u32 c_can_plat_read_reg32(const struct c_can_priv *priv, enum reg index) in c_can_plat_read_reg32()
154 static void c_can_plat_write_reg32(const struct c_can_priv *priv, in c_can_plat_write_reg32()
161 static u32 d_can_plat_read_reg32(const struct c_can_priv *priv, enum reg index) in d_can_plat_read_reg32()
166 static void d_can_plat_write_reg32(const struct c_can_priv *priv, in d_can_plat_write_reg32()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c33 struct bcmgenet_priv *priv = netdev_priv(dev); in bcmgenet_mii_setup() local
121 struct bcmgenet_priv *priv; in bcmgenet_fixed_phy_link_update() local
135 struct bcmgenet_priv *priv = netdev_priv(dev); in bcmgenet_phy_power_set() local
166 static void bcmgenet_moca_phy_setup(struct bcmgenet_priv *priv) in bcmgenet_moca_phy_setup()
184 struct bcmgenet_priv *priv = netdev_priv(dev); in bcmgenet_mii_config() local
286 struct bcmgenet_priv *priv = netdev_priv(dev); in bcmgenet_mii_probe() local
367 static struct device_node *bcmgenet_mii_of_find_mdio(struct bcmgenet_priv *priv) in bcmgenet_mii_of_find_mdio()
387 static void bcmgenet_mii_pdata_init(struct bcmgenet_priv *priv, in bcmgenet_mii_pdata_init()
406 struct bcmgenet_priv *priv = wait_func_data; in bcmgenet_mii_wait() local
415 static int bcmgenet_mii_register(struct bcmgenet_priv *priv) in bcmgenet_mii_register()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c38 void mlx5e_ethtool_get_drvinfo(struct mlx5e_priv *priv, in mlx5e_ethtool_get_drvinfo()
57 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_drvinfo() local
237 int mlx5e_ethtool_get_sset_count(struct mlx5e_priv *priv, int sset) in mlx5e_ethtool_get_sset_count()
253 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_sset_count() local
258 void mlx5e_ethtool_get_strings(struct mlx5e_priv *priv, u32 stringset, u8 *data) in mlx5e_ethtool_get_strings()
283 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_strings() local
288 void mlx5e_ethtool_get_ethtool_stats(struct mlx5e_priv *priv, in mlx5e_ethtool_get_ethtool_stats()
304 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ethtool_stats() local
309 void mlx5e_ethtool_get_ringparam(struct mlx5e_priv *priv, in mlx5e_ethtool_get_ringparam()
321 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_get_ringparam() local
[all …]
H A Den_dcbnl.c69 static int mlx5e_dcbnl_set_dcbx_mode(struct mlx5e_priv *priv, in mlx5e_dcbnl_set_dcbx_mode()
87 static int mlx5e_dcbnl_switch_to_host_mode(struct mlx5e_priv *priv) in mlx5e_dcbnl_switch_to_host_mode()
109 struct mlx5e_priv *priv = netdev_priv(netdev); in mlx5e_dcbnl_ieee_getets() local
249 static int mlx5e_dcbnl_ieee_setets_core(struct mlx5e_priv *priv, struct ieee_ets *ets) in mlx5e_dcbnl_ieee_setets_core()
323 struct mlx5e_priv *priv = netdev_priv(netdev); in mlx5e_dcbnl_ieee_setets() local
343 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_ieee_getpfc() local
363 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_ieee_setpfc() local
409 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_getdcbx() local
416 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_setdcbx() local
449 struct mlx5e_priv *priv = netdev_priv(dev); in mlx5e_dcbnl_ieee_setapp() local
[all …]
H A Den_fs.c111 static int mlx5e_vport_context_update_vlans(struct mlx5e_priv *priv) in mlx5e_vport_context_update_vlans()
162 static int __mlx5e_add_vlan_rule(struct mlx5e_priv *priv, in __mlx5e_add_vlan_rule()
235 static int mlx5e_add_vlan_rule(struct mlx5e_priv *priv, in mlx5e_add_vlan_rule()
255 static void mlx5e_del_vlan_rule(struct mlx5e_priv *priv, in mlx5e_del_vlan_rule()
293 static void mlx5e_del_any_vid_rules(struct mlx5e_priv *priv) in mlx5e_del_any_vid_rules()
299 static int mlx5e_add_any_vid_rules(struct mlx5e_priv *priv) in mlx5e_add_any_vid_rules()
310 void mlx5e_enable_cvlan_filter(struct mlx5e_priv *priv) in mlx5e_enable_cvlan_filter()
321 void mlx5e_disable_cvlan_filter(struct mlx5e_priv *priv) in mlx5e_disable_cvlan_filter()
332 static int mlx5e_vlan_rx_add_cvid(struct mlx5e_priv *priv, u16 vid) in mlx5e_vlan_rx_add_cvid()
345 static int mlx5e_vlan_rx_add_svid(struct mlx5e_priv *priv, u16 vid) in mlx5e_vlan_rx_add_svid()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A D11n.c37 int mwifiex_fill_cap_info(struct mwifiex_private *priv, u8 radio_type, in mwifiex_fill_cap_info()
83 mwifiex_get_ba_status(struct mwifiex_private *priv, in mwifiex_get_ba_status()
108 int mwifiex_ret_11n_delba(struct mwifiex_private *priv, in mwifiex_ret_11n_delba()
154 int mwifiex_ret_11n_addba_req(struct mwifiex_private *priv, in mwifiex_ret_11n_addba_req()
214 int mwifiex_cmd_recfg_tx_buf(struct mwifiex_private *priv, in mwifiex_cmd_recfg_tx_buf()
280 int mwifiex_cmd_11n_cfg(struct mwifiex_private *priv, in mwifiex_cmd_11n_cfg()
311 mwifiex_cmd_append_11n_tlv(struct mwifiex_private *priv, in mwifiex_cmd_append_11n_tlv()
476 static int mwifiex_is_tx_ba_stream_ptr_valid(struct mwifiex_private *priv, in mwifiex_is_tx_ba_stream_ptr_valid()
495 void mwifiex_11n_delete_tx_ba_stream_tbl_entry(struct mwifiex_private *priv, in mwifiex_11n_delete_tx_ba_stream_tbl_entry()
513 void mwifiex_11n_delete_all_tx_ba_stream_tbl(struct mwifiex_private *priv) in mwifiex_11n_delete_all_tx_ba_stream_tbl()
[all …]
H A Dcfg80211.c99 u8 mwifiex_get_chan_type(struct mwifiex_private *priv) in mwifiex_get_chan_type()
159 struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev); in mwifiex_cfg80211_del_key() local
218 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_mgmt_tx() local
277 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_update_mgmt_frame_registrations() local
298 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_remain_on_channel() local
338 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_cancel_remain_on_channel() local
371 struct mwifiex_private *priv; in mwifiex_cfg80211_set_tx_power() local
405 struct mwifiex_private *priv = mwifiex_get_priv(adapter, in mwifiex_cfg80211_get_tx_power() local
429 struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev); in mwifiex_cfg80211_set_power_mgmt() local
449 struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev); in mwifiex_cfg80211_set_default_key() local
[all …]
H A D11h.c24 void mwifiex_init_11h_params(struct mwifiex_private *priv) in mwifiex_init_11h_params()
30 inline int mwifiex_is_11h_active(struct mwifiex_private *priv) in mwifiex_is_11h_active()
38 mwifiex_11h_process_infra_join(struct mwifiex_private *priv, u8 **buffer, in mwifiex_11h_process_infra_join()
82 int mwifiex_11h_activate(struct mwifiex_private *priv, bool flag) in mwifiex_11h_activate()
100 void mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer, in mwifiex_11h_process_join()
127 struct mwifiex_private *priv = in mwifiex_dfs_cac_work_queue() local
144 int mwifiex_cmd_issue_chan_report_request(struct mwifiex_private *priv, in mwifiex_cmd_issue_chan_report_request()
171 int mwifiex_stop_radar_detection(struct mwifiex_private *priv, in mwifiex_stop_radar_detection()
187 void mwifiex_abort_cac(struct mwifiex_private *priv) in mwifiex_abort_cac()
205 int mwifiex_11h_handle_chanrpt_ready(struct mwifiex_private *priv, in mwifiex_11h_handle_chanrpt_ready()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c22 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write()
46 int mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, in mvpp2_prs_init_from_hw()
77 static void mvpp2_prs_hw_inv(struct mvpp2 *priv, int index) in mvpp2_prs_hw_inv()
86 static void mvpp2_prs_shadow_set(struct mvpp2 *priv, int index, int lu) in mvpp2_prs_shadow_set()
93 static void mvpp2_prs_shadow_ri_set(struct mvpp2 *priv, int index, in mvpp2_prs_shadow_ri_set()
364 static int mvpp2_prs_flow_find(struct mvpp2 *priv, int flow) in mvpp2_prs_flow_find()
389 static int mvpp2_prs_tcam_first_free(struct mvpp2 *priv, unsigned char start, in mvpp2_prs_tcam_first_free()
409 static void mvpp2_prs_drop_fc(struct mvpp2 *priv) in mvpp2_prs_drop_fc()
441 static void mvpp2_prs_mac_drop_all_set(struct mvpp2 *priv, int port, bool add) in mvpp2_prs_mac_drop_all_set()
475 void mvpp2_prs_mac_promisc_set(struct mvpp2 *priv, int port, in mvpp2_prs_mac_promisc_set()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dravb_main.c87 struct ravb_private *priv = netdev_priv(ndev); in ravb_set_rate() local
131 struct ravb_private *priv = container_of(ctrl, struct ravb_private, in ravb_mdio_ctrl() local
158 struct ravb_private *priv = container_of(ctrl, struct ravb_private, in ravb_get_mdio_data() local
176 struct ravb_private *priv = netdev_priv(ndev); in ravb_tx_free() local
220 struct ravb_private *priv = netdev_priv(ndev); in ravb_ring_free() local
275 struct ravb_private *priv = netdev_priv(ndev); in ravb_ring_format() local
339 struct ravb_private *priv = netdev_priv(ndev); in ravb_ring_init() local
426 struct ravb_private *priv = netdev_priv(ndev); in ravb_dmac_init() local
481 struct ravb_private *priv = netdev_priv(ndev); in ravb_get_tx_tstamp() local
535 struct ravb_private *priv = netdev_priv(ndev); in ravb_rx() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/can/cc770/
H A Dcc770.c107 struct cc770_priv *priv = netdev_priv(dev); in enable_all_objs() local
169 static void disable_all_objs(const struct cc770_priv *priv) in disable_all_objs()
200 struct cc770_priv *priv = netdev_priv(dev); in set_reset_mode() local
219 struct cc770_priv *priv = netdev_priv(dev); in set_normal_mode() local
239 static void chipset_init(struct cc770_priv *priv) in chipset_init()
291 struct cc770_priv *priv = netdev_priv(dev); in cc770_probe_chip() local
329 struct cc770_priv *priv = netdev_priv(dev); in cc770_start() local
356 struct cc770_priv *priv = netdev_priv(dev); in cc770_set_bittiming() local
377 struct cc770_priv *priv = netdev_priv(dev); in cc770_get_berr_counter() local
387 struct cc770_priv *priv = netdev_priv(dev); in cc770_tx() local
[all …]
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-r7301.c64 static u8 rtc7301_read(struct rtc7301_priv *priv, unsigned int reg) in rtc7301_read()
74 static void rtc7301_write(struct rtc7301_priv *priv, u8 val, unsigned int reg) in rtc7301_write()
81 static void rtc7301_update_bits(struct rtc7301_priv *priv, unsigned int reg, in rtc7301_update_bits()
89 static int rtc7301_wait_while_busy(struct rtc7301_priv *priv) in rtc7301_wait_while_busy()
106 static void rtc7301_stop(struct rtc7301_priv *priv) in rtc7301_stop()
112 static void rtc7301_start(struct rtc7301_priv *priv) in rtc7301_start()
117 static void rtc7301_select_bank(struct rtc7301_priv *priv, u8 bank) in rtc7301_select_bank()
136 static void rtc7301_get_time(struct rtc7301_priv *priv, struct rtc_time *tm, in rtc7301_get_time()
170 static void rtc7301_write_time(struct rtc7301_priv *priv, struct rtc_time *tm, in rtc7301_write_time()
205 static void rtc7301_alarm_irq(struct rtc7301_priv *priv, unsigned int enabled) in rtc7301_alarm_irq()
[all …]
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_px30.c297 static ulong px30_i2c_get_clk(struct px30_clk_priv *priv, ulong clk_id) in px30_i2c_get_clk()
327 static ulong px30_i2c_set_clk(struct px30_clk_priv *priv, ulong clk_id, uint hz) in px30_i2c_set_clk()
426 static ulong px30_i2s_get_clk(struct px30_clk_priv *priv, ulong clk_id) in px30_i2s_get_clk()
453 static ulong px30_i2s_set_clk(struct px30_clk_priv *priv, ulong clk_id, uint hz) in px30_i2s_set_clk()
486 static ulong px30_i2s1_mclk_get_clk(struct px30_clk_priv *priv, ulong clk_id) in px30_i2s1_mclk_get_clk()
499 static ulong px30_i2s1_mclk_set_clk(struct px30_clk_priv *priv, ulong clk_id, in px30_i2s1_mclk_set_clk()
519 static ulong px30_nandc_get_clk(struct px30_clk_priv *priv) in px30_nandc_get_clk()
530 static ulong px30_nandc_set_clk(struct px30_clk_priv *priv, in px30_nandc_set_clk()
551 static ulong px30_mmc_get_clk(struct px30_clk_priv *priv, uint clk_id) in px30_mmc_get_clk()
581 static ulong px30_mmc_set_clk(struct px30_clk_priv *priv, in px30_mmc_set_clk()
[all …]
H A Dclk_rk3308.c137 static ulong rk3308_armclk_set_clk(struct rk3308_clk_priv *priv, ulong hz) in rk3308_armclk_set_clk()
183 static void rk3308_clk_get_pll_rate(struct rk3308_clk_priv *priv) in rk3308_clk_get_pll_rate()
198 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_i2c_get_clk() local
228 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_i2c_set_clk() local
262 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_mac_set_clk() local
292 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_mac_set_speed_clk() local
308 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_mmc_get_clk() local
338 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_mmc_set_clk() local
382 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_saradc_get_clk() local
394 struct rk3308_clk_priv *priv = dev_get_priv(clk->dev); in rk3308_saradc_set_clk() local
[all …]
H A Dclk_rk3128.c91 static ulong rk3128_armclk_set_clk(struct rk3128_clk_priv *priv, ulong hz) in rk3128_armclk_set_clk()
139 static ulong rockchip_mmc_get_clk(struct rk3128_clk_priv *priv, in rockchip_mmc_get_clk()
177 static ulong rockchip_mmc_set_clk(struct rk3128_clk_priv *priv, in rockchip_mmc_set_clk()
223 static ulong rk3128_peri_get_clk(struct rk3128_clk_priv *priv, ulong clk_id) in rk3128_peri_get_clk()
258 static ulong rk3128_peri_set_clk(struct rk3128_clk_priv *priv, in rk3128_peri_set_clk()
304 static ulong rk3128_bus_get_clk(struct rk3128_clk_priv *priv, ulong clk_id) in rk3128_bus_get_clk()
333 static ulong rk3128_bus_set_clk(struct rk3128_clk_priv *priv, in rk3128_bus_set_clk()
374 static ulong rk3128_spi_get_clk(struct rk3128_clk_priv *priv) in rk3128_spi_get_clk()
386 static ulong rk3128_spi_set_clk(struct rk3128_clk_priv *priv, ulong hz) in rk3128_spi_set_clk()
401 static ulong rk3128_saradc_get_clk(struct rk3128_clk_priv *priv) in rk3128_saradc_get_clk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_ioctl.c265 t_u8 woal_get_second_channel_offset(moal_private *priv, int chan) in woal_get_second_channel_offset()
380 moal_private *priv = NULL; in woal_copy_all_mc_list() local
415 static inline void woal_fill_wait_queue(moal_private *priv, wait_queue *wait, in woal_fill_wait_queue()
446 static inline mlan_status woal_wait_ioctl_complete(moal_private *priv, in woal_wait_ioctl_complete()
506 static inline t_bool woal_cac_period_block_cmd(moal_private *priv, in woal_cac_period_block_cmd()
623 mlan_status woal_request_ioctl(moal_private *priv, mlan_ioctl_req *req, in woal_request_ioctl()
831 mlan_status woal_request_set_mac_address(moal_private *priv, t_u8 wait_option) in woal_request_set_mac_address()
884 void woal_request_set_multicast_list(moal_private *priv, struct net_device *dev) in woal_request_set_multicast_list()
937 mlan_status woal_disconnect(moal_private *priv, t_u8 wait_option, t_u8 *mac, in woal_disconnect()
991 int woal_priv_get_nonglobal_operclass_by_bw_channel(moal_private *priv, in woal_priv_get_nonglobal_operclass_by_bw_channel()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_crtc.c37 struct meson_drm *priv; member
53 struct meson_drm *priv = meson_crtc->priv; in meson_crtc_enable_vblank() local
64 struct meson_drm *priv = meson_crtc->priv; in meson_crtc_disable_vblank() local
89 struct meson_drm *priv = meson_crtc->priv; in meson_g12a_crtc_atomic_enable() local
125 struct meson_drm *priv = meson_crtc->priv; in meson_crtc_atomic_enable() local
152 struct meson_drm *priv = meson_crtc->priv; in meson_g12a_crtc_atomic_disable() local
177 struct meson_drm *priv = meson_crtc->priv; in meson_crtc_atomic_disable() local
223 struct meson_drm *priv = meson_crtc->priv; in meson_crtc_atomic_flush() local
243 static void meson_crtc_enable_osd1(struct meson_drm *priv) in meson_crtc_enable_osd1()
249 static void meson_crtc_g12a_enable_osd1_afbc(struct meson_drm *priv) in meson_crtc_g12a_enable_osd1_afbc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dbh.c50 struct cw1200_common *priv = in cw1200_bh_work() local
55 int cw1200_register_bh(struct cw1200_common *priv) in cw1200_register_bh()
86 void cw1200_unregister_bh(struct cw1200_common *priv) in cw1200_unregister_bh()
99 void cw1200_irq_handler(struct cw1200_common *priv) in cw1200_irq_handler()
115 void cw1200_bh_wakeup(struct cw1200_common *priv) in cw1200_bh_wakeup()
127 int cw1200_bh_suspend(struct cw1200_common *priv) in cw1200_bh_suspend()
142 int cw1200_bh_resume(struct cw1200_common *priv) in cw1200_bh_resume()
157 static inline void wsm_alloc_tx_buffer(struct cw1200_common *priv) in wsm_alloc_tx_buffer()
162 int wsm_release_tx_buffer(struct cw1200_common *priv, int count) in wsm_release_tx_buffer()
177 static int cw1200_bh_read_ctrl_reg(struct cw1200_common *priv, in cw1200_bh_read_ctrl_reg()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c20 static int hfi1_netdev_setup_ctxt(struct hfi1_netdev_priv *priv, in hfi1_netdev_setup_ctxt()
121 static int hfi1_netdev_allot_ctxt(struct hfi1_netdev_priv *priv, in hfi1_netdev_allot_ctxt()
190 struct hfi1_netdev_priv *priv = hfi1_netdev_priv(dev); in hfi1_netdev_rxq_init() local
247 struct hfi1_netdev_priv *priv = hfi1_netdev_priv(dev); in hfi1_netdev_rxq_deinit() local
264 static void enable_queues(struct hfi1_netdev_priv *priv) in enable_queues()
280 static void disable_queues(struct hfi1_netdev_priv *priv) in disable_queues()
310 struct hfi1_netdev_priv *priv = hfi1_netdev_priv(dd->dummy_netdev); in hfi1_netdev_rx_init() local
331 struct hfi1_netdev_priv *priv = hfi1_netdev_priv(dd->dummy_netdev); in hfi1_netdev_rx_destroy() local
352 struct hfi1_netdev_priv *priv; in hfi1_netdev_alloc() local
391 struct hfi1_netdev_priv *priv; in hfi1_netdev_enable_queues() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c115 struct gfar_private *priv = netdev_priv(dev); in gfar_gstrings() local
132 struct gfar_private *priv = netdev_priv(dev); in gfar_fill_stats() local
149 struct gfar_private *priv = netdev_priv(dev); in gfar_sset_count() local
180 struct gfar_private *priv = netdev_priv(dev); in gfar_get_regs() local
190 static unsigned int gfar_usecs2ticks(struct gfar_private *priv, in gfar_usecs2ticks()
217 static unsigned int gfar_ticks2usecs(struct gfar_private *priv, in gfar_ticks2usecs()
248 struct gfar_private *priv = netdev_priv(dev); in gfar_gcoalesce() local
285 struct gfar_private *priv = netdev_priv(dev); in gfar_scoalesce() local
373 struct gfar_private *priv = netdev_priv(dev); in gfar_gringparam() local
400 struct gfar_private *priv = netdev_priv(dev); in gfar_sringparam() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c59 static struct sk_buff *stmmac_test_get_udp_skb(struct stmmac_priv *priv, in stmmac_test_get_udp_skb()
219 static struct sk_buff *stmmac_test_get_arp_skb(struct stmmac_priv *priv, in stmmac_test_get_arp_skb()
320 static int __stmmac_test_loopback(struct stmmac_priv *priv, in __stmmac_test_loopback()
369 static int stmmac_test_mac_loopback(struct stmmac_priv *priv) in stmmac_test_mac_loopback()
377 static int stmmac_test_phy_loopback(struct stmmac_priv *priv) in stmmac_test_phy_loopback()
396 static int stmmac_test_mmc(struct stmmac_priv *priv) in stmmac_test_mmc()
428 static int stmmac_test_eee(struct stmmac_priv *priv) in stmmac_test_eee()
487 static int stmmac_filter_check(struct stmmac_priv *priv) in stmmac_filter_check()
496 static bool stmmac_hash_check(struct stmmac_priv *priv, unsigned char *addr) in stmmac_hash_check()
518 static bool stmmac_perfect_check(struct stmmac_priv *priv, unsigned char *addr) in stmmac_perfect_check()
[all …]
H A Dstmmac_uio.c111 static void uio_free_dma_rx_desc_resources(struct stmmac_priv *priv) in uio_free_dma_rx_desc_resources()
136 static void uio_free_dma_tx_desc_resources(struct stmmac_priv *priv) in uio_free_dma_tx_desc_resources()
172 static int uio_alloc_dma_rx_desc_resources(struct stmmac_priv *priv) in uio_alloc_dma_rx_desc_resources()
217 static int uio_alloc_dma_tx_desc_resources(struct stmmac_priv *priv) in uio_alloc_dma_tx_desc_resources()
269 static int uio_alloc_dma_desc_resources(struct stmmac_priv *priv) in uio_alloc_dma_desc_resources()
286 static void uio_free_dma_desc_resources(struct stmmac_priv *priv) in uio_free_dma_desc_resources()
305 struct stmmac_priv *priv = netdev_priv(dev); in rockchip_gmac_uio_init_phy() local
348 static int rockchip_gmac_uio_init_dma_engine(struct stmmac_priv *priv) in rockchip_gmac_uio_init_dma_engine()
412 static void uio_set_rings_length(struct stmmac_priv *priv) in uio_set_rings_length()
434 static void uio_set_tx_queue_weight(struct stmmac_priv *priv) in uio_set_tx_queue_weight()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-vdic.c115 static void vdic_put_ipu_resources(struct vdic_priv *priv) in vdic_put_ipu_resources()
134 static int vdic_get_ipu_resources(struct vdic_priv *priv) in vdic_get_ipu_resources()
189 static void __maybe_unused prepare_vdi_in_buffers(struct vdic_priv *priv, in prepare_vdi_in_buffers()
237 static int setup_vdi_channel(struct vdic_priv *priv, in setup_vdi_channel()
271 static int vdic_setup_direct(struct vdic_priv *priv) in vdic_setup_direct()
280 static void vdic_start_direct(struct vdic_priv *priv) in vdic_start_direct()
284 static void vdic_stop_direct(struct vdic_priv *priv) in vdic_stop_direct()
288 static void vdic_disable_direct(struct vdic_priv *priv) in vdic_disable_direct()
294 static int vdic_setup_indirect(struct vdic_priv *priv) in vdic_setup_indirect()
325 static void vdic_start_indirect(struct vdic_priv *priv) in vdic_start_indirect()
[all …]

12345678910>>...149