| /linux/drivers/media/dvb-frontends/ |
| H A D | stv6110.c | 60 struct i2c_msg msg = { in stv6110_write_regs() local 101 struct i2c_msg msg[] = { in stv6110_read_regs() local 386 struct i2c_msg msg[] = { in stv6110_attach() local
|
| H A D | au8522_common.c | 35 struct i2c_msg msg = { .addr = state->config.demod_address, in au8522_writereg() local 54 struct i2c_msg msg[] = { in au8522_readreg() local
|
| H A D | nxt200x.c | 61 struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = len }; in i2c_writebytes() local 74 struct i2c_msg msg = { .addr = addr, .flags = I2C_M_RD, .buf = buf, .len = len }; in i2c_readbytes() local 89 …struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf2, .len = len +… in nxt200x_writebytes() local 112 …struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = reg2, .len = … in nxt200x_readbytes() local
|
| /linux/drivers/media/tuners/ |
| H A D | mt2060.c | 30 struct i2c_msg msg[2] = { in mt2060_readreg() local 60 struct i2c_msg msg = { in mt2060_writereg() local 89 struct i2c_msg msg = { in mt2060_writeregs() local
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_tis_i2c.c | 108 struct i2c_msg *msg) in tpm_tis_i2c_retry_transfer_until_ack() 186 struct i2c_msg msg = { .addr = phy->i2c_client->addr }; in tpm_tis_i2c_read_bytes() local 230 struct i2c_msg msg = { .addr = phy->i2c_client->addr }; in tpm_tis_i2c_write_bytes() local
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es581_4.c | 31 #define es581_4_sizeof_rx_tx_msg(msg) \ argument 419 u8 msg = priv->channel_idx + ES581_4_CHANNEL_IDX_OFFSET; in es581_4_enable_channel() local 432 u8 msg = priv->channel_idx + ES581_4_CHANNEL_IDX_OFFSET; in es581_4_disable_channel() local
|
| /linux/arch/x86/hyperv/ |
| H A D | irqdomain.c | 206 static inline void entry_to_msi_msg(struct hv_interrupt_entry *entry, struct msi_msg *msg) in entry_to_msi_msg() 215 static void hv_irq_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in hv_irq_compose_msi_msg() 277 struct msi_msg msg; in hv_teardown_msi_irq() local
|
| /linux/drivers/net/ethernet/vertexcom/ |
| H A D | mse102x.c | 157 struct spi_message *msg = &mses->spi_msg; in mse102x_tx_cmd_spi() local 180 struct spi_message *msg = &mses->spi_msg; in mse102x_rx_cmd_spi() local 229 struct spi_message *msg = &mses->spi_msg; in mse102x_tx_frame_spi() local 274 struct spi_message *msg = &mses->spi_msg; in mse102x_rx_frame_spi() local 306 static void mse102x_dump_packet(const char *msg, int len, const char *data) in mse102x_dump_packet()
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | qman_test_api.c | 228 const union qm_mr_entry *msg) in cb_ern() 235 const union qm_mr_entry *msg) in cb_fqs()
|
| /linux/net/unix/ |
| H A D | unix_bpf.c | 42 static int __unix_recvmsg(struct sock *sk, struct msghdr *msg, in __unix_recvmsg() 51 static int unix_bpf_recvmsg(struct sock *sk, struct msghdr *msg, in unix_bpf_recvmsg()
|
| /linux/drivers/nvme/target/ |
| H A D | tcp.c | 614 struct msghdr msg = { in nvmet_try_send_data_pdu() local 645 struct msghdr msg = { in nvmet_try_send_data() local 695 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_response() local 725 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_r2t() local 755 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_try_send_ddgst() local 867 struct msghdr msg = {}; in nvmet_tcp_handle_icreq() local 1110 struct msghdr *msg, char *cbuf) in nvmet_tcp_tls_record_ok() 1150 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_tcp_try_recv_pdu() local 1255 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_tcp_try_recv_ddgst() local 1722 struct msghdr msg = { in nvmet_tcp_try_peek_pdu() local
|
| /linux/arch/hexagon/kernel/ |
| H A D | smp.c | 41 unsigned long msg = 0; in __handle_ipi() local 93 void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg) in send_ipi()
|
| /linux/net/ipv4/netfilter/ |
| H A D | nf_nat_pptp.c | 131 u_int16_t msg; in pptp_outbound_pkt() local 240 u_int16_t msg; in pptp_inbound_pkt() local
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipv6_flowlabel.c | 56 struct msghdr msg = {0}; in do_send() local 101 struct msghdr msg = {0}; in do_recv() local
|
| /linux/drivers/pwm/ |
| H A D | pwm-raspberrypi-poe.c | 48 struct raspberrypi_pwm_prop msg = { in raspberrypi_pwm_set_property() local 67 struct raspberrypi_pwm_prop msg = { in raspberrypi_pwm_get_property() local
|
| /linux/drivers/mailbox/ |
| H A D | bcm2835-mailbox.c | 73 u32 msg = readl(mbox->regs + MAIL0_RD); in bcm2835_mbox_irq() local 83 u32 msg = *(u32 *)data; in bcm2835_send_data() local
|
| /linux/tools/testing/selftests/nci/ |
| H A D | nci_dev.c | 116 struct msgtemplate msg; in send_cmd_mt_nla() local 251 get_nci_devid(int sd,__u16 fid,__u32 pid,int dev_id,struct msgtemplate * msg) get_nci_devid() argument 278 get_dev_enable_state(struct msgtemplate * msg) get_dev_enable_state() argument 404 struct msgtemplate msg; FIXTURE_SETUP() local 528 struct msgtemplate msg; TEST_F() local 861 struct msgtemplate msg; TEST_F() local [all...] |
| /linux/net/tipc/ |
| H A D | bearer.c | 823 static int __tipc_nl_add_bearer(struct tipc_nl_msg *msg, in __tipc_nl_add_bearer() 884 struct tipc_nl_msg msg; in tipc_nl_bearer_dump() local 917 struct tipc_nl_msg msg; in tipc_nl_bearer_get() local 1185 static int __tipc_nl_add_media(struct tipc_nl_msg *msg, in __tipc_nl_add_media() 1237 struct tipc_nl_msg msg; in tipc_nl_media_dump() local 1263 struct tipc_nl_msg msg; in tipc_nl_media_get() local
|
| /linux/drivers/misc/bcm-vk/ |
| H A D | bcm_vk_msg.c | 44 static u32 get_q_num(const struct vk_msg_blk *msg) in get_q_num() 53 static void set_q_num(struct vk_msg_blk *msg, u32 q_num) in set_q_num() 65 static u32 get_msg_id(const struct vk_msg_blk *msg) in get_msg_id() 70 static void set_msg_id(struct vk_msg_blk *msg, u32 val) in set_msg_id() 369 struct vk_msg_blk *msg; in bcm_vk_drain_all_pend() local 545 struct vk_msg_blk *msg = &entry->to_v_msg[0]; in bcm_vk_append_ib_sgl() local
|
| /linux/net/sunrpc/ |
| H A D | rpc_pipe.c | 67 struct rpc_pipe_msg *msg; in rpc_purge_list() local 104 ssize_t rpc_pipe_generic_upcall(struct file *filp, struct rpc_pipe_msg *msg, in rpc_pipe_generic_upcall() 135 rpc_queue_upcall(struct rpc_pipe *pipe, struct rpc_pipe_msg *msg) in rpc_queue_upcall() 244 struct rpc_pipe_msg *msg; in rpc_pipe_release() local 286 struct rpc_pipe_msg *msg; in rpc_pipe_read() local 375 struct rpc_pipe_msg *msg; in rpc_pipe_ioctl() local
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ct.c | 870 struct ct_incoming_msg *msg; in ct_alloc_msg() local 878 static void ct_free_msg(struct ct_incoming_msg *msg) in ct_free_msg() 887 static int ct_read(struct intel_guc_ct *ct, struct ct_incoming_msg **msg) in ct_read() 1248 static int ct_handle_hxg(struct intel_guc_ct *ct, struct ct_incoming_msg *msg) in ct_handle_hxg() 1287 static void ct_handle_msg(struct intel_guc_ct *ct, struct ct_incoming_msg *msg) in ct_handle_msg() 1310 struct ct_incoming_msg *msg = NULL; in ct_receive() local
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcdc.c | 95 struct brcmf_proto_bcdc_dcmd msg; member 113 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_msg() local 162 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_query_dcmd() local 220 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_set_dcmd() local
|
| /linux/drivers/acpi/ |
| H A D | acpi_ipmi.c | 247 struct kernel_ipmi_msg *msg; in acpi_format_ipmi_request() local 300 static void acpi_format_ipmi_response(struct acpi_ipmi_msg *msg, in acpi_format_ipmi_response() 357 struct acpi_ipmi_msg *msg) in ipmi_cancel_tx_msg() 376 static void ipmi_msg_handler(struct ipmi_recv_msg *msg, void *user_msg_data) in ipmi_msg_handler()
|
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | mISDNisar.c | 57 send_mbox(struct isar_hw *isar, u8 his, u8 creg, u8 len, u8 *msg) in send_mbox() 91 rcv_mbox(struct isar_hw *isar, u8 *msg) in rcv_mbox() 1240 u8 cmsb = IOM_CTRL_ENA, msg[5] = {IOM_P1_TXD, 0, 0, 0, 0}; in setup_iom2() local 1450 u8 msg; in isar_setup() local
|
| /linux/net/rds/ |
| H A D | send.c | 888 static int rds_rm_size(struct msghdr *msg, int num_sgs, in rds_rm_size() argument 984 struct msghdr *msg, int *allocated_mr, in rds_cmsg_send() argument 1077 static int rds_rdma_bytes(struct msghdr *msg, size_ argument 1100 rds_sendmsg(struct socket * sock,struct msghdr * msg,size_t payload_len) rds_sendmsg() argument [all...] |