Searched refs:message (Results 201 - 225 of 412) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/usbip/
H A Dstub_dev.c511 static int stub_suspend(struct usb_device *udev, pm_message_t message) argument
518 static int stub_resume(struct usb_device *udev, pm_message_t message) argument
/linux-master/drivers/firmware/arm_scmi/
H A Dvoltage.c129 static void iter_volt_levels_prepare_message(void *message, argument
133 struct scmi_msg_cmd_describe_levels *msg = message;
H A Dclock.c232 static void iter_clk_possible_parents_prepare_message(void *message, unsigned int desc_index, argument
235 struct scmi_msg_clock_possible_parents *msg = message;
419 static void iter_clk_describe_prepare_message(void *message, argument
423 struct scmi_msg_clock_describe_rates *msg = message;
H A Dprotocols.h40 * struct scmi_msg_resp_prot_version - Response for a message
49 * Response to a generic message with message type SCMI_MSG_VERSION
70 * @id: The identifier of the message being sent
71 * @protocol_id: The identifier of the protocol used to send @id message
72 * @type: The SCMI type for this message
73 * @seq: The token to identify the message. When a message returns, the
74 * platform returns the whole message header unmodified including the
90 * struct scmi_xfer - Structure representing a message flo
[all...]
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c60 /* read the header of the message */
103 u8 *message)
120 ret = cdns_mhdp_secure_mailbox_write(mhdp, message[i]);
99 cdns_mhdp_secure_mailbox_send(struct cdns_mhdp_device *mhdp, u8 module_id, u8 opcode, u16 size, u8 *message) argument
/linux-master/include/linux/
H A Ddevice-mapper.h164 void dm_error(const char *message);
204 dm_message_fn message; member in struct:target_type
421 * the error message to use if the number is found to be outside that range.
/linux-master/drivers/net/ethernet/micrel/
H A Dks8851_spi.c37 * @spi_msg1: pre-setup SPI transfer with one message, @spi_xfer1.
140 * @op: The register address and byte enables in message format.
144 * This is the low level read call that issues the necessary spi message(s)
290 * calc_txlen - calculate size of message to send packet
293 * Returns the size of the TXFIFO message needed to send
481 module_param_named(message, msg_enable, int, 0);
482 MODULE_PARM_DESC(message, "Message verbosity level (0=none, 31=all)");
/linux-master/drivers/platform/x86/amd/pmf/
H A Dcore.c184 int amd_pmf_send_cmd(struct amd_pmf_dev *dev, u8 message, bool get, u32 arg, u32 *data) argument
206 /* Write message ID to message ID register */
207 amd_pmf_reg_write(dev, AMD_PMF_REGISTER_MESSAGE, message);
/linux-master/drivers/scsi/
H A Desp_scsi.c814 /* If there are multiple message bytes, use Select and Stop */
921 /* Restore the message/status bytes to what we actually
1044 * the reselection process to get the tag message bytes.
1094 /* ACK the message. */
1250 * as message out and command delivery variables).
1615 * if there are more bytes needed to complete the message.
1671 ent->message = msg0;
1829 ent->message = esp_read8(ESP_FDATA);
1833 ent->message = 0xff;
1838 if (ent->message !
[all...]
H A DNCR5380.h226 char info[168]; /* Host banner message */
234 int message; member in struct:NCR5380_cmd
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh40 Display a usage message and exit
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl359 Prints a brief help message and exits.
363 Prints a more detailed help message and exits.
/linux-master/drivers/media/usb/gspca/
H A Dgspca.h63 u8 npkt; /* number of packets in an ISOC message
235 int gspca_suspend(struct usb_interface *intf, pm_message_t message);
/linux-master/arch/parisc/include/asm/
H A Dpdc_chassis.h9 * - handle message ID
23 int pdc_chassis_send_status(int message);
31 * They setup everything for you, the Log message and the corresponding LED state
153 * The log message contains: Alert level, Source, Source detail,
156 * Data type, Unique message ID and EOM.
236 #define PDC_CHASSIS_DT_ASCII_MSG (9ULL << 59) /* ascii message */
/linux-master/drivers/scsi/arm/
H A Dfas216.h95 #define IS_MSGBYTESENT 0x01 /* One byte message sent*/
177 PHASE_MSGIN, /* message in from device */
179 PHASE_MSGOUT, /* after message out phase */
180 PHASE_MSGOUT_EXPECT, /* expecting message out */
243 MsgQueue_t msgs; /* message queue for connected device */
246 unsigned char msgin_fifo; /* bytes in fifo at time of message in */
247 unsigned char message[256]; /* last message received from device */ member in struct:__anon2634::__anon2635
/linux-master/sound/firewire/motu/
H A Dmotu-hwdep.c58 event.motu_notification.message = motu->msg;
/linux-master/drivers/crypto/bcm/
H A Dcipher.h11 #include <linux/mailbox/brcm-message.h>
59 /* Force at least 4-byte alignment of all SPU message fields */
62 /* Number of times to resend mailbox message if mb queue is full */
119 * Buffers for a SPU request/reply message pair. All part of one structure to
123 /* Request message fragments */
126 * SPU request message header. For SPU-M, holds MH, EMH, SCTX, BDESC,
137 /* SPU request message padding */
140 /* SPU-M request message STATUS field */
143 /* Response message fragments */
145 /* SPU response message heade
[all...]
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c619 static int table_test_fail(const struct decode_header *h, const char* message) argument
623 message, h->mask.bits, h->value.bits);
1296 static void test_case_failed(const char *message) argument
1300 pr_err("FAIL: %s\n", message);
/linux-master/kernel/
H A Daudit.h238 extern void audit_panic(const char *message);
/linux-master/drivers/staging/wlan-ng/
H A Dprism2usb.c227 pm_message_t message)
226 prism2sta_suspend(struct usb_interface *interface, pm_message_t message) argument
/linux-master/drivers/tty/serial/
H A Dmax3100.c193 struct spi_message message; local
203 spi_message_init(&message);
204 spi_message_add_tail(&tran, &message);
205 status = spi_sync(s->spi, &message);
/linux-master/drivers/watchdog/
H A Dat91rm9200_wdt.c278 static int at91wdt_suspend(struct platform_device *pdev, pm_message_t message) argument
/linux-master/drivers/spi/
H A Dspi-lantiq-ssc.c420 struct spi_message *message)
425 hw_setup_clock_mode(spi, message->spi->mode);
465 struct spi_message *message)
788 struct spi_message *message)
419 lantiq_ssc_prepare_message(struct spi_controller *host, struct spi_message *message) argument
464 lantiq_ssc_unprepare_message(struct spi_controller *host, struct spi_message *message) argument
787 lantiq_ssc_handle_err(struct spi_controller *host, struct spi_message *message) argument
/linux-master/drivers/soc/xilinx/
H A Dzynqmp_power.c21 #include <linux/mailbox/zynqmp-ipi-message.h>
115 /* Send NULL message to mbox controller to ack the message */
/linux-master/drivers/input/joystick/
H A Dpxrc.c204 static int pxrc_suspend(struct usb_interface *intf, pm_message_t message) argument

Completed in 356 milliseconds

1234567891011>>