Searched refs:messages (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/sound/soc/intel/catpt/
H A DMakefile1 snd-soc-catpt-objs := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dsmp-j2.c25 unsigned messages, i; local
27 do messages = *pmsg;
28 while (cmpxchg(pmsg, messages, 0) != messages);
30 if (!messages) return IRQ_NONE;
33 if (messages & (1U<<i))
114 /* There is only one IPI interrupt shared by all messages, so
/linux-master/tools/testing/selftests/ipc/
H A Dmsgque.c32 struct msg1 *messages; member in struct:msgque_data
67 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype,
68 msgque->messages[i].msize, IPC_NOWAIT) != 0) {
97 if (ret != msgque->messages[cnt].msize) {
99 msgque->messages[cnt].msize);
103 if (message.mtype != msgque->messages[cnt].mtype) {
108 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) {
151 msgque->messages = malloc(sizeof(struct msg1) * ds.msg_qnum);
152 if (msgque->messages == NULL) {
162 ret = msgrcv(msgque->msq_id, &msgque->messages[
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Ddst_ca.c46 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
134 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) {
141 state->messages[7], (state->messages[8] << 8) | state->messages[9],
142 (state->messages[10] << 8) | state->messages[11], __func__, (char *)(&state->messages[12]));
146 length = state->messages[5];
154 put_command_and_length(&state->messages[
[all...]
H A Ddst_common.h120 u8 messages[256]; member in struct:dst_state
/linux-master/sound/firewire/motu/
H A Damdtp-motu-trace.h57 __dynamic_array(u64, messages, data_blocks)
68 copy_message(__get_dynamic_array(messages), buffer, data_blocks, s->data_block_quadlets);
75 __print_array(__get_dynamic_array(messages), __entry->data_blocks, 8)
/linux-master/sound/usb/line6/
H A Ddriver.c43 Class for asynchronous messages.
535 /* Enable buffering of incoming messages, flush the buffer */
542 line6->messages.active = 1;
543 line6->messages.nonblock = file->f_flags & O_NONBLOCK ? 1 : 0;
553 line6->messages.active = 0;
567 if (mutex_lock_interruptible(&line6->messages.read_lock))
570 while (kfifo_len(&line6->messages.fifo) == 0) {
571 mutex_unlock(&line6->messages.read_lock);
573 if (line6->messages.nonblock)
577 line6->messages
[all...]
H A Ddriver.h53 MIDI channel for messages initiated by the host
59 MIDI channel for messages initiated by the device
163 /* Circular buffer for non-MIDI control messages */
171 } messages; member in struct:usb_line6
/linux-master/sound/soc/intel/skylake/
H A DMakefile2 snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o skl-messages.o skl-topology.o \
/linux-master/tools/crypto/ccp/
H A Ddbc_cli.py20 messages = { variable
51 parser.add_argument("--message", choices=messages.keys(), help="Message index")
113 param, signature = process_param(d, messages[args.message], sig)
126 param, signature = process_param(d, messages[args.message], sig, data)
/linux-master/sound/soc/intel/avs/
H A DMakefile3 snd-soc-avs-objs := dsp.o ipc.o messages.o utils.o core.o loader.o \
/linux-master/include/sound/sof/
H A Dtrace.h43 uint32_t messages; /* total trace messages */ member in struct:sof_ipc_dma_trace_posn
/linux-master/drivers/s390/char/
H A Dsclp_rw.h78 unsigned int messages; /* # messages in sccb */ member in struct:sclp_buffer
H A Dsclp_rw.c54 buffer->messages = 0;
150 * count number of buffered messages (= number of Message Text
154 buffer->messages++;
432 /* Are there messages in the output buffer ? */
433 if (buffer->messages == 0)
/linux-master/sound/firewire/tascam/
H A Dtascam-transaction.c252 unsigned int messages; local
262 messages = length / 8;
263 for (i = 0; i < messages; i++) {
303 * quadlet has MIDI messages, the rest includes timestamp.
/linux-master/include/uapi/sound/
H A Dfirewire.h81 * @message_count: The number of messages.
82 * @messages.message: The messages expressing hardware knob operation.
83 * @messages.tstamp: The isochronous cycle at which the request subaction of asynchronous
97 } messages[]; member in struct:snd_firewire_event_ff400_message
158 * On the other hand, the status of DSP is split into specific messages included in the sequence of
159 * isochronous packet. ALSA firewire-motu driver gathers the messages and allow userspace applications
263 * On the other hand, the states of hardware meter is split into specific messages included in the
/linux-master/fs/btrfs/
H A DMakefile35 subpage.o tree-mod-log.o extent-io-tree.o fs.o messages.o bio.o \
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py121 title, messages = self.make_title()
131 return [tableNode] + messages
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh111 echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version messages
/linux-master/drivers/net/can/esd/
H A Desdacc.c159 ov->bmfifo.messages = mem;
165 core->bmfifo.messages = mem + (u + 1U) * ACC_CORE_DMABUF_SIZE;
484 netdev_warn(core->netdev, "Unhandled aborted messages\n");
641 &core->bmfifo.messages[core->bmfifo.msg_fifo_tail];
667 /* Ignore all other BM messages (like the CAN-FD messages) */
701 * busmaster messages from the message FIFO. The last handled message (FIFO
H A Desd_402_pci-core.c313 card->ov.bmfifo.messages = NULL;
318 core->bmfifo.messages = NULL;
H A Desdacc.h114 * access to the ring buffer of bus master messages maintained by the FPGA
115 * bus master engine. All bus master messages have the same size of
230 const union acc_bmmsg *messages; member in struct:acc_bmfifo
/linux-master/scripts/dtc/
H A Dof_unittest_expect110 Process a console log for EXPECTed test related messages to either
111 highlight expected devicetree unittest related messages or suppress
112 the messages. Leading console timestamps will be stripped.
114 Various unittests may trigger kernel messages from outside the
439 if (($line =~ /^${pr_fmt}start of unittest - you will see error messages$/) ||
/linux-master/arch/powerpc/kernel/
H A Dsmp.c273 long messages; /* current messages */ member in struct:cpu_messages
280 char *message = (char *)&info->messages;
321 all = xchg(&info->messages, 0);
324 * Must check for PPC_MSG_RM_HOST_ACTION messages
325 * before PPC_MSG_CALL_FUNCTION messages because when
328 * messages have completed before we free any VCPUs.
345 } while (READ_ONCE(info->messages));
/linux-master/net/rds/
H A Dsend.c45 /* When transmitting messages in rds_send_xmit, we need to emerge from
59 static void rds_send_remove_from_sock(struct list_head *messages, int status);
93 /* Mark messages as retransmissions, and move them to the send q */
131 * - queued acks can be delayed behind large messages
133 * - small message latency is higher behind queued large messages
215 * If between sending messages, we can send a pending congestion
245 * through a lot of messages, lets back off and see
277 * Therefore, we never retransmit messages with RDMA ops.
424 /* Nuke any messages we decided not to retransmit. */
597 * This removes messages fro
604 rds_send_remove_from_sock(struct list_head *messages, int status) argument
[all...]

Completed in 195 milliseconds

12