Home
last modified time | relevance | path

Searched refs:spc (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/pwm/
A Dpwm-sprd.c71 struct sprd_pwm_chip *spc = in sprd_pwm_get_state() local
161 struct sprd_pwm_chip *spc = in sprd_pwm_apply() local
179 dev_err(spc->dev, in sprd_pwm_apply()
244 spc->num_pwms = i; in sprd_pwm_clk_init()
251 struct sprd_pwm_chip *spc; in sprd_pwm_probe() local
254 spc = devm_kzalloc(&pdev->dev, sizeof(*spc), GFP_KERNEL); in sprd_pwm_probe()
255 if (!spc) in sprd_pwm_probe()
259 if (IS_ERR(spc->base)) in sprd_pwm_probe()
260 return PTR_ERR(spc->base); in sprd_pwm_probe()
262 spc->dev = &pdev->dev; in sprd_pwm_probe()
[all …]
/linux/arch/parisc/kernel/
A Dentry.S168 mfctl %pcsq, spc
181 mfctl %pcsq, spc
199 mfctl %isr,spc
213 mfctl %isr,spc
231 mfctl %isr, spc
245 mfctl %isr, spc
261 mfctl %isr,spc
273 mfctl %isr,spc
291 mfctl %isr,spc
305 mfctl %isr,spc
[all …]
/linux/drivers/nvme/target/
A Dtrace.c138 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()
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()
158 u8 cattr = spc[6]; in nvmet_trace_fabrics_connect()
159 u32 kato = get_unaligned_le32(spc + 8); in nvmet_trace_fabrics_connect()
168 u8 *spc) in nvmet_trace_fabrics_property_get() argument
171 u8 attrib = spc[0]; in nvmet_trace_fabrics_property_get()
[all …]
A Dtrace.h26 u8 *spc);
/linux/drivers/nvme/host/
A Dtrace.c254 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()
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()
282 u8 attrib = spc[0]; in nvme_trace_fabrics_property_get()
283 u32 ofst = get_unaligned_le32(spc + 4); in nvme_trace_fabrics_property_get()
[all …]
A Dtrace.h24 u8 *spc);
/linux/fs/xfs/scrub/
A Dparent.c50 struct xchk_parent_ctx *spc; in xchk_parent_actor() local
53 spc = container_of(dc, struct xchk_parent_ctx, dc); in xchk_parent_actor()
54 if (spc->ino == ino) in xchk_parent_actor()
55 spc->nlink++; in xchk_parent_actor()
62 if (xchk_should_terminate(spc->sc, &error)) in xchk_parent_actor()
63 spc->cancelled = true; in xchk_parent_actor()
75 struct xchk_parent_ctx spc = { in xchk_parent_count_parent_dentries() local
110 if (spc.cancelled) { in xchk_parent_count_parent_dentries()
114 if (oldpos == spc.dc.pos) in xchk_parent_count_parent_dentries()
116 oldpos = spc.dc.pos; in xchk_parent_count_parent_dentries()
[all …]
/linux/arch/arm/mach-vexpress/
A Dspc.c495 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw) argument
499 struct clk_spc *spc = to_clk_spc(hw); in spc_recalc_rate() local
502 if (ve_spc_get_performance(spc->cluster, &freq)) in spc_recalc_rate()
511 struct clk_spc *spc = to_clk_spc(hw); in spc_round_rate() local
519 struct clk_spc *spc = to_clk_spc(hw); in spc_set_rate() local
533 struct clk_spc *spc; in ve_spc_clk_register() local
535 spc = kzalloc(sizeof(*spc), GFP_KERNEL); in ve_spc_clk_register()
536 if (!spc) in ve_spc_clk_register()
539 spc->hw.init = &init; in ve_spc_clk_register()
542 spc->cluster = spc->cluster < 0 ? 0 : spc->cluster; in ve_spc_clk_register()
[all …]
A DMakefile12 obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
/linux/sound/soc/codecs/
A Dcs42l73.c33 u8 spc, mmcc, spfs; member
940 u8 spc, mmcc; in cs42l73_set_dai_fmt() local
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()
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()
1002 priv->config[id].spc = spc; in cs42l73_set_dai_fmt()
1071 priv->config[id].spc &= 0xFC; in cs42l73_pcm_hw_params()
[all …]
/linux/drivers/tty/vt/
A Dselection.c232 int new_sel_start, new_sel_end, spc; in vc_do_selection() local
241 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
243 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection()
244 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
251 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection()
253 if ((spc && !is_space_on_vt(sel_pos(pe, unicode))) || in vc_do_selection()
254 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_main.c363 int spc, i, j; in nfp_net_fw_find() local
394 spc = ARRAY_SIZE(fw_name); in nfp_net_fw_find()
395 spc -= snprintf(fw_name, spc, "netronome/nic_%s", fw_model); in nfp_net_fw_find()
397 for (i = 0; spc > 0 && i < pf->eth_tbl->count; i += j) { in nfp_net_fw_find()
404 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, in nfp_net_fw_find()
408 if (spc <= 0) in nfp_net_fw_find()
411 spc -= snprintf(&fw_name[ARRAY_SIZE(fw_name) - spc], spc, ".nffw"); in nfp_net_fw_find()
412 if (spc <= 0) in nfp_net_fw_find()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c686 if (skb->len <= spc) { in build_inline_wqe()
700 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
701 if (hlen <= spc) { in build_inline_wqe()
703 if (hlen < spc) { in build_inline_wqe()
705 fragptr, spc - hlen); in build_inline_wqe()
706 fragptr += spc - hlen; in build_inline_wqe()
708 inl = (void *) (inl + 1) + spc; in build_inline_wqe()
711 skb_copy_from_linear_data(skb, inl + 1, spc); in build_inline_wqe()
712 inl = (void *) (inl + 1) + spc; in build_inline_wqe()
714 hlen - spc); in build_inline_wqe()
[all …]
/linux/block/partitions/
A Dsun.c67 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/net/sctp/
A Dulpevent.c247 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/fs/ubifs/
A Dlprops.c467 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()
A Ddebug.c682 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/arch/sh/kernel/cpu/sh3/
A Dentry.S209 ! - 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
/linux/drivers/infiniband/hw/mlx4/
A Dqp.c2835 int spc; in build_sriov_qp0_header() local
2903 spc = MLX4_INLINE_ALIGN - in build_sriov_qp0_header()
2905 if (header_size <= spc) { in build_sriov_qp0_header()
2914 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_sriov_qp0_header()
2988 int spc; in build_mlx_header() local
3204 spc = MLX4_INLINE_ALIGN - in build_mlx_header()
3206 if (header_size <= spc) { in build_mlx_header()
3215 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_mlx_header()
3363 int spc; in build_tunnel_header() local
3373 spc = MLX4_INLINE_ALIGN - in build_tunnel_header()
[all …]
/linux/Documentation/devicetree/bindings/arm/msm/
A Dqcom,idle-state.txt67 "qcom,idle-state-spc",
76 CPU_SPC: spc {
77 compatible = "qcom,idle-state-spc", "arm,idle-state";
/linux/arch/sh/include/asm/
A Dsuspend.h72 unsigned long spc; member
/linux/arch/arm/boot/dts/
A Dqcom-msm8916-smp.dtsi29 compatible = "qcom,idle-state-spc";
A Dqcom-apq8084.dtsi81 CPU_SPC: spc {
82 compatible = "qcom,idle-state-spc",
/linux/arch/sh/kernel/
A Drelocate_kernel.S41 stc.l spc, @-r15
126 ldc.l @r15+, spc
A Dasm-offsets.c42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()

Completed in 40 milliseconds

12