Searched defs:tx_msg (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/acpi/ |
A D | acpi_ipmi.c | 212 static void ipmi_msg_release(struct acpi_ipmi_msg *tx_msg) in ipmi_msg_release() 220 struct acpi_ipmi_msg *tx_msg = in ipmi_msg_release_kref() local 226 static struct acpi_ipmi_msg *acpi_ipmi_msg_get(struct acpi_ipmi_msg *tx_msg) in acpi_ipmi_msg_get() 233 static void acpi_ipmi_msg_put(struct acpi_ipmi_msg *tx_msg) in acpi_ipmi_msg_put() 240 static int acpi_format_ipmi_request(struct acpi_ipmi_msg *tx_msg, in acpi_format_ipmi_request() 326 struct acpi_ipmi_msg *tx_msg; in ipmi_flush_tx_msg() local 356 struct acpi_ipmi_msg *tx_msg = NULL, *iter, *temp; in ipmi_cancel_tx_msg() local 376 struct acpi_ipmi_msg *tx_msg = NULL, *iter, *temp; in ipmi_msg_handler() local 523 struct acpi_ipmi_msg *tx_msg; in acpi_ipmi_space_handler() local
|
/linux-6.3-rc2/drivers/net/can/usb/ |
A D | esd_usb.c | 141 struct tx_msg { struct 142 u8 len; 143 u8 cmd; 144 u8 net; 145 u8 dlc; 146 u32 hnd; /* opaque handle, not used by device */ 147 __le32 id; /* upper 3 bits contain flags */ 148 u8 data[8];
|
/linux-6.3-rc2/sound/soc/intel/common/ |
A D | sst-ipc.h | 40 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *); member
|
/linux-6.3-rc2/drivers/media/cec/platform/stm32/ |
A D | stm32-cec.c | 76 struct cec_msg tx_msg; member
|
/linux-6.3-rc2/drivers/net/wireless/ |
A D | rayctl.h | 576 struct tx_msg { struct 577 struct tib_structure tib; 578 struct phy_header phy; 579 struct mac_header mac; 580 UCHAR var[1];
|
/linux-6.3-rc2/drivers/net/can/usb/peak_usb/ |
A D | pcan_usb_pro.h | 183 struct pcan_usb_pro_txmsg tx_msg; member
|
A D | pcan_usb_fd.c | 798 struct pucan_tx_msg *tx_msg = (struct pucan_tx_msg *)obuf; in pcan_usb_fd_encode_msg() local
|
/linux-6.3-rc2/drivers/media/cec/core/ |
A D | cec-pin-priv.h | 188 struct cec_msg tx_msg; member
|
A D | cec-adap.c | 1929 struct cec_msg tx_msg = { }; in cec_feature_abort_reason() local
|
/linux-6.3-rc2/drivers/media/cec/usb/pulse8/ |
A D | pulse8-cec.c | 192 struct cec_msg tx_msg; member
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-xiic.c | 83 struct i2c_msg *tx_msg; member
|
/linux-6.3-rc2/drivers/net/ieee802154/ |
A D | mrf24j40.c | 205 struct spi_message tx_msg; member
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | sof-priv.h | 493 int (*tx_msg)(struct snd_sof_dev *sdev, void *msg_data, size_t msg_bytes, member
|
Completed in 31 milliseconds