Searched refs:message (Results 401 - 416 of 416) sorted by relevance

<<11121314151617

/linux-master/drivers/usb/gadget/udc/
H A Domap_udc.c1516 /* read the (latest) SETUP message */
2951 static int omap_udc_suspend(struct platform_device *dev, pm_message_t message) argument
/linux-master/drivers/md/
H A Ddm-cache-target.c3268 * invalidation triggered by an io and an invalidation message. This
3442 .message = cache_message,
H A Ddm-raid.c2017 * and error message reference in @errmsg
4123 .message = raid_message,
H A Ddm-crypt.c3708 DMWARN("unrecognised message received.");
3745 .message = crypt_message,
H A Ddm-thin.c3784 DMWARN("set_transaction_id message: Unrecognised id %s.", argv[1]);
3789 DMWARN("set_transaction_id message: Unrecognised new id %s.", argv[2]);
3815 DMWARN("reserve_metadata_snap message failed.");
3830 DMWARN("release_metadata_snap message failed.");
3876 DMWARN("Unrecognised thin pool target message received: %s", argv[0]);
4125 .message = pool_message,
/linux-master/drivers/input/joystick/
H A Dxpad.c1755 * require this message to finish initialization.
1770 "unable to receive magic message: %d\n",
2153 * exactly the message that a controller has arrived that
2211 static int xpad_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm369 s_sendmsg sendmsg(MSG_SAVEWAVE) //send SPI a message and wait for SPI's write to EXEC
/linux-master/fs/dlm/
H A Dlock.c2092 /* called by grant_pending_locks() which means an async grant message must
3513 /* get_buffer gives us a message handle (mh) that we need to
3514 pass into midcomms_commit and a message buffer (mb) that we
3835 /* which args we save from a received message depends heavily on the type
3836 of message, unlike the send side where we can safely send everything about
3837 the lkb for any type of message */
3958 "got user dlm message for a kernel lock");
3994 "ignore invalid message %d from %d %x %x %x %d",
4025 send a remove message to the dir node at the same time that the dir
4328 * message
[all...]
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c1388 * @msg_enable: The message flags controlling driver output.
5830 * netdev_get_msglevel - get debug message level
5833 * This function returns current debug message level.
5835 * Return current debug message flags.
5845 * netdev_set_msglevel - set debug message level
5847 * @value: Debug message flags.
5849 * This procedure sets debug message level.
6865 module_param_named(message, msg_enable, int, 0);
6866 MODULE_PARM_DESC(message, "Message verbosity level (0=none, 31=all)");
/linux-master/mm/
H A Dslub.c1163 static void restore_bytes(struct kmem_cache *s, char *message, u8 data, argument
1166 slab_fix(s, "Restoring %s 0x%p-0x%p=0x%x", message, from, to - 1, data);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3289 bool message = dsa_is_dsa_port(chip->ds, port); local
3291 return mv88e6xxx_port_set_message_port(chip, port, message);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h1174 * issuing the PULSE message code. The firmware monitors this periodic
2181 * message format:
3549 * doorbell message sent to the chip
3565 * doorbell message sent to the chip
5279 /* union for all event ring message types */
5310 * event ring message element (each element is 128 bits)
5331 struct event_ring_msg message; member in union:event_ring_elem
H A Dbnx2x_sp.c1639 if (cqe->message.error)
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-cards.c4159 pm_message_t message)
4158 em28xx_usb_suspend(struct usb_interface *intf, pm_message_t message) argument
/linux-master/drivers/net/usb/
H A Dr8152.c8640 static int rtl8152_suspend(struct usb_interface *intf, pm_message_t message) argument
8647 if (PMSG_IS_AUTO(message))
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c991 FLAG_ENTRY0("BC PWR_MGM message", 0x0002),
992 FLAG_ENTRY0("BC SMA message", 0x0004),
993 FLAG_ENTRY0("BC Unknown message (BCC)", 0x0008),
994 FLAG_ENTRY0("BC Unknown message (LCB)", 0x0010),
6653 * Handle a SMA idle message
6666 * msg is bytes 1-4 of the 40-bit idle message - the command code
6672 dd_dev_info(dd, "%s: SMA message 0x%llx\n", __func__, msg);
6674 * React to the SMA message. Byte[1] (0 for us) is the command.
6701 "%s: received Active SMA idle message, couldn't set link to Active\n",
6707 "%s: received unexpected SMA idle message
9176 send_idle_sma(struct hfi1_devdata *dd, u64 message) argument
[all...]

Completed in 628 milliseconds

<<11121314151617