Home
last modified time | relevance | path

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

/linux/sound/firewire/oxfw/
H A Doxfw-scs1x.c54 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/net/wwan/iosm/
H 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()
H A Diosm_ipc_protocol_ops.h319 __le32 scs; member
/linux/arch/arm64/kernel/pi/
H A DMakefile43 obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.pi.o
/linux/drivers/net/ethernet/myricom/
H A DKconfig31 <http://www.myri.com/scs/download-Myri10GE.html>
/linux/drivers/infiniband/hw/hfi1/
H 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/kernel/
H A DMakefile123 obj-$(CONFIG_SHADOW_CALL_STACK) += scs.o
/linux/drivers/clk/qcom/
H A Dcommon.c381 scd->scs = desc->gdscs; in qcom_cc_really_probe()
/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S255 scs %d6 | ...set Carry if 2(R) overflows
/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S9578 scs %d6 # set Carry if 2(R) overflows
/linux/Documentation/virt/kvm/
H A Dapi.rst3097 interval timer <https://www.scs.stanford.edu/10wi-cs140/pintos/specs/8254.pdf>`_.