Searched refs:message (Results 251 - 275 of 412) sorted by relevance

<<11121314151617

/linux-master/tools/net/ynl/lib/
H A Dynl.py31 # Netlink message
337 def message(self, flags, command, version, seq=None): member in class:NetlinkProtocol
372 def message(self, flags, command, version, seq=None): member in class:GenlProtocol
431 # Note that netlink will use conservative (min) message size for
436 # for a message, so smaller receive sizes will lead to truncation.
543 elif attr['type'] == 'sub-message':
633 raise Exception(f"No sub-message spec named {sub_msg} for {attr_spec.name}")
639 raise Exception(f"No message format for '{value}' in sub-message spec '{sub_msg}'")
698 elif attr_spec["type"] == 'sub-message'
[all...]
/linux-master/drivers/media/radio/
H A Dradio-ma901.c287 static int usb_ma901radio_suspend(struct usb_interface *intf, pm_message_t message) argument
H A Dradio-keene.c146 static int usb_keene_suspend(struct usb_interface *intf, pm_message_t message) argument
H A Dradio-shark.c384 static int usb_shark_suspend(struct usb_interface *intf, pm_message_t message) argument
H A Dradio-shark2.c349 static int usb_shark_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/media/rc/
H A Dttusbir.c380 static int ttusbir_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/input/mouse/
H A Dsynaptics_usb.c473 static int synusb_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/usb/misc/
H A Dchaoskey.c524 pm_message_t message)
523 chaoskey_suspend(struct usb_interface *interface, pm_message_t message) argument
/linux-master/drivers/watchdog/
H A Dkempld_wdt.c498 pm_message_t message)
497 kempld_wdt_suspend(struct platform_device *pdev, pm_message_t message) argument
/linux-master/drivers/usb/
H A Dusb-skeleton.c595 static int skel_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/input/tablet/
H A Dpegasus_notetaker.c410 static int pegasus_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S563 # Purpose: Updates the SHA512 digest stored at "state" with the message
565 # The size of the message pointed to by "data" must be an integer multiple
566 # of SHA512 message blocks.
567 # "blocks" is the message length in SHA512 blocks
/linux-master/drivers/md/
H A Ddm-switch.c333 * We need to parse hex numbers in the message as quickly as possible.
483 DMWARN("Unrecognised message received.");
563 .message = switch_message,
H A Ddm-ioctl.c1717 * Returns a number <= 1 if message was processed by device mapper.
1718 * Returns 2 if message should be delivered to the target.
1740 DMERR("Unsupported message sent to DM core: %s", argv[0]);
1745 * Pass a message to the target that's at the supplied device offset.
1764 invalid_str(tmsg->message, (void *) param + param_size)) {
1765 DMERR("Invalid target message parameters.");
1770 r = dm_split_args(&argc, &argv, tmsg->message);
1772 DMERR("Failed to split target message parameters");
1777 DMERR("Empty message received.");
1797 DMERR("Target message secto
[all...]
/linux-master/drivers/scsi/
H A Desp_scsi.h72 #define ESP_CONFIG3_IDMSG 0x10 /* ID message checking (esp100a/hme) */
119 #define ESP_CMD_SMSG 0x20 /* Send message */
300 u8 message; member in struct:esp_cmd_entry
/linux-master/drivers/scsi/qedi/
H A Dqedi_iscsi.c1655 char *message; local
1674 message = warn_notice;
1677 message = error_notice;
1688 "qedi: %s - %s\n", message, msg);
/linux-master/drivers/usb/host/
H A Dohci-da8xx.c482 pm_message_t message)
481 ohci_da8xx_suspend(struct platform_device *pdev, pm_message_t message) argument
/linux-master/drivers/net/usb/
H A Dsmsc95xx.c1486 static int smsc95xx_suspend(struct usb_interface *intf, pm_message_t message) argument
1495 ret = usbnet_suspend(intf, message);
1509 if (message.event == PM_EVENT_AUTO_SUSPEND &&
1734 if (ret && PMSG_IS_AUTO(message))
H A Dkaweth.c106 static int kaweth_suspend(struct usb_interface *intf, pm_message_t message);
828 static int kaweth_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/greybus/
H A Dgb-beagleplay.c93 * @payload: greybus message payload
95 * The HDLC payload sent over UART for greybus address has cport preappended to greybus message
355 * gb_message_send() - Send greybus message using HDLC over UART
358 * @cport: AP cport where message originates
359 * @msg: greybus message to send
373 dev_dbg(&hd->dev, "Sending greybus message with Operation %u, Type: %X on Cport %u",
377 return dev_err_probe(&hd->dev, -E2BIG, "Greybus message too big");
392 static void gb_message_cancel(struct gb_message *message) argument
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh20 -h: display this message
/linux-master/drivers/block/
H A Dfloppy.c642 static void is_alive(const char *func, const char *message) argument
647 DPRINT("%s: timeout handler died. %s\n", func, message);
671 static void __reschedule_timeout(int drive, const char *message) argument
683 DPRINT("reschedule timeout %s\n", message);
684 timeout_message = message;
687 static void reschedule_timeout(int drive, const char *message) argument
692 __reschedule_timeout(drive, message);
1703 static void print_result(char *message, int inr) argument
1707 DPRINT("%s ", message);
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c114 /* read the header of the message */
128 * If the message in mailbox is not what we want, we need to
159 u8 opcode, u16 size, u8 *message)
176 ret = cdp_dp_mailbox_write(dp, message[i]);
158 cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, u8 opcode, u16 size, u8 *message) argument
/linux-master/drivers/input/misc/
H A Dcm109.c820 static int cm109_usb_suspend(struct usb_interface *intf, pm_message_t message) argument
824 dev_info(&intf->dev, "cm109: usb_suspend (event=%d)\n", message.event);
H A Dati_remote2.c209 static int ati_remote2_suspend(struct usb_interface *interface, pm_message_t message);
913 pm_message_t message)
912 ati_remote2_suspend(struct usb_interface *interface, pm_message_t message) argument

Completed in 277 milliseconds

<<11121314151617