/linux-6.14.4/drivers/media/dvb-frontends/ |
D | l64781.c | 44 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in l64781_writereg() local 58 …struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 … in l64781_readreg() local 102 struct i2c_msg msg = { .addr = 0x00, .flags = 0, .buf = buf, .len = 1 }; in reset_and_configure() local 496 struct i2c_msg msg [] = { { .addr = config->demod_address, .flags = 0, .buf = b0, .len = 1 }, in l64781_attach() local
|
/linux-6.14.4/drivers/net/can/softing/ |
D | softing_fw.c | 20 const char *msg) in _softing_fct_cmd() 53 static int softing_fct_cmd(struct softing *card, int16_t cmd, const char *msg) in softing_fct_cmd() 66 const char *msg) in softing_bootloader_command() 425 struct can_frame msg; in softing_startstop() local
|
/linux-6.14.4/drivers/firmware/ |
D | turris-mox-rwtm.c | 170 struct armada_37xx_rwtm_rx_msg *msg = data; in mox_rwtm_rx_callback() local 180 struct armada_37xx_rwtm_tx_msg *msg, in mox_rwtm_exec() 273 struct armada_37xx_rwtm_tx_msg msg = { in check_get_random_support() local 283 struct armada_37xx_rwtm_tx_msg msg = { in mox_hwrng_read() local 344 struct armada_37xx_rwtm_tx_msg msg; in do_sign_write() local
|
/linux-6.14.4/drivers/net/can/usb/ |
D | esd_usb.c | 296 union esd_usb_msg *msg) in esd_usb_rx_event() 393 union esd_usb_msg *msg) in esd_usb_rx_can_msg() 453 union esd_usb_msg *msg) in esd_usb_tx_done_msg() 504 union esd_usb_msg *msg; in esd_usb_read_bulk_callback() local 616 static int esd_usb_send_msg(struct esd_usb *dev, union esd_usb_msg *msg) in esd_usb_send_msg() 629 union esd_usb_msg *msg) in esd_usb_wait_msg() 717 union esd_usb_msg *msg; in esd_usb_start() local 821 union esd_usb_msg *msg; in esd_usb_start_xmit() local 953 union esd_usb_msg *msg; in esd_usb_close() local 1018 union esd_usb_msg *msg; in esd_usb_2_set_bittiming() local [all …]
|
/linux-6.14.4/net/ceph/ |
D | messenger_v1.c | 27 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg() local 44 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvpage() local 63 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg() local 83 struct msghdr msg = { in ceph_tcp_sendpage() local 160 static void prepare_message_data(struct ceph_msg *msg, u32 data_len) in prepare_message_data() 467 struct ceph_msg *msg = con->out_msg; in write_partial_message_data() local 1569 struct ceph_msg *msg = con->out_msg; in ceph_con_v1_revoke() local
|
/linux-6.14.4/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | smu10_smumgr.c | 63 uint16_t msg) in smu10_send_msg_to_smc_without_waiting() 79 static int smu10_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg) in smu10_send_msg_to_smc() 97 uint16_t msg, uint32_t parameter) in smu10_send_msg_to_smc_with_parameter()
|
/linux-6.14.4/drivers/media/tuners/ |
D | mt2131.c | 41 struct i2c_msg msg[2] = { in mt2131_readreg() local 58 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, in mt2131_writereg() local 70 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, in mt2131_writeregs() local
|
/linux-6.14.4/drivers/char/ipmi/ |
D | ipmi_powernv.c | 45 struct ipmi_smi_msg *msg, u8 completion_code) in send_error_reply() 54 static void ipmi_powernv_send(void *send_info, struct ipmi_smi_msg *msg) in ipmi_powernv_send() 113 struct ipmi_smi_msg *msg; in ipmi_powernv_recv() local
|
D | ipmi_devintf.c | 39 static void file_receive_handler(struct ipmi_recv_msg *msg, in file_receive_handler() 125 struct ipmi_recv_msg *msg, *next; in ipmi_release() local 144 struct kernel_ipmi_msg msg; in handle_send_req() local 202 struct ipmi_recv_msg *msg; in handle_recv() local 641 struct compat_ipmi_msg msg; member 649 struct compat_ipmi_msg msg; member
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gm20b.c | 33 struct nv_pmu_acr_bootstrap_falcon_msg *msg = in gm20b_pmu_acr_bootstrap_falcon_cb() local 127 struct nv_pmu_acr_init_wpr_region_msg *msg = in gm20b_pmu_acr_init_wpr_callback() local 161 struct nv_pmu_init_msg msg; in gm20b_pmu_initmsg() local
|
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/ |
D | adf_pfvf_utils.c | 40 struct pfvf_message msg, in adf_pfvf_csr_msg_of() 55 struct pfvf_message msg = { 0 }; in adf_pfvf_message_of() local
|
/linux-6.14.4/net/mptcp/ |
D | crypto_test.c | 8 char *msg; member 38 u8 msg[8]; in mptcp_crypto_test_basic() local
|
/linux-6.14.4/net/vmw_vsock/ |
D | virtio_transport_common.c | 76 struct msghdr *msg, in virtio_transport_init_zcopy_skb() 533 struct msghdr *msg, in virtio_transport_stream_do_peek() 580 struct msghdr *msg, in virtio_transport_stream_do_dequeue() 661 struct msghdr *msg) in virtio_transport_seqpacket_do_peek() 718 struct msghdr *msg, in virtio_transport_seqpacket_do_dequeue() 797 struct msghdr *msg, in virtio_transport_stream_dequeue() 809 struct msghdr *msg, in virtio_transport_seqpacket_dequeue() 821 struct msghdr *msg, in virtio_transport_seqpacket_enqueue() 841 struct msghdr *msg, in virtio_transport_dgram_dequeue() 1088 struct msghdr *msg, in virtio_transport_dgram_enqueue() [all …]
|
/linux-6.14.4/drivers/gpu/drm/bridge/ |
D | sil-sii8620.c | 150 struct i2c_msg msg[] = { in sii8620_read_buf() local 193 struct i2c_msg msg = { in sii8620_write_buf() local 269 struct sii8620_mt_msg *msg, *n; in sii8620_mt_cleanup() local 280 struct sii8620_mt_msg *msg; in sii8620_mt_work() local 352 struct sii8620_mt_msg *msg) in sii8620_mt_msc_cmd_send() 387 struct sii8620_mt_msg *msg = kzalloc(sizeof(*msg), GFP_KERNEL); in sii8620_mt_msg_new() local 399 struct sii8620_mt_msg *msg; in sii8620_mt_set_cont() local 414 struct sii8620_mt_msg *msg = sii8620_mt_msg_new(ctx); in sii8620_mt_msc_cmd() local 456 struct sii8620_mt_msg *msg) in sii8620_mt_read_devcap_send() 540 struct sii8620_mt_msg *msg) in sii8620_mt_read_devcap_recv() [all …]
|
/linux-6.14.4/drivers/scsi/arm/ |
D | msgqueue.h | 13 char msg[8]; member 19 struct message msg; member
|
/linux-6.14.4/drivers/leds/ |
D | leds-ipaq-micro.c | 37 struct ipaq_micro_msg msg = { in micro_leds_brightness_set() local 74 struct ipaq_micro_msg msg = { in micro_leds_blink_set() local
|
/linux-6.14.4/net/handshake/ |
D | alert.c | 38 struct msghdr msg = { 0 }; in tls_alert_send() local 97 void tls_alert_recv(const struct sock *sk, const struct msghdr *msg, in tls_alert_recv()
|
/linux-6.14.4/drivers/gpu/drm/hyperv/ |
D | hyperv_drm_proto.c | 196 static inline int hyperv_sendpacket(struct hv_device *hdev, struct synthvid_msg *msg) in hyperv_sendpacket() 219 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version() local 251 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_update_vram_location() local 280 struct synthvid_msg msg; in hyperv_update_situation() local 320 struct synthvid_msg msg; in hyperv_hide_hw_ptr() local 354 struct synthvid_msg msg; in hyperv_update_dirt() local 379 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_get_supported_resolution() local 428 struct synthvid_msg *msg; in hyperv_receive_sub() local
|
/linux-6.14.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.c | 156 const char *msg, bool hb) in vmw_port_hb_out() 256 static int vmw_send_msg(struct rpc_channel *channel, const char *msg) in vmw_send_msg() 304 static int vmw_recv_msg(struct rpc_channel *channel, void **msg, in vmw_recv_msg() 406 char *msg, *reply = NULL; in vmw_host_get_guestinfo() local 472 char *msg; in vmw_host_printf() local 538 char *msg; in vmw_msg_ioctl() local
|
/linux-6.14.4/drivers/net/can/peak_canfd/ |
D | peak_canfd.c | 252 struct pucan_rx_msg *msg) in pucan_handle_can_rx() 329 struct pucan_error_msg *msg) in pucan_handle_error() 339 struct pucan_status_msg *msg) in pucan_handle_status() 447 struct pucan_rx_msg *msg) in peak_canfd_handle_msg() 647 struct pucan_tx_msg *msg; in peak_canfd_start_xmit() local
|
/linux-6.14.4/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 97 struct spi_message msg; in qcaspi_write_burst() local 125 struct spi_message msg; in qcaspi_write_legacy() local 149 struct spi_message msg; in qcaspi_read_burst() local 178 struct spi_message msg; in qcaspi_read_legacy() local 203 struct spi_message msg; in qcaspi_tx_cmd() local
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv50.c | 251 char msg[128]; in nv50_gr_prop_trap() local 288 char msg[128]; in nv50_gr_mp_trap() local 333 char msg[128]; in nv50_gr_tp_trap() local 402 char msg[128]; in nv50_gr_trap_handler() local 637 char msg[128]; in nv50_gr_intr() local
|
/linux-6.14.4/drivers/spi/ |
D | spi-loopback-test.c | 442 struct spi_message *msg, in spi_test_dump_message() 508 struct spi_message *msg, in spi_check_rx_ranges() 603 struct spi_message *msg, in spi_test_check_loopback_result() 795 struct spi_message *msg = &test->msg; in _spi_test_run_iter() local 936 struct spi_message *msg = &test->msg; in spi_test_execute_msg() local
|
/linux-6.14.4/drivers/staging/greybus/ |
D | spilib.c | 116 static int setup_next_xfer(struct gb_spilib *spi, struct spi_message *msg) in setup_next_xfer() 152 struct spi_message *msg) in get_next_xfer() 163 struct gb_connection *connection, struct spi_message *msg) in gb_spi_operation_create() 298 struct spi_message *msg, in gb_spi_decode_response() 328 struct spi_message *msg) in gb_spi_transfer_one_message()
|
/linux-6.14.4/drivers/atm/ |
D | atmtcp.c | 44 const struct atmtcp_control *msg,int flag) in atmtcp_send_control() 89 static int atmtcp_recv_control(const struct atmtcp_control *msg) in atmtcp_recv_control() 122 struct atmtcp_control msg; in atmtcp_v_open() local 146 struct atmtcp_control msg; in atmtcp_v_close() local
|