Home
last modified time | relevance | path

Searched defs:msg (Results 1176 – 1200 of 2290) sorted by relevance

1...<<41424344454647484950>>...92

/linux-6.8/drivers/net/wireless/ath/ath6kl/
Ddebug.h94 const char *msg, const char *prefix, in ath6kl_dbg_dump()
/linux-6.8/tools/perf/ui/tui/
Dutil.c239 int ui__dialog_yesno(const char *msg) in ui__dialog_yesno()
/linux-6.8/drivers/staging/media/atomisp/i2c/
Datomisp-libmsrlisthelper.c67 struct i2c_msg msg = { in set_msr_configuration() local
/linux-6.8/fs/ocfs2/dlm/
Ddlmast.c256 int dlm_proxy_ast_handler(struct o2net_msg *msg, u32 len, void *data, in dlm_proxy_ast_handler()
/linux-6.8/drivers/gpu/drm/panel/
Dpanel-lg-lg4573.c46 struct spi_message msg; in lg4573_spi_write_u16() local
/linux-6.8/drivers/spi/
Dspi-xcomm.c136 struct spi_message *msg) in spi_xcomm_transfer_one()
/linux-6.8/drivers/gpu/drm/i915/gt/
Dselftest_reset.c20 const char *msg) in __igt_reset_stolen()
/linux-6.8/sound/soc/intel/common/
Dsst-ipc.h61 struct ipc_message *msg; member
/linux-6.8/drivers/irqchip/
Dirq-mvebu-gicp.c56 static void gicp_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in gicp_compose_msi_msg()
Dirq-alpine-msi.c92 struct msi_msg *msg) in alpine_msix_compose_msi_msg()
/linux-6.8/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_smc.c165 PPSMC_Msg msg) in amdgpu_si_send_msg_to_smc()
/linux-6.8/include/linux/
Dipmi.h51 struct kernel_ipmi_msg msg; member
/linux-6.8/drivers/gpu/drm/radeon/
Dsi_smc.c172 PPSMC_Result si_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in si_send_msg_to_smc()
/linux-6.8/drivers/xen/xenbus/
Dxenbus.h80 struct xsd_sockmsg msg; member
/linux-6.8/net/tipc/
Dsocket.c337 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg()
467 struct tipc_msg *msg; in tipc_sk_create() local
845 struct msghdr *msg, size_t dlen, long timeout) in tipc_sendmcast()
1667 struct tipc_msg *msg = &tsk->phdr; in tipc_sk_finish_conn() local
1798 struct tipc_msg *msg; in tipc_sk_build_ack() local
2726 struct tipc_msg *msg; in tipc_accept() local
2973 struct tipc_msg *msg; in tipc_sk_reinit() local
/linux-6.8/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2094 const struct mipi_dsi_msg *msg) in dsi_vc_send_long()
2155 const struct mipi_dsi_msg *msg) in dsi_vc_send_short()
2186 const struct mipi_dsi_msg msg = { in dsi_vc_send_null() local
2195 const struct mipi_dsi_msg *msg) in dsi_vc_write_common()
2340 const struct mipi_dsi_msg *msg) in dsi_vc_dcs_read()
2374 const struct mipi_dsi_msg *msg) in dsi_vc_generic_read()
3239 const struct mipi_dsi_msg msg = { in _dsi_send_nop() local
4189 const struct mipi_dsi_msg *msg) in _omap_dsi_host_transfer()
4238 const struct mipi_dsi_msg *msg) in omap_dsi_host_transfer()
/linux-6.8/net/ipv4/
Daf_inet.c843 int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in inet_sendmsg()
872 int inet_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in inet_recvmsg()
1629 int inet_recv_error(struct sock *sk, struct msghdr *msg, int len, int *addr_len) in inet_recv_error()
Dip_output.c936 struct msghdr *msg = from; in ip_generic_getfrag() local
1009 struct msghdr *msg = from; in __ip_append_data() local
1217 struct msghdr *msg = from; in __ip_append_data() local
/linux-6.8/arch/x86/kernel/
Dhpet.c493 static void hpet_msi_write(struct hpet_channel *hc, struct msi_msg *msg) in hpet_msi_write()
499 static void hpet_msi_write_msg(struct irq_data *data, struct msi_msg *msg) in hpet_msi_write_msg()
613 struct msi_msg msg; in hpet_clkevt_msi_resume() local
/linux-6.8/net/bluetooth/
Dhci_sock.c1515 static void hci_sock_cmsg(struct sock *sk, struct msghdr *msg, in hci_sock_cmsg()
1552 static int hci_sock_recvmsg(struct socket *sock, struct msghdr *msg, in hci_sock_recvmsg()
1794 static int hci_sock_sendmsg(struct socket *sock, struct msghdr *msg, in hci_sock_sendmsg()
/linux-6.8/ipc/
Dmqueue.c130 struct msg_msg *msg; /* ptr of loaded message */ member
191 static int msg_insert(struct msg_msg *msg, struct mqueue_inode_info *info) in msg_insert()
252 struct msg_msg *msg; in msg_get() local
516 struct msg_msg *msg, *nmsg; in mqueue_evict_inode() local
/linux-6.8/drivers/vhost/
Dnet.c623 struct msghdr *msg, in get_tx_bufs()
775 struct msghdr msg = { in handle_tx_copy() local
865 struct msghdr msg = { in handle_tx_zerocopy() local
1121 struct msghdr msg = { in handle_rx() local
/linux-6.8/drivers/i2c/
Di2c-core-base.c2131 static int i2c_quirk_error(struct i2c_adapter *adap, struct i2c_msg *msg, char *err_msg) in i2c_quirk_error()
2322 struct i2c_msg msg = { in i2c_transfer_buffer_flags() local
2627 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold) in i2c_get_dma_safe_msg_buf()
2655 void i2c_put_dma_safe_msg_buf(u8 *buf, struct i2c_msg *msg, bool xferred) in i2c_put_dma_safe_msg_buf()
/linux-6.8/scripts/dtc/
Dfdtput.c277 static void usage(const char *msg) in usage()
/linux-6.8/drivers/platform/chrome/
Dcros_usbpd_logger.c65 struct cros_ec_command *msg; in ec_get_log_entry() local

1...<<41424344454647484950>>...92