Searched refs:scs (Results 1 – 13 of 13) 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 | 543 struct gdsc **scs = desc->scs; in gdsc_pm_subdomain_remove() local 548 if (!scs[i]) in gdsc_pm_subdomain_remove() 550 if (scs[i]->parent) in gdsc_pm_subdomain_remove() 551 pm_genpd_remove_subdomain(scs[i]->parent, &scs[i]->pd); in gdsc_pm_subdomain_remove() 553 pm_genpd_remove_subdomain(pd_to_genpd(dev->pm_domain), &scs[i]->pd); in gdsc_pm_subdomain_remove() 555 gdsc_remove_subdomain_list(desc->pd_list, &scs[i]->pd); in gdsc_pm_subdomain_remove() 565 struct gdsc **scs = desc->scs; in gdsc_register() local 578 if (!scs[i] || !scs[i]->supply) in gdsc_register() 581 scs[i]->rsupply = devm_regulator_get_optional(dev, scs[i]->supply); in gdsc_register() 582 if (IS_ERR(scs[i]->rsupply)) { in gdsc_register() [all …]
|
| H A D | gdsc.h | 81 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/drivers/infiniband/hw/hfi1/ |
| H A D | pio.c | 430 struct sc_config_sizes *scs = &dd->sc_sizes[i]; in init_send_contexts() local 432 for (j = 0; j < scs->count; j++) { in init_send_contexts() 437 sci->credits = scs->size; in init_send_contexts() 440 base += scs->size; in init_send_contexts()
|
| /linux/kernel/ |
| H A D | Makefile | 125 obj-$(CONFIG_SHADOW_CALL_STACK) += scs.o
|
| /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
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 3096 interval timer <https://www.scs.stanford.edu/10wi-cs140/pintos/specs/8254.pdf>`_.
|