Searched refs:fid (Results 126 - 150 of 267) sorted by relevance

1234567891011

/linux-master/drivers/cpufreq/
H A Dpowernow-k8.h13 * vid/fid pairings, but are modified during the ->target() call
22 /* keep track of the current fid / vid or pstate */
26 /* the powernow_table includes all frequency and vid/fid pairings:
27 * fid are the lower 8 bits of the index, vid are the upper 8 bits.
32 * used to determine valid frequency/vid/fid states */
86 * - only 1 entry in the low fid table ( <=1.4GHz )
87 * - lowest entry in the high fid table must be >= 2 * the entry in the
88 * low fid table
89 * - lowest entry in the high fid table must be a <= 200MHz + 2 * the entry
90 * in the low fid tabl
177 u8 fid; member in struct:pst_s
[all...]
/linux-master/drivers/w1/slaves/
H A Dw1_ds2423.c125 .fid = W1_COUNTER_DS2423,
H A Dw1_ds2405.c214 .fid = W1_FAMILY_DS2405,
/linux-master/arch/s390/include/asm/
H A Dipl.h96 u32 fid; member in struct:ipl_info::__anon38::__anon42
/linux-master/fs/afs/
H A Dafs.h76 struct afs_fid fid; /* File identifier */ member in struct:afs_callback_break
H A Ddir_silly.c45 &vnode->fid, afs_edit_dir_for_silly_1);
244 _enter("%p{%pd},%llx", dentry, dentry, vnode->fid.vnode);
/linux-master/drivers/net/dsa/microchip/
H A Dksz8.h23 u8 *fid, u8 *src_port, u8 *timestamp, u16 *entries);
/linux-master/drivers/fpga/
H A Ddfl.c722 * @fid: id of this sub feature.
734 u16 fid; member in struct:dfl_feature_info
817 feature->id = finfo->fid;
1015 u16 fid = finfo->fid; local
1030 switch (fid) {
1043 switch (fid) {
1079 fid, ibase, inr);
1083 "Invalid interrupt number in feature 0x%x\n", fid);
1092 fid);
1136 create_feature_instance(struct build_feature_devs_info *binfo, resource_size_t ofst, resource_size_t size, u16 fid) argument
[all...]
/linux-master/drivers/nvme/host/
H A Dtrace.c79 u8 fid = cdw10[0]; local
83 trace_seq_printf(p, "fid=0x%x, sv=0x%x, cdw11=0x%x", fid, sv, cdw11);
93 u8 fid = cdw10[0]; local
97 trace_seq_printf(p, "fid=0x%x, sel=0x%x, cdw11=0x%x", fid, sel, cdw11);
/linux-master/drivers/pinctrl/
H A Dpinctrl-equilibrium.c594 unsigned int fid; local
612 if (!is_func_exist(funcs, fn_name, *nr_funcs, &fid))
617 if (!is_func_exist(funcs, fn_name, *nr_funcs, &fid))
622 if (is_func_exist(funcs, fn_name, *nr_funcs, &fid))
623 funcs[fid].nr_groups++;
627 if (is_func_exist(funcs, fn_name, *nr_funcs, &fid)) {
628 for (j = 0; j < funcs[fid].nr_groups; j++)
629 if (!funcs[fid].groups[j])
631 funcs[fid].groups[j] = prop->value;
/linux-master/arch/s390/pci/
H A Dpci_bus.c329 zdev->fid, ZPCI_NR_DEVICES);
362 pr_err("Adding PCI function %08x failed\n", zdev->fid);
H A Dpci_sysfs.c30 zpci_attr(function_id, "0x%08x\n", fid);
162 ret = sclp_pci_report(report, zdev->fh, zdev->fid);
/linux-master/fs/
H A Dfhandle.c49 (struct fid *)handle->f_handle,
156 (struct fid *)handle->f_handle,
H A Dlibfs.c1363 struct fid *fid = (void *)fh; local
1376 fid->i32.ino = inode->i_ino;
1377 fid->i32.gen = inode->i_generation;
1379 fid->i32.parent_ino = parent->i_ino;
1380 fid->i32.parent_gen = parent->i_generation;
1392 * @fid: file handle to convert
1397 * This function decodes @fid as long as it has one of the well-known
1401 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
1434 generic_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type, struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen)) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c774 u16 fid, struct netlink_ext_ack *extack)
776 return mlxsw_afa_block_append_fid_set(rulei->act_block, fid, extack);
1054 struct mlxsw_sp_fid *fid; local
1078 fid = mlxsw_sp_fid_dummy_get(mlxsw_sp);
1079 if (IS_ERR(fid)) {
1080 err = PTR_ERR(fid);
1083 acl->dummy_fid = fid;
1100 mlxsw_sp_fid_put(fid);
772 mlxsw_sp_acl_rulei_act_fid_set(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_rule_info *rulei, u16 fid, struct netlink_ext_ack *extack) argument
H A Dspectrum_router.c77 struct mlxsw_sp_fid *fid; member in struct:mlxsw_sp_rif
8218 vid = mlxsw_sp_fid_8021q_vid(rif->fid);
8636 struct mlxsw_sp_fid *fid = NULL; local
8679 fid = ops->fid_get(rif, params, extack);
8680 if (IS_ERR(fid)) {
8681 err = PTR_ERR(fid);
8684 rif->fid = fid;
8722 if (fid)
8723 mlxsw_sp_fid_put(fid);
8743 struct mlxsw_sp_fid *fid = rif->fid; local
9167 struct mlxsw_sp_fid *fid; local
9213 struct mlxsw_sp_fid *fid = mlxsw_sp_port_vlan->fid; local
10471 struct mlxsw_sp_fid *fid = rif->fid; local
10498 mlxsw_sp_rif_fid_op(struct mlxsw_sp_rif *rif, u16 fid, bool enable) argument
10586 struct mlxsw_sp_fid *fid = rif->fid; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c100 req->fid = cpu_to_le16(vf->fw_fid);
123 req->fid = cpu_to_le16(BNXT_PF(bp) ? vf->fw_fid : 0xffff);
153 req->fid = cpu_to_le16(vf->fw_fid);
241 req->fid = cpu_to_le16(vf->fw_fid);
279 req->fid = cpu_to_le16(vf->fw_fid);
319 req->fid = cpu_to_le16(vf->fw_fid);
499 req->fid = cpu_to_le16(vf->fw_fid);
704 req->fid = cpu_to_le16(pf->first_vf_id + i);
709 pf->vf[i].fw_fid = le16_to_cpu(req->fid);
1220 req->fid
[all...]
/linux-master/drivers/net/dsa/
H A Dlantiq_gswip.c273 u8 fid; member in struct:gswip_vlan
667 vlan_active.val[0] = port + 1 /* fid */;
917 int fid, u16 vid)
936 if (fid == -1)
937 fid = idx;
942 vlan_active.val[0] = fid;
953 priv->vlans[idx].fid = fid;
1044 int fid = -1; local
1051 if (fid !
915 gswip_vlan_active_create(struct gswip_priv *priv, struct net_device *bridge, int fid, u16 vid) argument
1371 int fid = -1; local
[all...]
/linux-master/fs/bcachefs/
H A Dfs.c1215 struct bcachefs_fid fid; member in struct:bcachefs_fid_with_parent
1248 struct bcachefs_fid_with_parent *fid = (void *) fh; local
1250 min_len = sizeof(*fid) / sizeof(u32);
1256 fid->fid = bch2_inode_to_fid(inode);
1257 fid->dir = bch2_inode_to_fid(dir);
1262 struct bcachefs_fid *fid = (void *) fh; local
1264 min_len = sizeof(*fid) / sizeof(u32);
1269 *fid = bch2_inode_to_fid(inode);
1277 struct bcachefs_fid fid)
1276 bch2_nfs_get_inode(struct super_block *sb, struct bcachefs_fid fid) argument
1294 struct bcachefs_fid *fid = (void *) _fid; local
1305 struct bcachefs_fid_with_parent *fid = (void *) _fid; local
[all...]
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c276 unsigned fid)
280 return pctl->functions[fid].name;
283 static int mvebu_pinmux_get_groups(struct pinctrl_dev *pctldev, unsigned fid, argument
289 *groups = pctl->functions[fid].groups;
290 *num_groups = pctl->functions[fid].num_groups;
294 static int mvebu_pinmux_set(struct pinctrl_dev *pctldev, unsigned fid, argument
298 struct mvebu_pinctrl_function *func = &pctl->functions[fid];
275 mvebu_pinmux_get_func_name(struct pinctrl_dev *pctldev, unsigned fid) argument
/linux-master/fs/smb/client/
H A Dinode.c399 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data);
512 struct cifs_fid fid; local
546 .fid = &fid,
561 io_parms.netfid = fid.netfid;
567 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
613 tcon->ses->server->ops->close(xid, tcon, &fid);
1061 const struct cifs_fid *fid,
1184 true, full_path, fid);
1194 false, full_path, fid);
1059 cifs_get_fattr(struct cifs_open_info_data *data, struct super_block *sb, int xid, const struct cifs_fid *fid, struct cifs_fattr *fattr, struct inode **inode, const char *full_path) argument
1221 cifs_get_inode_info(struct inode **inode, const char *full_path, struct cifs_open_info_data *data, struct super_block *sb, int xid, const struct cifs_fid *fid) argument
1592 struct cifs_fid fid; local
2182 struct cifs_fid fid; local
[all...]
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c324 static void process_interlaced_mode(int fid, struct common_obj *common) argument
328 if (0 == fid) {
342 } else if (1 == fid) { /* odd field */
367 int fid = -1, i; local
413 fid = vpif_channel_getfid(ch->channel_id + 2);
414 /* If fid does not match with stored field id */
415 if (fid != ch->field_id) {
417 if (0 == fid)
418 ch->field_id = fid;
423 process_interlaced_mode(fid, commo
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.c186 u32 fid; local
189 fid = PCI_FUNC(rdev->en_dev->pdev->devfn);
190 rc = bnxt_qplib_qext_stat(&rdev->rcfw, fid, estat);
/linux-master/include/linux/
H A Dw1.h263 * @fid: 8 bit family identifier
270 u8 fid; member in struct:w1_family
/linux-master/arch/s390/include/uapi/asm/
H A Dipl.h81 __u32 fid; member in struct:ipl_pb0_nvme

Completed in 303 milliseconds

1234567891011