Searched refs:rft (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/arch/x86/kernel/cpu/resctrl/ |
D | rdtgroup.c | 205 static int rdtgroup_add_file(struct kernfs_node *parent_kn, struct rftype *rft) in rdtgroup_add_file() argument 210 kn = __kernfs_create_file(parent_kn, rft->name, rft->mode, in rdtgroup_add_file() 212 0, rft->kf_ops, rft, NULL, NULL); in rdtgroup_add_file() 228 struct rftype *rft = of->kn->priv; in rdtgroup_seqfile_show() local 230 if (rft->seq_show) in rdtgroup_seqfile_show() 231 return rft->seq_show(of, m, arg); in rdtgroup_seqfile_show() 238 struct rftype *rft = of->kn->priv; in rdtgroup_file_write() local 240 if (rft->write) in rdtgroup_file_write() 241 return rft->write(of, buf, nbytes, off); in rdtgroup_file_write() 259 struct rftype *rft = of->kn->priv; in is_cpu_list() local [all …]
|
/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-nomadik.c | 178 unsigned char rft; member 432 writel(dev->rft, dev->virtbase + I2C_RFTR); in setup_i2c_controller() 727 u32 tft, rft; in i2c_irq_handler() local 733 rft = readl(dev->virtbase + I2C_RFTR); in i2c_irq_handler() 769 for (count = rft; count > 0; count--) { in i2c_irq_handler() 774 dev->cli.count -= rft; in i2c_irq_handler() 775 dev->cli.xfer_bytes += rft; in i2c_irq_handler() 960 nmk->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe() 989 if (dev->rft > max_fifo_threshold) { in nmk_i2c_probe() 991 dev->rft, max_fifo_threshold); in nmk_i2c_probe() [all …]
|
/Linux-v6.1/drivers/scsi/libfc/ |
D | fc_encode.h | 31 struct fc_ns_rft rft; member 116 hton24(ct->payload.rft.fid.fp_fid, lport->port_id); in fc_ct_ns_fill() 117 ct->payload.rft.fts = lport->fcts; in fc_ct_ns_fill()
|
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 2028 CtReq->un.rft.port_id = cpu_to_be32(vport->fc_myDID); in lpfc_ns_cmd() 2032 CtReq->un.rft.app_serv_reg = in lpfc_ns_cmd() 2038 CtReq->un.rft.fcp_reg = cpu_to_be32(RFT_FCP_REG); in lpfc_ns_cmd() 2043 CtReq->un.rft.nvme_reg = cpu_to_be32(RFT_NVME_REG); in lpfc_ns_cmd() 2049 CtReq->un.rft.fcp_reg ? "FCP" : " ", in lpfc_ns_cmd() 2050 CtReq->un.rft.nvme_reg ? "NVME" : " ", in lpfc_ns_cmd() 2051 CtReq->un.rft.app_serv_reg ? "APPS" : " ", in lpfc_ns_cmd()
|
D | lpfc_hw.h | 145 struct rft { struct 153 } rft; member 205 sizeof(struct rft))
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | am33xx-clocks.dtsi | 531 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@520 {
|
D | am43xx-clocks.dtsi | 564 cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@4238 {
|