Home
last modified time | relevance | path

Searched defs:msg (Results 276 – 300 of 1783) sorted by relevance

1...<<11121314151617181920>>...72

/linux/net/batman-adv/
H A Dbat_algo.c160 static int batadv_algo_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_algo_dump_entry()
189 int batadv_algo_dump(struct sk_buff *msg, struct netlink_callback *cb) in batadv_algo_dump()
/linux/drivers/fsi/
H A Dfsi-master-gpio.c45 uint64_t msg; member
112 static void serial_in(struct fsi_master_gpio *master, struct fsi_gpio_msg *msg, in serial_in()
133 uint64_t msg = ~cmd->msg; /* Data is active low */ in serial_out() local
162 static void msg_push_bits(struct fsi_gpio_msg *msg, uint64_t data, int bits) in msg_push_bits()
169 static void msg_push_crc(struct fsi_gpio_msg *msg) in msg_push_crc()
337 struct fsi_gpio_msg msg; in read_one_response() local
/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c199 static int pmc_usb_send_command(struct intel_scu_ipc_dev *ipc, u8 *msg, u32 len) in pmc_usb_send_command()
229 static int pmc_usb_command(struct pmc_usb_port *port, u8 *msg, u32 len) in pmc_usb_command()
249 u8 msg[2] = { }; in pmc_usb_mux_dp_hpd() local
435 u8 msg; in pmc_usb_mux_safe_state() local
459 u8 msg[2]; in pmc_usb_disconnect() local
479 u8 msg[2]; in pmc_usb_connect() local
/linux/drivers/media/tuners/
H A Dtda8290.c56 unsigned char *msg; in tda8290_i2c_bridge() local
78 unsigned char *msg; in tda8295_i2c_bridge() local
462 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; in tda8290_standby() local
536 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, in tda8290_init_tuner() local
574 struct i2c_msg msg = { .flags = I2C_M_RD, .buf = &data, .len = 1 }; in tda829x_find_tuner() local
/linux/sound/soc/sof/
H A Dipc4-control.c22 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_get_kcontrol_data() local
91 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_volume_data() local
211 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_generic_control_data() local
248 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_refresh_generic_control() local
411 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_get_bytes_data() local
H A Ddebug.c200 struct sof_ipc_cmd_hdr msg = { in memory_info_update() local
415 void snd_sof_dsp_dbg_dump(struct snd_sof_dev *sdev, const char *msg, u32 flags) in snd_sof_dsp_dbg_dump()
451 void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev, const char *msg) in snd_sof_handle_fw_exception()
/linux/drivers/pci/msi/
H A Dmsi.c154 void __pci_read_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __pci_read_msi_msg()
188 struct msi_msg *msg) in pci_write_msg_msi()
209 static inline void pci_write_msg_msix(struct msi_desc *desc, struct msi_msg *msg) in pci_write_msg_msix()
239 void __pci_write_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __pci_write_msi_msg()
257 void pci_write_msi_msg(unsigned int irq, struct msi_msg *msg) in pci_write_msi_msg()
/linux/drivers/media/pci/mantis/
H A Dmantis_i2c.c26 static int mantis_i2c_read(struct mantis_pci *mantis, const struct i2c_msg *msg) in mantis_i2c_read()
72 static int mantis_i2c_write(struct mantis_pci *mantis, const struct i2c_msg *msg) in mantis_i2c_write()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.c43 static void init_send_req(struct octep_ctrl_mbox_msg *msg, void *buf, in init_send_req()
302 struct octep_ctrl_mbox_msg *msg) in process_mbox_resp()
319 struct octep_ctrl_mbox_msg *msg) in process_mbox_notify()
362 struct octep_ctrl_mbox_msg msg = {}; in octep_ctrl_net_recv_fw_messages() local
/linux/drivers/video/backlight/
H A Dili922x.c150 struct spi_message msg; in ili922x_read_status() local
193 struct spi_message msg; in ili922x_read() local
247 struct spi_message msg; in ili922x_write() local
326 struct spi_message msg; in set_write_to_gram_reg() local
/linux/drivers/android/binder/
H A Dfreeze.rs173 let msg = FreezeMessage::new(GFP_KERNEL)?; in request_freeze_notif() localVariable
229 let msg = FreezeMessage::init(msg, cookie); in request_freeze_notif() localVariable
298 let mut msg = None; in clear_freeze_notif() localVariable
380 let msg = FreezeMessage::init(msg_alloc, cookie); in prepare_freeze_messages() localVariable
/linux/drivers/i2c/busses/
H A Di2c-rzv2m.c250 static int rzv2m_i2c_send(struct rzv2m_i2c_priv *priv, struct i2c_msg *msg, in rzv2m_i2c_send()
266 static int rzv2m_i2c_receive(struct rzv2m_i2c_priv *priv, struct i2c_msg *msg, in rzv2m_i2c_receive()
284 struct i2c_msg *msg) in rzv2m_i2c_send_address()
320 struct i2c_msg *msg, int stop) in rzv2m_i2c_xfer_msg()
/linux/drivers/crypto/ccp/
H A Dplatform-access.c56 int psp_send_platform_access_msg(enum psp_platform_access_msg msg, in psp_send_platform_access_msg()
148 int psp_ring_platform_doorbell(int msg, u32 *result) in psp_ring_platform_doorbell()
/linux/crypto/
H A Daegis128-neon-inner.c165 void crypto_aegis128_update_neon(void *state, const void *msg) in crypto_aegis128_update_neon()
227 uint8x16_t msg; in crypto_aegis128_encrypt_chunk_neon() local
276 uint8x16_t msg; in crypto_aegis128_decrypt_chunk_neon() local
/linux/include/linux/mfd/
H A Dipaq-micro.h117 struct ipaq_micro_msg *msg; member
130 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_sync()
143 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_async()
/linux/sound/pci/mixart/
H A Dmixart_core.c128 struct mixart_msg *msg, in send_msg() argument
332 u32 msg, addr, type; snd_mixart_process_msg() local
421 u32 msg; snd_mixart_threaded_irq() local
[all...]
/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c218 const char *msg) in ip_vs_tcpudp_debug_packet_v4()
250 const char *msg) in ip_vs_tcpudp_debug_packet_v6()
283 const char *msg) in ip_vs_tcpudp_debug_packet()
/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c101 pm_message_t msg) in dwc3_imx8mp_wakeup_enable()
283 static int dwc3_imx8mp_suspend(struct dwc3_imx8mp *dwc3_imx, pm_message_t msg) in dwc3_imx8mp_suspend()
297 static int dwc3_imx8mp_resume(struct dwc3_imx8mp *dwc3_imx, pm_message_t msg) in dwc3_imx8mp_resume()
/linux/net/handshake/
H A Dtlshd.c151 static int tls_handshake_put_peer_identity(struct sk_buff *msg, in tls_handshake_put_peer_identity()
163 static int tls_handshake_put_certificate(struct sk_buff *msg, in tls_handshake_put_certificate()
201 struct sk_buff *msg; in tls_handshake_accept() local
/linux/fs/dlm/
H A Dlowcomms.c693 struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref); in dlm_msg_release() local
701 struct dlm_msg *msg, *tmp; in free_entry() local
905 struct msghdr msg; in receive_from_sock() local
1233 struct dlm_msg *msg; in dlm_lowcomms_new_msg_con() local
1264 struct dlm_msg *msg; in dlm_lowcomms_new_msg() local
1296 static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg) in _dlm_lowcomms_commit_msg()
1323 void dlm_lowcomms_commit_msg(struct dlm_msg *msg) in dlm_lowcomms_commit_msg()
1332 void dlm_lowcomms_put_msg(struct dlm_msg *msg) in dlm_lowcomms_put_msg()
1338 int dlm_lowcomms_resend_msg(struct dlm_msg *msg) in dlm_lowcomms_resend_msg()
1367 struct msghdr msg = { in send_to_sock() local
/linux/fs/ceph/
H A Dmds_client.c747 static int parse_reply_info(struct ceph_mds_session *s, struct ceph_msg *msg, in parse_reply_info()
1444 struct ceph_msg *msg; in ceph_create_session_msg() local
1541 struct ceph_msg *msg; in create_session_full_msg() local
1665 struct ceph_msg *msg; in __open_session() local
2019 struct ceph_msg *msg; in send_renew_caps() local
2050 struct ceph_msg *msg; in send_flushmsg_ack() local
2105 struct ceph_msg *msg; in request_close_session() local
2312 struct ceph_msg *msg = NULL; in ceph_send_cap_releases() local
2998 struct ceph_msg *msg; in create_request_message() local
3308 struct ceph_msg *msg; in __prepare_send_request() local
[all …]
/linux/net/phonet/
H A Ddatagram.c70 static int pn_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in pn_sendmsg()
111 static int pn_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in pn_recvmsg()
/linux/drivers/scsi/
H A Dscsi_transport_spi.c1185 int spi_populate_width_msg(unsigned char *msg, int width) in spi_populate_width_msg()
1195 int spi_populate_sync_msg(unsigned char *msg, int period, int offset) in spi_populate_sync_msg()
1206 int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, in spi_populate_ppr_msg()
1231 int spi_populate_tag_msg(unsigned char *msg, struct scsi_cmnd *cmd) in spi_populate_tag_msg()
1266 static void print_nego(const unsigned char *msg, int per, int off, int width) in print_nego()
1280 static void print_ptr(const unsigned char *msg, int msb, const char *desc) in print_ptr()
1287 int spi_print_msg(const unsigned char *msg) in spi_print_msg()
1351 int spi_print_msg(const unsigned char *msg) in spi_print_msg()
/linux/drivers/scsi/arm/
H A Dfas216.c418 struct message *msg; in fas216_get_last_msg() local
516 static void fas216_handlesync(FAS216_Info *info, char *msg) in fas216_handlesync()
944 unsigned char msg[4]; in fas216_reselected_intr() local
1326 struct message *msg; in fas216_send_messageout() local
1697 struct message *msg; in __fas216_start_command() local
1716 struct message *msg; in __fas216_start_command() local
1742 struct message *msg = msgqueue_getmsg(&info->scsi.msgs, 0); in __fas216_start_command() local
1848 struct message *msg; in fas216_do_bus_device_reset() local
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_pfvf.c83 struct pfvf_message msg, u32 pfvf_offset, in adf_gen4_pfvf_send()
114 struct pfvf_message msg = { 0 }; in adf_gen4_pfvf_recv() local

1...<<11121314151617181920>>...72