Searched refs:pf (Results 76 - 100 of 494) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c129 static int handle_pagefault(struct xe_gt *gt, struct pagefault *pf) argument
142 if (pf->trva_fault)
147 vm = xa_load(&xe->usm.asid_to_vm, pf->asid);
163 vma = lookup_vma(vm, pf->page_addr);
177 atomic = access_is_atomic(pf->access_type);
264 static void print_pagefault(struct xe_device *xe, struct pagefault *pf) argument
275 pf->asid, pf->vfid, pf->pdata, upper_32_bits(pf
283 get_pagefault(struct pf_queue *pf_queue, struct pagefault *pf) argument
368 struct pagefault pf = {}; local
[all...]
H A Dxe_sriov_pf.c69 xe->sriov.pf.device_total_vfs = totalvfs;
70 xe->sriov.pf.driver_max_vfs = newlimit;
85 return drmm_mutex_init(&xe->drm, &xe->sriov.pf.master_lock);
101 drm_printf(p, "total: %u\n", xe->sriov.pf.device_total_vfs);
102 drm_printf(p, "supported: %u\n", xe->sriov.pf.driver_max_vfs);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sriov.h29 void ice_process_vflr_event(struct ice_pf *pf);
35 void ice_free_vfs(struct ice_pf *pf);
36 void ice_restore_all_vfs_msi_state(struct ice_pf *pf);
58 ice_vf_lan_overflow_event(struct ice_pf *pf, struct ice_rq_event_info *event);
59 void ice_print_vfs_mdd_events(struct ice_pf *pf);
67 static inline void ice_process_vflr_event(struct ice_pf *pf) { } argument
68 static inline void ice_free_vfs(struct ice_pf *pf) { } argument
70 void ice_vf_lan_overflow_event(struct ice_pf *pf, struct ice_rq_event_info *event) { } argument
71 static inline void ice_print_vfs_mdd_events(struct ice_pf *pf) { } argument
74 static inline void ice_restore_all_vfs_msi_state(struct ice_pf *pf) { } argument
[all...]
H A Dice.h158 #define ice_for_each_vsi(pf, i) \
159 for ((i) = 0; (i) < (pf)->num_alloc_vsi; (i)++)
198 #define ice_pf_to_dev(pf) (&((pf)->pdev->dev))
200 #define ice_pf_src_tmr_owned(pf) ((pf)->hw.func_caps.ts_func_info.src_tmr_owned)
253 struct mutex *qs_mutex; /* will be assigned to &pf->avail_q_mutex */
264 struct ice_pf *pf; member in struct:ice_sw
352 u16 idx; /* software index in pf->vsi[] */
398 u16 *txq_map; /* index in pf
696 ice_ptp_pf_handles_tx_interrupt(struct ice_pf *pf) argument
813 ice_get_main_vsi(struct ice_pf *pf) argument
838 ice_get_ctrl_vsi(struct ice_pf *pf) argument
852 ice_find_vsi(struct ice_pf *pf, u16 vsi_num) argument
869 ice_is_switchdev_running(struct ice_pf *pf) argument
890 ice_is_adq_active(struct ice_pf *pf) argument
1010 ice_set_rdma_cap(struct ice_pf *pf) argument
1022 ice_clear_rdma_cap(struct ice_pf *pf) argument
[all...]
H A Dice_vf_vsi_vlan_ops.c27 struct ice_pf *pf = vsi->back; local
32 if (ice_is_dvm_ena(&pf->hw)) {
60 struct ice_pf *pf = vsi->back; local
70 if (ice_is_dvm_ena(&pf->hw)) {
84 if (!test_bit(ICE_FLAG_VF_VLAN_PRUNING, pf->flags))
133 struct ice_pf *pf = vsi->back; local
144 vlan_ops = ice_is_dvm_ena(&pf->hw) ?
174 dev = ice_pf_to_dev(vf->pf);
247 dev_dbg(ice_pf_to_dev(vf->pf), "Failed to disable Rx VLAN filtering for old VF with VIRTCHNL_VF_OFFLOAD_VLAN support\n");
H A Dice_lib.h16 bool ice_pf_state_is_nominal(struct ice_pf *pf);
45 ice_vsi_setup(struct ice_pf *pf, struct ice_vsi_cfg_params *params);
70 int ice_wait_for_reset(struct ice_pf *pf, unsigned long timeout);
96 bool ice_is_safe_mode(struct ice_pf *pf);
97 bool ice_is_rdma_ena(struct ice_pf *pf);
121 bool ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f);
122 void ice_set_feature_support(struct ice_pf *pf, enum ice_feature f);
123 void ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f);
124 void ice_init_feature_support(struct ice_pf *pf);
H A Dice_virtchnl_fdir.h50 void ice_flush_fdir_ctx(struct ice_pf *pf);
54 static inline void ice_flush_fdir_ctx(struct ice_pf *pf) { } argument
H A Dice_lib.c72 struct ice_pf *pf = vsi->back; local
75 dev = ice_pf_to_dev(pf);
165 struct ice_pf *pf = vsi->back; local
177 vsi->alloc_txq = min3(pf->num_lan_msix,
178 ice_get_avail_txq_count(pf),
182 pf->num_lan_tx = vsi->alloc_txq;
185 if (!test_bit(ICE_FLAG_RSS_ENA, pf->flags)) {
192 vsi->alloc_rxq = min3(pf->num_lan_msix,
193 ice_get_avail_rxq_count(pf),
198 pf
272 struct ice_pf *pf = vsi->back; local
301 struct ice_pf *pf = vsi->back; local
326 struct ice_pf *pf = vsi->back; local
367 struct ice_pf *pf = vsi->back; local
428 struct ice_pf *pf = NULL; local
505 struct ice_pf *pf = vsi->back; local
597 ice_vsi_alloc(struct ice_pf *pf) argument
644 struct ice_pf *pf = vsi->back; local
734 struct ice_pf *pf = vsi->back; local
779 struct ice_pf *pf = vsi->back; local
803 ice_is_safe_mode(struct ice_pf *pf) argument
814 ice_is_rdma_ena(struct ice_pf *pf) argument
828 struct ice_pf *pf = vsi->back; local
846 struct ice_pf *pf = vsi->back; local
867 struct ice_pf *pf = vsi->back; local
1124 struct ice_pf *pf; local
1156 struct ice_pf *pf = vsi->back; local
1197 struct ice_pf *pf = vsi->back; local
1357 struct ice_pf *pf = vsi->back; local
1463 struct ice_pf *pf = vsi->back; local
1535 struct ice_pf *pf = vsi->back; local
1635 struct ice_pf *pf = vsi->back; local
1668 ice_pf_state_is_nominal(struct ice_pf *pf) argument
1690 struct ice_pf *pf = vsi->back; local
1874 struct ice_pf *pf = vsi->back; local
1997 struct ice_pf *pf = vsi->back; local
2036 struct ice_pf *pf = vsi->back; local
2077 struct ice_pf *pf = vsi->back; local
2183 ice_vsi_cfg_tc_lan(struct ice_pf *pf, struct ice_vsi *vsi) argument
2226 struct ice_pf *pf = vsi->back; local
2380 struct ice_pf *pf = vsi->back; local
2413 struct ice_pf *pf = vsi->back; local
2462 ice_vsi_setup(struct ice_pf *pf, struct ice_vsi_cfg_params *params) argument
2518 struct ice_pf *pf = vsi->back; local
2555 struct ice_pf *pf = vsi->back; local
2732 struct ice_pf *pf = vsi->back; local
2821 struct ice_pf *pf; local
2969 struct ice_pf *pf = vsi->back; local
3031 struct ice_pf *pf; local
3106 ice_wait_for_reset(struct ice_pf *pf, unsigned long timeout) argument
3143 struct ice_pf *pf = vsi->back; local
3301 struct ice_pf *pf = vsi->back; local
3561 struct ice_pf *pf = vsi->back; local
3622 struct ice_pf *pf = vsi->back; local
3834 ice_is_feature_supported(struct ice_pf *pf, enum ice_feature f) argument
3847 ice_set_feature_support(struct ice_pf *pf, enum ice_feature f) argument
3860 ice_clear_feature_support(struct ice_pf *pf, enum ice_feature f) argument
3874 ice_init_feature_support(struct ice_pf *pf) argument
[all...]
H A Dice_eswitch_br.h69 struct ice_pf *pf; member in struct:ice_esw_br_offloads
116 ice_eswitch_br_offloads_deinit(struct ice_pf *pf);
118 ice_eswitch_br_offloads_init(struct ice_pf *pf);
H A Dice_ethtool.c328 u32 bitno; /* bit position in pf->flags */
434 struct ice_pf *pf = vsi->back; local
435 struct ice_hw *hw = &pf->hw;
451 strscpy(drvinfo->bus_info, pci_name(pf->pdev),
473 struct ice_pf *pf = np->vsi->back; local
474 struct ice_hw *hw = &pf->hw;
487 struct ice_pf *pf = np->vsi->back; local
490 if (pf->hw.debug_mask)
492 pf->hw.debug_mask);
495 return pf
501 struct ice_pf *pf = np->vsi->back; local
516 struct ice_pf *pf = np->vsi->back; local
527 struct ice_pf *pf = vsi->back; local
572 ice_active_vfs(struct ice_pf *pf) argument
627 struct ice_pf *pf = np->vsi->back; local
641 struct ice_pf *pf = (struct ice_pf *)hw->back; local
798 ice_lbtest_create_frame(struct ice_pf *pf, u8 **ret_data, u16 size) argument
943 struct ice_pf *pf = orig_vsi->back; local
1033 struct ice_pf *pf = np->vsi->back; local
1063 struct ice_pf *pf = np->vsi->back; local
1389 struct ice_pf *pf = vsi->back; local
1415 struct ice_pf *pf = vsi->back; local
1600 struct ice_pf *pf = vsi->back; local
1780 struct ice_pf *pf = vsi->back; local
2280 struct ice_pf *pf = np->vsi->back; local
2652 struct ice_pf *pf = vsi->back; local
2705 struct ice_pf *pf = vsi->back; local
2867 struct ice_pf *pf = vsi->back; local
3156 struct ice_pf *pf = np->vsi->back; local
3286 struct ice_pf *pf = vsi->back; local
3364 struct ice_pf *pf = vsi->back; local
3439 struct ice_pf *pf = ice_netdev_to_pf(dev); local
3465 ice_get_max_txq(struct ice_pf *pf) argument
3475 ice_get_max_rxq(struct ice_pf *pf) argument
3513 struct ice_pf *pf = vsi->back; local
3551 struct ice_pf *pf = vsi->back; local
3593 struct ice_pf *pf = vsi->back; local
3683 struct ice_pf *pf = np->vsi->back; local
3707 struct ice_pf *pf = vsi->back; local
3855 struct ice_pf *pf = vsi->back; local
4133 struct ice_pf *pf = vsi->back; local
4210 struct ice_pf *pf = vsi->back; local
[all...]
H A Dice_ethtool_fdir.c626 * @pf: pointer to the PF structure
632 ice_fdir_set_hw_fltr_rule(struct ice_pf *pf, struct ice_flow_seg_info *seg, argument
635 struct device *dev = ice_pf_to_dev(pf);
640 struct ice_hw *hw = &pf->hw;
647 main_vsi = ice_get_main_vsi(pf);
651 ctrl_vsi = ice_get_ctrl_vsi(pf);
719 if (!ice_is_adq_active(pf) || !main_vsi->tc_map_vsi[idx])
843 * @pf: PF structure
849 ice_create_init_fdir_rule(struct ice_pf *pf, enum ice_fltr_ptype flow) argument
852 struct device *dev = ice_pf_to_dev(pf);
1329 ice_cfg_fdir_xtrct_seq(struct ice_pf *pf, struct ethtool_rx_flow_spec *fsp, struct ice_rx_flow_userdef *user) argument
1493 ice_fdir_write_fltr(struct ice_pf *pf, struct ice_fdir_fltr *input, bool add, bool is_tun) argument
1563 ice_fdir_write_all_fltr(struct ice_pf *pf, struct ice_fdir_fltr *input, bool add) argument
1586 ice_fdir_replay_fltrs(struct ice_pf *pf) argument
1606 ice_fdir_create_dflt_rules(struct ice_pf *pf) argument
1637 struct ice_pf *pf = vsi->back; local
1655 struct ice_pf *pf = vsi->back; local
1687 ice_fdir_do_rem_flow(struct ice_pf *pf, enum ice_fltr_ptype flow_type) argument
1715 ice_fdir_update_list_entry(struct ice_pf *pf, struct ice_fdir_fltr *input, int fltr_idx) argument
1767 struct ice_pf *pf = vsi->back; local
1835 struct ice_pf *pf; local
1985 struct ice_pf *pf; local
[all...]
/linux-master/drivers/iio/
H A Dindustrialio-trigger.c281 struct iio_poll_func *pf)
283 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(pf->indio_dev);
292 pf->irq = iio_trigger_get_irq(trig);
293 if (pf->irq < 0) {
300 ret = request_threaded_irq(pf->irq, pf->h, pf->thread,
301 pf->type, pf->name,
302 pf);
280 iio_trigger_attach_poll_func(struct iio_trigger *trig, struct iio_poll_func *pf) argument
332 iio_trigger_detach_poll_func(struct iio_trigger *trig, struct iio_poll_func *pf) argument
356 struct iio_poll_func *pf = p; local
372 struct iio_poll_func *pf; local
393 iio_dealloc_pollfunc(struct iio_poll_func *pf) argument
[all...]
/linux-master/include/linux/
H A Dnetfilter.h80 u8 pf; member in struct:nf_hook_state
102 u8 pf; member in struct:nf_hook_ops
159 u_int8_t pf,
167 p->pf = pf;
180 u_int8_t pf; member in struct:nf_sockopt_ops
223 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, argument
232 if (__builtin_constant_p(pf) &&
234 !static_key_false(&nf_hooks_needed[pf][hook]))
239 switch (pf) {
157 nf_hook_state_init(struct nf_hook_state *p, unsigned int hook, u_int8_t pf, struct net_device *indev, struct net_device *outdev, struct sock *sk, struct net *net, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
294 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
308 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
319 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
409 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
418 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
426 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
433 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_log.c28 static struct nf_logger *__find_logger(int pf, const char *str_logger) argument
34 log = nft_log_dereference(loggers[pf][i]);
45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) argument
49 if (pf == NFPROTO_UNSPEC || pf >= ARRAY_SIZE(net->nf.nf_loggers))
53 log = nft_log_dereference(net->nf.nf_loggers[pf]);
55 rcu_assign_pointer(net->nf.nf_loggers[pf], logger);
79 int nf_log_register(u_int8_t pf, struct nf_logger *logger) argument
84 if (pf >= ARRAY_SIZE(init_net.nf.nf_loggers))
89 if (pf
128 nf_log_bind_pf(struct net *net, u_int8_t pf, const struct nf_logger *logger) argument
144 nf_log_unbind_pf(struct net *net, u_int8_t pf) argument
154 nf_logger_find_get(int pf, enum nf_log_type type) argument
191 nf_logger_put(int pf, enum nf_log_type type) argument
211 nf_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *fmt, ...) argument
240 nf_log_trace(struct net *net, u_int8_t pf, unsigned int hooknum, const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct nf_loginfo *loginfo, const char *fmt, ...) argument
[all...]
H A Dcore.c279 nf_hook_entry_head(struct net *net, int pf, unsigned int hooknum, argument
282 switch (pf) {
351 int pf)
353 if ((pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_INGRESS) ||
354 (pf == NFPROTO_INET && reg->hooknum == NF_INET_INGRESS))
361 int pf)
363 return pf == NFPROTO_NETDEV && reg->hooknum == NF_NETDEV_EGRESS;
366 static void nf_static_key_inc(const struct nf_hook_ops *reg, int pf) argument
371 if (pf == NFPROTO_INET && reg->hooknum == NF_INET_INGRESS) {
372 pf
350 nf_ingress_hook(const struct nf_hook_ops *reg, int pf) argument
360 nf_egress_hook(const struct nf_hook_ops *reg, int pf) argument
381 nf_static_key_dec(const struct nf_hook_ops *reg, int pf) argument
396 __nf_register_net_hook(struct net *net, int pf, const struct nf_hook_ops *reg) argument
488 __nf_unregister_net_hook(struct net *net, int pf, const struct nf_hook_ops *reg) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c58 if (!bp->pf.active_vfs) {
62 if (vf_id >= bp->pf.active_vfs) {
85 vf = &bp->pf.vf[vf_id];
169 vf = &bp->pf.vf[vf_id];
191 vf = &bp->pf.vf[vf_id];
233 vf = &bp->pf.vf[vf_id];
272 vf = &bp->pf.vf[vf_id];
302 vf = &bp->pf.vf[vf_id];
343 vf = &bp->pf.vf[vf_id];
373 vf = &bp->pf
382 struct bnxt_pf_info *pf = &bp->pf; local
530 struct bnxt_pf_info *pf = &bp->pf; local
649 struct bnxt_pf_info *pf = &bp->pf; local
[all...]
/linux-master/arch/x86/include/asm/
H A Dmicrocode.h7 unsigned int pf; member in struct:cpu_signature
37 unsigned int pf; member in struct:microcode_header_intel
/linux-master/include/linux/pds/
H A Dpds_common.h52 int pds_client_register(struct pdsc *pf, char *devname);
53 int pds_client_unregister(struct pdsc *pf, u16 client_id);
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.c110 err = nfp_port_init_phy_port(app->pf, app, port, alink->id);
115 port->pf_split = app->pf->max_data_vnics > 1;
175 struct nfp_pf *pf = abm->app->pf; local
178 list_for_each_entry(nn, &pf->vnics, vnic_list)
207 struct nfp_pf *pf = app->pf; local
218 list_for_each_entry(nn, &pf->vnics, vnic_list) {
257 nfp_abm_vnic_set_mac(struct nfp_pf *pf, struct nfp_abm *abm, struct nfp_net *nn, argument
260 struct nfp_eth_table_port *eth_port = &pf
445 struct nfp_pf *pf = app->pf; local
[all...]
/linux-master/fs/affs/
H A Dsymlink.c36 char *pf; local
38 pf = sbi->s_prefix ? sbi->s_prefix : "/";
39 while (i < 1023 && (c = pf[i]))
/linux-master/tools/perf/util/
H A Dprobe-finder.h55 int (*callback)(Dwarf_Die *sc_die, struct probe_finder *pf);
80 struct probe_finder pf; member in struct:trace_event_finder
88 struct probe_finder pf; member in struct:available_var_finder
/linux-master/drivers/firmware/efi/libstub/
H A Dgop.c58 int pf = -1; local
70 pf = PIXEL_RGB_RESERVED_8BIT_PER_COLOR;
73 pf = PIXEL_BGR_RESERVED_8BIT_PER_COLOR;
84 cmdline.res.format = pf;
143 int pf; local
164 pf = info->pixel_format;
168 if (pf == PIXEL_BLT_ONLY || pf >= PIXEL_FORMAT_MAX) {
197 int pf; local
205 pf
256 int pf; local
318 int pf; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c115 typedef int (*nfp_tlv_visit)(struct nfp_pf *pf, struct nfp_dump_tl *tl,
119 nfp_traverse_tlvs(struct nfp_pf *pf, void *data, u32 data_length, void *param, argument
144 err = tlv_visit(pf, tl, param);
193 static int nfp_calc_fwname_tlv_size(struct nfp_pf *pf) argument
195 u32 fwname_len = strlen(nfp_mip_name(pf->mip));
200 static int nfp_calc_hwinfo_field_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) argument
210 value = nfp_hwinfo_lookup(pf->hwinfo, spec->data);
232 nfp_calc_rtsym_dump_sz(struct nfp_pf *pf, struct nfp_dump_tl *spec) argument
234 struct nfp_rtsym_table *rtbl = pf->rtbl;
254 nfp_add_tlv_size(struct nfp_pf *pf, struc argument
302 nfp_calc_specific_level_size(struct nfp_pf *pf, struct nfp_dump_tl *dump_level, void *param) argument
315 nfp_net_dump_calculate_size(struct nfp_pf *pf, struct nfp_dumpspec *spec, u32 flag) argument
372 nfp_dump_fwname(struct nfp_pf *pf, struct nfp_dump_state *dump) argument
393 nfp_dump_hwinfo(struct nfp_pf *pf, struct nfp_dump_tl *spec, struct nfp_dump_state *dump) argument
414 nfp_dump_hwinfo_field(struct nfp_pf *pf, struct nfp_dump_tl *spec, struct nfp_dump_state *dump) argument
452 nfp_dump_csr_range(struct nfp_pf *pf, struct nfp_dumpspec_csr *spec_csr, struct nfp_dump_state *dump) argument
556 nfp_dump_indirect_csr_range(struct nfp_pf *pf, struct nfp_dumpspec_csr *spec_csr, struct nfp_dump_state *dump) argument
604 nfp_dump_single_rtsym(struct nfp_pf *pf, struct nfp_dumpspec_rtsym *spec, struct nfp_dump_state *dump) argument
663 nfp_dump_for_tlv(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param) argument
716 nfp_dump_specific_level(struct nfp_pf *pf, struct nfp_dump_tl *dump_level, void *param) argument
746 nfp_net_dump_populate_buffer(struct nfp_pf *pf, struct nfp_dumpspec *spec, struct ethtool_dump *dump_param, void *dest) argument
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c35 struct pf_desc *pf; local
39 pf = &gm->gm_pfs[i];
40 if (pf->domain)
41 auth_domain_put(pf->domain);
42 kfree(pf->auth_domain_name);
43 pf->auth_domain_name = NULL;
65 struct pf_desc *pf; local
69 pf = &gm->gm_pfs[i];
70 pf->auth_domain_name = make_auth_domain_name(pf
[all...]
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c157 static void mtk_hw_bits_part(struct mtk_pin_field *pf, int *h, int *l) argument
159 *l = 32 - pf->bitpos;
160 *h = get_count_order(pf->mask) - *l;
164 struct mtk_pin_field *pf, int value)
168 mtk_hw_bits_part(pf, &nbits_h, &nbits_l);
170 mtk_rmw(hw, pf->index, pf->offset, pf->mask << pf->bitpos,
171 (value & pf
163 mtk_hw_write_cross_field(struct mtk_pinctrl *hw, struct mtk_pin_field *pf, int value) argument
177 mtk_hw_read_cross_field(struct mtk_pinctrl *hw, struct mtk_pin_field *pf, int *value) argument
195 struct mtk_pin_field pf; local
218 struct mtk_pin_field pf; local
[all...]

Completed in 420 milliseconds

1234567891011>>