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

12

/linux-master/drivers/media/pci/bt8xx/
H A Ddst_common.h120 u8 messages[256]; member in struct:dst_state
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...]
/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/Documentation/sphinx/
H A DrstFlatTable.py121 title, messages = self.make_title()
131 return [tableNode] + 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/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/drivers/ata/
H A Dlibahci.c2682 u8 messages; local
2690 messages = (em_ctl & EM_CTRL_MSG_TYPE) >> 16;
2692 if (messages) {
2696 hpriv->em_msg_type = messages;
/linux-master/drivers/net/can/esd/
H A Desd_402_pci-core.c313 card->ov.bmfifo.messages = NULL;
318 core->bmfifo.messages = NULL;
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 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/drivers/s390/block/
H A Ddasd_eckd.c5785 * error might be expected and log messages shouldn't be written
5799 * error might be expected and log messages shouldn't be
5863 struct dasd_rssd_messages *messages,
5926 memcpy(messages, message_buf,
5938 "Reading messages failed with rc=%d\n"
6623 static void dasd_eckd_handle_cuir(struct dasd_device *device, void *messages, argument
6626 struct dasd_cuir_message *cuir = messages;
6692 static void dasd_eckd_handle_oos(struct dasd_device *device, void *messages, argument
6695 struct dasd_oos_message *oos = messages;
6726 struct dasd_rssd_messages *messages; local
5862 dasd_eckd_read_message_buffer(struct dasd_device *device, struct dasd_rssd_messages *messages, __u8 lpum) argument
[all...]
H A Ddasd_eckd.h401 char messages[4087]; member in struct:dasd_rssd_messages
/linux-master/drivers/s390/char/
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)
H A Dsclp_rw.h78 unsigned int messages; /* # messages in sccb */ member in struct:sclp_buffer
/linux-master/drivers/spi/
H A Dspi-mem.c311 * We do not have the concept of messages or transfers. Let's consider
314 u64_stats_inc(&stats->messages);
H A Dspi.c181 SPI_STATISTICS_SHOW(messages); variable
1607 SPI_STATISTICS_INCREMENT_FIELD(statm, messages);
1608 SPI_STATISTICS_INCREMENT_FIELD(stats, messages);
2075 * messages
2076 * @ctlr: the controller to check for queued messages
2078 * If there are more messages in the queue, the next message is returned from
2327 * spi_flush_queue - Send all pending messages in the queue from the callers'
2331 * This should be used when one wants to ensure all pending messages have been
3621 * the @replaced_transfers - it may be spi_message.messages!
4377 * Note that although all messages t
[all...]
/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/include/linux/spi/
H A Dspi.h46 * @messages: number of spi-messages handled
71 u64_stats_t messages; member in struct:spi_statistics
334 * This represents the kind of device driver that uses SPI messages to
336 * a "protocol" driver because it works through messages rather than talking
338 * driver does to pass those messages). These protocols are defined in the
473 * @unprepare_transfer_hardware: there are currently no more messages on the
1047 * with nothing blocking messages going to other devices, this is just
1052 * by the results of previous messages and where the whole transaction
1132 * a single programmed DMA transfer. On all systems, these messages ar
[all...]
/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/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/kernel/
H A Daudit.c318 static int messages = 0; local
328 if (++messages < audit_rate_limit) {
334 messages = 0;
349 * Always increment the lost messages counter.
1028 * control messages.
1039 * to reject login if unable to send messages to audit. If we return
1548 * audit_receive - receive messages from a netlink control socket
1551 * Parse the provided skb and deal with any messages that may be present,
/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...]
/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/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/sound/soc/intel/avs/
H A DMakefile3 snd-soc-avs-y := dsp.o ipc.o messages.o utils.o core.o loader.o \

Completed in 413 milliseconds

12