/Linux-v6.6/drivers/pwm/ |
D | pwm-sprd.c | 54 static u32 sprd_pwm_read(struct sprd_pwm_chip *spc, u32 hwid, u32 reg) in sprd_pwm_read() argument 58 return readl_relaxed(spc->base + offset); in sprd_pwm_read() 61 static void sprd_pwm_write(struct sprd_pwm_chip *spc, u32 hwid, in sprd_pwm_write() argument 66 writel_relaxed(val, spc->base + offset); in sprd_pwm_write() 72 struct sprd_pwm_chip *spc = in sprd_pwm_get_state() local 74 struct sprd_pwm_chn *chn = &spc->chn[pwm->hwpwm]; in sprd_pwm_get_state() 85 dev_err(spc->dev, "failed to enable pwm%u clocks\n", in sprd_pwm_get_state() 90 val = sprd_pwm_read(spc, pwm->hwpwm, SPRD_PWM_ENABLE); in sprd_pwm_get_state() 104 val = sprd_pwm_read(spc, pwm->hwpwm, SPRD_PWM_PRESCALE); in sprd_pwm_get_state() 109 val = sprd_pwm_read(spc, pwm->hwpwm, SPRD_PWM_DUTY); in sprd_pwm_get_state() [all …]
|
/Linux-v6.6/drivers/nvme/host/ |
D | trace.c | 251 static const char *nvme_trace_fabrics_property_set(struct trace_seq *p, u8 *spc) in nvme_trace_fabrics_property_set() argument 254 u8 attrib = spc[0]; in nvme_trace_fabrics_property_set() 255 u32 ofst = get_unaligned_le32(spc + 4); in nvme_trace_fabrics_property_set() 256 u64 value = get_unaligned_le64(spc + 8); in nvme_trace_fabrics_property_set() 264 static const char *nvme_trace_fabrics_connect(struct trace_seq *p, u8 *spc) in nvme_trace_fabrics_connect() argument 267 u16 recfmt = get_unaligned_le16(spc); in nvme_trace_fabrics_connect() 268 u16 qid = get_unaligned_le16(spc + 2); in nvme_trace_fabrics_connect() 269 u16 sqsize = get_unaligned_le16(spc + 4); in nvme_trace_fabrics_connect() 270 u8 cattr = spc[6]; in nvme_trace_fabrics_connect() 271 u32 kato = get_unaligned_le32(spc + 8); in nvme_trace_fabrics_connect() [all …]
|
D | trace.h | 24 u8 *spc);
|
/Linux-v6.6/drivers/nvme/target/ |
D | trace.c | 138 u8 *spc) in nvmet_trace_fabrics_property_set() argument 141 u8 attrib = spc[0]; in nvmet_trace_fabrics_property_set() 142 u32 ofst = get_unaligned_le32(spc + 4); in nvmet_trace_fabrics_property_set() 143 u64 value = get_unaligned_le64(spc + 8); in nvmet_trace_fabrics_property_set() 152 u8 *spc) in nvmet_trace_fabrics_connect() argument 155 u16 recfmt = get_unaligned_le16(spc); in nvmet_trace_fabrics_connect() 156 u16 qid = get_unaligned_le16(spc + 2); in nvmet_trace_fabrics_connect() 157 u16 sqsize = get_unaligned_le16(spc + 4); in nvmet_trace_fabrics_connect() 158 u8 cattr = spc[6]; in nvmet_trace_fabrics_connect() 159 u32 kato = get_unaligned_le32(spc + 8); in nvmet_trace_fabrics_connect() [all …]
|
D | trace.h | 26 u8 *spc);
|
/Linux-v6.6/arch/parisc/kernel/ |
D | entry.S | 47 .macro space_to_prot spc prot 48 depd,z \spc,62,31,\prot 51 .macro space_to_prot spc prot 52 extrd,u \spc,(64 - (SPACEID_SHIFT)),32,\prot 159 spc = r24 /* space for which the trap occurred */ define 169 mfctl %pcsq, spc 182 mfctl %pcsq, spc 200 mfctl %isr,spc 214 mfctl %isr,spc 232 mfctl %isr, spc [all …]
|
/Linux-v6.6/arch/arm/mach-versatile/ |
D | spc.c | 487 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw) argument 491 struct clk_spc *spc = to_clk_spc(hw); in spc_recalc_rate() local 494 if (ve_spc_get_performance(spc->cluster, &freq)) in spc_recalc_rate() 503 struct clk_spc *spc = to_clk_spc(hw); in spc_round_rate() local 505 return ve_spc_round_performance(spc->cluster, drate); in spc_round_rate() 511 struct clk_spc *spc = to_clk_spc(hw); in spc_set_rate() local 513 return ve_spc_set_performance(spc->cluster, rate / 1000); in spc_set_rate() 525 struct clk_spc *spc; in ve_spc_clk_register() local 527 spc = kzalloc(sizeof(*spc), GFP_KERNEL); in ve_spc_clk_register() 528 if (!spc) in ve_spc_clk_register() [all …]
|
D | Makefile | 22 obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
|
/Linux-v6.6/fs/xfs/scrub/ |
D | parent.c | 48 struct xchk_parent_ctx *spc = priv; in xchk_parent_actor() local 58 spc->nlink++; in xchk_parent_actor() 60 if (xchk_should_terminate(spc->sc, &error)) in xchk_parent_actor() 99 struct xchk_parent_ctx spc = { in xchk_parent_validate() local 160 error = xchk_dir_walk(sc, dp, xchk_parent_actor, &spc); in xchk_parent_validate() 168 if (spc.nlink != expected_nlink) in xchk_parent_validate()
|
/Linux-v6.6/sound/soc/codecs/ |
D | cs42l73.c | 33 u8 spc, mmcc, spfs; member 940 u8 spc, mmcc; in cs42l73_set_dai_fmt() local 942 spc = snd_soc_component_read(component, CS42L73_SPC(id)); in cs42l73_set_dai_fmt() 963 spc &= ~CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt() 977 spc |= CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt() 983 if (spc & CS42L73_SPDIF_PCM) { in cs42l73_set_dai_fmt() 985 spc &= ~(CS42L73_PCM_MODE_MASK | CS42L73_PCM_BIT_ORDER); in cs42l73_set_dai_fmt() 989 spc |= CS42L73_PCM_MODE0; in cs42l73_set_dai_fmt() 991 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt() 995 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt() [all …]
|
/Linux-v6.6/drivers/tty/vt/ |
D | selection.c | 233 int new_sel_start, new_sel_end, spc; in vc_do_selection() local 242 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection() 244 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection() 245 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection() 252 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection() 254 if ((spc && !is_space_on_vt(sel_pos(pe, unicode))) || in vc_do_selection() 255 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection()
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/ |
D | nfp_main.c | 388 int spc, i, j; in nfp_net_fw_find() local 421 spc = ARRAY_SIZE(fw_name); in nfp_net_fw_find() 422 spc -= snprintf(fw_name, spc, "netronome/nic_%s", fw_model); in nfp_net_fw_find() 424 for (i = 0; spc > 0 && i < pf->eth_tbl->count; i += j) { in nfp_net_fw_find() 431 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, in nfp_net_fw_find() 435 if (spc <= 0) in nfp_net_fw_find() 438 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, ".nffw"); in nfp_net_fw_find() 439 if (spc <= 0) in nfp_net_fw_find()
|
/Linux-v6.6/block/partitions/ |
D | sun.c | 67 unsigned long spc; in sun_partition() local 107 spc = be16_to_cpu(label->ntrks) * be16_to_cpu(label->nsect); in sun_partition() 112 st_sector = be32_to_cpu(p->start_cylinder) * spc; in sun_partition()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 696 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof(*inl); in build_inline_wqe() local 699 if (skb->len <= spc) { in build_inline_wqe() 713 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe() 714 if (hlen <= spc) { in build_inline_wqe() 716 if (hlen < spc) { in build_inline_wqe() 718 fragptr, spc - hlen); in build_inline_wqe() 719 fragptr += spc - hlen; in build_inline_wqe() 721 inl = (void *)inl->data + spc; in build_inline_wqe() 722 memcpy(inl->data, fragptr, skb->len - spc); in build_inline_wqe() 724 skb_copy_from_linear_data(skb, inl->data, spc); in build_inline_wqe() [all …]
|
/Linux-v6.6/net/sctp/ |
D | ulpevent.c | 247 struct sctp_paddr_change *spc; in sctp_ulpevent_make_peer_addr_change() local 256 spc = skb_put(skb, sizeof(struct sctp_paddr_change)); in sctp_ulpevent_make_peer_addr_change() 265 spc->spc_type = SCTP_PEER_ADDR_CHANGE; in sctp_ulpevent_make_peer_addr_change() 275 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_ulpevent_make_peer_addr_change() 283 spc->spc_flags = 0; in sctp_ulpevent_make_peer_addr_change() 293 spc->spc_state = state; in sctp_ulpevent_make_peer_addr_change() 304 spc->spc_error = error; in sctp_ulpevent_make_peer_addr_change() 316 spc->spc_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_peer_addr_change() 326 memcpy(&spc->spc_aaddr, aaddr, sizeof(struct sockaddr_storage)); in sctp_ulpevent_make_peer_addr_change() 331 (union sctp_addr *)&spc->spc_aaddr); in sctp_ulpevent_make_peer_addr_change()
|
/Linux-v6.6/fs/ubifs/ |
D | lprops.c | 467 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark() argument 469 ubifs_assert(c, !(spc & 7)); in ubifs_calc_dark() 471 if (spc < c->dark_wm) in ubifs_calc_dark() 472 return spc; in ubifs_calc_dark() 479 if (spc - c->dark_wm < MIN_WRITE_SZ) in ubifs_calc_dark() 480 return spc - MIN_WRITE_SZ; in ubifs_calc_dark() 1217 int spc = free + dirty; in scan_check_cb() local 1219 if (spc < c->dead_wm) in scan_check_cb() 1220 lst->total_dead += spc; in scan_check_cb() 1222 lst->total_dark += ubifs_calc_dark(c, spc); in scan_check_cb()
|
D | debug.c | 682 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local 686 spc = lp->free + lp->dirty; in ubifs_dump_lprop() 687 if (spc < c->dead_wm) in ubifs_dump_lprop() 688 dead = spc; in ubifs_dump_lprop() 690 dark = ubifs_calc_dark(c, spc); in ubifs_dump_lprop() 694 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 698 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 699 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
|
/Linux-v6.6/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 209 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 239 ldc.l @r15+, spc 314 stc spc, k1 322 ldc k0, spc ! PC = saved r0 + r15 - 2
|
D | swsusp.S | 100 ldc r1, spc ! setup pc value for resuming
|
/Linux-v6.6/arch/sh/include/asm/ |
D | suspend.h | 72 unsigned long spc; member
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 67 "qcom,idle-state-spc", 76 CPU_SPC: spc { 77 compatible = "qcom,idle-state-spc", "arm,idle-state";
|
/Linux-v6.6/arch/arm/boot/dts/qcom/ |
D | qcom-msm8916-smp.dtsi | 29 compatible = "qcom,idle-state-spc";
|
/Linux-v6.6/drivers/infiniband/hw/mlx4/ |
D | qp.c | 2874 int spc; in build_sriov_qp0_header() local 2942 spc = MLX4_INLINE_ALIGN - in build_sriov_qp0_header() 2944 if (header_size <= spc) { in build_sriov_qp0_header() 2949 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_sriov_qp0_header() 2950 memcpy(inl + 1, sqp->header_buf, spc); in build_sriov_qp0_header() 2952 inl = (void *) (inl + 1) + spc; in build_sriov_qp0_header() 2953 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_sriov_qp0_header() 2968 inl->byte_count = cpu_to_be32(1 << 31 | (header_size - spc)); in build_sriov_qp0_header() 3027 int spc; in build_mlx_header() local 3243 spc = MLX4_INLINE_ALIGN - in build_mlx_header() [all …]
|
/Linux-v6.6/arch/sh/kernel/ |
D | relocate_kernel.S | 41 stc.l spc, @-r15 126 ldc.l @r15+, spc
|
D | asm-offsets.c | 42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()
|