Searched refs:scs (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw-scs1x.c | 54 static void midi_input_byte(struct fw_scs1x *scs, in midi_input_byte() argument 59 if (scs->input_escape_count > 0) { in midi_input_byte() 61 scs->input_escape_count--; in midi_input_byte() 62 if (scs->input_escape_count == 0) in midi_input_byte() 69 scs->input_escape_count = 3; in midi_input_byte() 75 static void midi_input_packet(struct fw_scs1x *scs, in midi_input_packet() argument 84 midi_input_byte(scs, stream, data[i]); in midi_input_packet() 99 struct fw_scs1x *scs = callback_data; in handle_hss() local 103 if (offset != scs->hss_handler.offset) { in handle_hss() 114 stream = READ_ONCE(scs->input); in handle_hss() [all …]
|
| /linux/drivers/clk/qcom/ |
| H A D | gdsc.c | 581 struct gdsc **scs = desc->scs; in gdsc_pm_subdomain_remove() local 586 if (!scs[i]) in gdsc_pm_subdomain_remove() 588 if (scs[i]->parent) in gdsc_pm_subdomain_remove() 589 pm_genpd_remove_subdomain(scs[i]->parent, &scs[i]->pd); in gdsc_pm_subdomain_remove() 591 pm_genpd_remove_subdomain(pd_to_genpd(dev->pm_domain), &scs[i]->pd); in gdsc_pm_subdomain_remove() 593 gdsc_remove_subdomain_list(desc->pd_list, &scs[i]->pd); in gdsc_pm_subdomain_remove() 603 struct gdsc **scs = desc->scs; in gdsc_register() local 616 if (!scs[i] || !scs[i]->needs_icc) in gdsc_register() 619 scs[i]->icc_path = devm_of_icc_get_by_index(dev, scs[i]->icc_path_index); in gdsc_register() 620 if (IS_ERR(scs[i]->icc_path)) { in gdsc_register() [all …]
|
| H A D | gdsc.h | 86 struct gdsc **scs; member
|
| H A D | common.c | 381 scd->scs = desc->gdscs; in qcom_cc_really_probe()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_protocol_ops.c | 268 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()
|
| H A D | iosm_ipc_protocol_ops.h | 319 __le32 scs; member
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | Makefile | 43 obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.pi.o
|
| /linux/drivers/net/ethernet/myricom/ |
| H A D | Kconfig | 31 <http://www.myri.com/scs/download-Myri10GE.html>
|
| /linux/arch/m68k/fpsp040/ |
| H A D | srem_mod.S | 255 scs %d6 | ...set Carry if 2(R) overflows
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 9578 scs %d6 # set Carry if 2(R) overflows
|