Home
last modified time | relevance | path

Searched defs:msg (Results 1626 - 1650 of 6810) sorted by relevance

1...<<61626364656667686970>>...273

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dtestmode.c148 int mt7921_testmode_dump(struct ieee80211_hw *hw, struct sk_buff *msg, in mt7921_testmode_dump() argument
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/
H A Dpinctrl-scu.c63 struct imx_sc_msg_req_pad_get msg; in imx_pinconf_get_scu() local
90 struct imx_sc_msg_req_pad_set msg; in imx_pinconf_set_scu() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol.c32 ipc_protocol_tq_msg_send_cb(struct iosm_imem *ipc_imem, int arg, void *msg, size_t size) ipc_protocol_tq_msg_send_cb() argument
46 ipc_protocol_tq_msg_remove(struct iosm_imem *ipc_imem, int arg, void *msg, size_t size) ipc_protocol_tq_msg_remove() argument
159 ipc_protocol_tq_wakeup_dev_slp(struct iosm_imem *ipc_imem, int arg, void *msg, size_t size) ipc_protocol_tq_wakeup_dev_slp() argument
H A Diosm_ipc_protocol_ops.c15 union ipc_mem_msg_entry *msg; in ipc_protocol_free_msg_get() local
57 union ipc_mem_msg_entry *msg = in ipc_protocol_msg_prepipe_open() local
109 union ipc_mem_msg_entry *msg = ipc_protocol_msg_prepipe_close() local
129 union ipc_mem_msg_entry *msg = ipc_protocol_msg_prep_sleep() local
154 union ipc_mem_msg_entry *msg = ipc_protocol_msg_prep_feature_set() local
194 union ipc_mem_msg_entry *msg = ipc_protocol_msg_process() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dkey.c33 static u8 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, in fill_wep_pair() argument
43 static u8 fill_wep_group(struct wfx_hif_wep_group_key *msg, in fill_wep_group() argument
53 fill_tkip_pair(struct wfx_hif_tkip_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) fill_tkip_pair() argument
69 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq, enum nl80211_iftype iftype) fill_tkip_group() argument
90 fill_ccmp_pair(struct wfx_hif_aes_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) fill_ccmp_pair() argument
99 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) fill_ccmp_group() argument
110 fill_sms4_pair(struct wfx_hif_wapi_pairwise_key *msg, struct ieee80211_key_conf *key, u8 *peer_addr) fill_sms4_pair() argument
125 fill_sms4_group(struct wfx_hif_wapi_group_key *msg, struct ieee80211_key_conf *key) fill_sms4_group() argument
139 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) fill_aes_cmac_group() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_tx.h39 } msg; member
H A Dt7xx_port_ctrl_msg.c40 static int port_ctl_send_msg_to_md(struct t7xx_port *port, unsigned int msg, unsigned int ex_msg) in port_ctl_send_msg_to_md() argument
127 int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg) in t7xx_port_enum_msg_handler() argument
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Dvendor_cmds.c90 struct sk_buff *msg, *skb; in st21nfca_hci_dm_get_info() local
125 struct sk_buff *msg, *skb; in st21nfca_hci_dm_get_data() local
187 struct sk_buff *msg, *skb; st21nfca_hci_get_param() local
251 struct sk_buff *msg; st21nfca_hci_loopback() local
[all...]
/kernel/linux/linux-6.6/drivers/parisc/
H A Dpower.c91 static const char msg[] = "Shutting down..."; in process_shutdown() local
/kernel/linux/linux-6.6/crypto/
H A Daegis128-neon-inner.c165 void crypto_aegis128_update_neon(void *state, const void *msg) in crypto_aegis128_update_neon() argument
227 uint8x16_t msg; in crypto_aegis128_encrypt_chunk_neon() local
276 uint8x16_t msg; in crypto_aegis128_decrypt_chunk_neon() local
[all...]
H A Dalgif_skcipher.c37 static int skcipher_sendmsg(struct socket *sock, struct msghdr *msg, in skcipher_sendmsg() argument
50 static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in _skcipher_recvmsg() argument
149 static int skcipher_recvmsg(struct socket *sock, struct msghdr *msg, in skcipher_recvmsg() argument
236 skcipher_sendmsg_nokey(struct socket *sock, struct msghdr *msg, size_t size) skcipher_sendmsg_nokey() argument
248 skcipher_recvmsg_nokey(struct socket *sock, struct msghdr *msg, size_t ignored, int flags) skcipher_recvmsg_nokey() argument
[all...]
H A Dalgboss.c221 static int cryptomgr_notify(struct notifier_block *this, unsigned long msg, in cryptomgr_notify() argument
/kernel/linux/linux-6.6/arch/x86/tools/
H A Dinsn_sanity.c81 static void dump_stream(FILE *fp, const char *msg, unsigned long nr_iter, in dump_stream() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmumgr.c130 int smum_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t *resp) in smum_send_msg_to_smc() argument
155 smum_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter, uint32_t *resp) smum_send_msg_to_smc_with_parameter() argument
H A Dvega10_smumgr.c114 int msg = enable ? PPSMC_MSG_EnableSmuFeatures : in vega10_enable_smc_features() local
H A Dsmu10_smumgr.c79 static int smu10_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg) in smu10_send_msg_to_smc() argument
62 smu10_send_msg_to_smc_without_waiting(struct pp_hwmgr *hwmgr, uint16_t msg) smu10_send_msg_to_smc_without_waiting() argument
96 smu10_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) smu10_send_msg_to_smc_with_parameter() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_dual_mode_helper.c130 struct i2c_msg msg = { in drm_dp_dual_mode_write() local
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c88 struct cec_msg msg = {}; in adv7511_cec_rx() local
291 adv7511_cec_adap_transmit(struct cec_adapter *adap, u8 attempts, u32 signal_free_time, struct cec_msg *msg) adv7511_cec_adap_transmit() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_smc.c68 amdgpu_kv_send_msg_to_smc_with_parameter(struct amdgpu_device *adev, PPSMC_Msg msg, u32 parameter) amdgpu_kv_send_msg_to_smc_with_parameter() argument
H A Dsi_smc.c164 amdgpu_si_send_msg_to_smc(struct amdgpu_device *adev, PPSMC_Msg msg) amdgpu_si_send_msg_to_smc() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_reset.c18 __igt_reset_stolen(struct intel_gt *gt, intel_engine_mask_t mask, const char *msg) __igt_reset_stolen() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Daux.c34 struct i2c_msg *msg = msgs; in nvkm_i2c_aux_i2c_xfer() local
H A Dbit.c174 i2c_addr(struct nvkm_i2c_bus *bus, struct i2c_msg *msg) in i2c_addr() argument
185 struct i2c_msg *msg = msgs; in nvkm_i2c_bit_xfer() local
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-lg-lg4573.c46 struct spi_message msg; in lg4573_spi_write_u16() local
H A Dpanel-lg-lb035q02.c34 struct spi_message msg; in lb035q02_write() local

Completed in 16 milliseconds

1...<<61626364656667686970>>...273