Home
last modified time | relevance | path

Searched refs:scs (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/sound/firewire/oxfw/
A Doxfw-scs1x.c134 scs->error = true; in scs_write_callback()
195 i = scs->output_bytes; in scs_output_work()
223 scs->buffer[i++] = scs->output_status; in scs_output_work()
270 fw_send_request(scs->fw_dev->card, &scs->transaction, in scs_output_work()
273 scs->buffer, scs->transaction_bytes, in scs_output_work()
319 scs->error = false; in midi_playback_trigger()
331 wait_event(scs->idle_wait, scs->output_idle); in midi_playback_drain()
371 struct fw_scs1x *scs; in snd_oxfw_scs1x_add() local
376 if (!scs) in snd_oxfw_scs1x_add()
379 oxfw->spec = scs; in snd_oxfw_scs1x_add()
[all …]
/linux-6.3-rc2/drivers/clk/qcom/
A Dgdsc.c474 struct gdsc **scs = desc->scs; in gdsc_register() local
487 if (!scs[i] || !scs[i]->supply) in gdsc_register()
490 scs[i]->rsupply = devm_regulator_get(dev, scs[i]->supply); in gdsc_register()
497 if (!scs[i]) in gdsc_register()
509 if (!scs[i]) in gdsc_register()
511 if (scs[i]->parent) in gdsc_register()
512 pm_genpd_add_subdomain(scs[i]->parent, &scs[i]->pd); in gdsc_register()
524 struct gdsc **scs = desc->scs; in gdsc_unregister() local
529 if (!scs[i]) in gdsc_unregister()
531 if (scs[i]->parent) in gdsc_unregister()
[all …]
A Dgdsc.h80 struct gdsc **scs; member
A Dcommon.c271 scd->scs = desc->gdscs; in qcom_cc_really_probe()
/linux-6.3-rc2/drivers/net/wwan/iosm/
A Diosm_ipc_protocol_ops.c268 td->scs = cpu_to_le32(skb->len) & cpu_to_le32(SIZE_MASK); in ipc_protocol_ul_td_send()
356 td->scs = cpu_to_le32(pipe->buf_size) & cpu_to_le32(SIZE_MASK); in ipc_protocol_dl_td_prepare()
410 } else if ((le32_to_cpu(p_td->scs) & SIZE_MASK) > pipe->buf_size) { in ipc_protocol_dl_td_process()
412 le32_to_cpu(p_td->scs) & SIZE_MASK, in ipc_protocol_dl_td_process()
417 } else if (le32_to_cpu(p_td->scs) >> COMPLETION_STATUS == in ipc_protocol_dl_td_process()
427 skb_put(skb, le32_to_cpu(p_td->scs) & SIZE_MASK); in ipc_protocol_dl_td_process()
A Diosm_ipc_protocol_ops.h319 __le32 scs; member
/linux-6.3-rc2/arch/arm64/kernel/
A DMakefile76 obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.o
77 CFLAGS_patch-scs.o += -mbranch-protection=none
/linux-6.3-rc2/drivers/net/ethernet/myricom/
A DKconfig31 <http://www.myri.com/scs/download-Myri10GE.html>
/linux-6.3-rc2/kernel/
A DMakefile112 obj-$(CONFIG_SHADOW_CALL_STACK) += scs.o
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dpio.c431 struct sc_config_sizes *scs = &dd->sc_sizes[i]; in init_send_contexts() local
433 for (j = 0; j < scs->count; j++) { in init_send_contexts()
438 sci->credits = scs->size; in init_send_contexts()
441 base += scs->size; in init_send_contexts()
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dsrem_mod.S255 scs %d6 | ...set Carry if 2(R) overflows
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dfplsp.S9578 scs %d6 # set Carry if 2(R) overflows

Completed in 38 milliseconds