/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-hmi.c | 276 struct opal_msg msg; in hmi_event_handler() local 329 opal_handle_hmi_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_handle_hmi_event() argument
|
H A D | opal-async.c | 128 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) in opal_async_wait_response() argument 157 int opal_async_wait_response_interruptible(uint64_t token, struct opal_msg *msg) in opal_async_wait_response_interruptible() argument 212 opal_async_comp_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_async_comp_event() argument [all...] |
H A D | opal-sensor-groups.c | 33 struct opal_msg msg; in sensor_group_enable() local 63 struct opal_msg msg; in sg_store() local
|
H A D | opal-powercap.c | 35 struct opal_msg msg; in powercap_show() local 87 struct opal_msg msg; in powercap_store() local
|
H A D | smp.c | 246 unsigned long msg = PPC_DBELL_TYPE(PPC_DBELL_SERVER); in pnv_cpu_offline_self() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_inherit.c | 39 static int verify_sockopt(int fd, int optname, const char *msg, char expected) in verify_sockopt() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 235 int bpf_prog4(struct sk_msg_md *msg) in bpf_prog4() argument 265 int bpf_prog6(struct sk_msg_md *msg) in bpf_prog6() argument 310 bpf_prog8(struct sk_msg_md *msg) bpf_prog8() argument 327 bpf_prog9(struct sk_msg_md *msg) bpf_prog9() argument 345 bpf_prog10(struct sk_msg_md *msg) bpf_prog10() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/ipc/ |
H A D | msgque.c | 197 int msg, pid, err; in main() local
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | msi-octeon.c | 63 struct msi_msg msg; in arch_setup_msi_irq() local [all...] |
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | acpi.c | 72 const char *msg = acpi_format_exception(status); in acpi_fadt_sanity_check() local
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | prom_32.c | 208 char *msg = "OF stdout device is: %s\n"; in of_console_init() local
|
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/ |
H A D | tuntap_user.c | 70 struct msghdr msg; in tuntap_open_tramp() local [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole_user.c | 43 struct msghdr msg; in mconsole_reply_v0() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | kv_smc.c | 68 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 D | si_smc.c | 164 amdgpu_si_send_msg_to_smc(struct amdgpu_device *adev, PPSMC_Msg msg) amdgpu_si_send_msg_to_smc() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | vega10_smumgr.c | 115 int msg = enable ? PPSMC_MSG_EnableSmuFeatures : in vega10_enable_smc_features() local
|
H A D | smumgr.c | 130 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 D | smu10_smumgr.c | 79 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-5.10/drivers/hv/ |
H A D | connection.c | 72 struct vmbus_channel_initiate_contact *msg; in vmbus_negotiate_version() local [all...] |
H A D | hv_utils_transport.c | 184 static void hvt_cn_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) in hvt_cn_callback() argument 217 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len, in hvutil_transport_send() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-log-userspace-transfer.c | 59 struct cn_msg *msg = prealloced_cn_msg; in dm_ulog_sendto_server() local 82 fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr) fill_pkg() argument 133 cn_ulog_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) cn_ulog_callback() argument [all...] |
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-opal.c | 41 struct opal_msg msg; in i2c_opal_send_request() local
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-slave-testunit.c | 48 struct i2c_msg msg; in i2c_slave_testunit_work() local [all...] |
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
H A D | ams-iaq-core.c | 64 struct i2c_msg msg = { in ams_iaqcore_read_measurement() local
|