| /linux/arch/powerpc/kernel/ |
| H A D | rtas_flash.c | 239 const char *msg; in get_flash_status_msg() local 276 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_msg() local 293 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_num() local 382 char msg[RTAS_MSG_MAXLEN]; in manage_flash_read() local 450 char *msg, int msglen) in get_validate_flash_msg() 471 char msg[VALIDATE_MSG_LEN]; in validate_flash_read() local
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.c | 1313 str_msg(const struct msg * msg,char * buf) str_msg() argument 1345 send_message(int sock,const struct msg * msg) send_message() argument 1354 recv_message(int sock,struct msg * msg) recv_message() argument 1410 read_prog_test_msg(int sock_fd,struct msg * msg,enum msg_type type) read_prog_test_msg() argument 1433 struct msg msg; dispatch_thread_read_log() local 1453 struct msg msg; dispatch_thread_send_subtests() local 1530 struct msg msg; dispatch_thread() local 1777 struct msg msg; worker_main_send_subtests() local 1828 struct msg msg; worker_main() local 1843 struct msg msg; worker_main() local [all...] |
| /linux/tools/testing/selftests/mm/ |
| H A D | khugepaged.c | 78 static void success(const char *msg) in success() 83 static void fail(const char *msg) in fail() 89 static void skip(const char *msg) in skip() 496 static void __madvise_collapse(const char *msg, char *p, int nr_hpages, in __madvise_collapse() 525 static void madvise_collapse(const char *msg, char *p, int nr_hpages, in madvise_collapse() 537 static bool wait_for_scan(const char *msg, char *p, int nr_hpages, in wait_for_scan() 567 static void khugepaged_collapse(const char *msg, char *p, int nr_hpages, in khugepaged_collapse()
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-log.h | 61 static inline void intel_pt_log_at(const char *msg, uint64_t u) in intel_pt_log_at() 66 static inline void intel_pt_log_to(const char *msg, uint64_t u) in intel_pt_log_to()
|
| /linux/drivers/net/ethernet/qualcomm/ |
| H A D | qca_7k.c | 34 struct spi_message msg; in qcaspi_read_register() local 74 struct spi_message msg; in __qcaspi_write_register() local
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-memory-errors.c | 27 struct opal_msg msg; member 88 unsigned long msg_type, void *msg) in opal_memory_err_event()
|
| /linux/drivers/media/pci/mantis/ |
| H A D | mantis_vp2040.c | 45 struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; in tda1002x_cu1216_tuner_set() local 100 struct i2c_msg msg[] = { in read_pwm() local
|
| H A D | mantis_vp2033.c | 44 struct i2c_msg msg[] = { in read_pwm() local 63 struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; in tda1002x_cu1216_tuner_set() local
|
| /linux/tools/include/linux/ |
| H A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument 79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
| /linux/drivers/media/tuners/ |
| H A D | tuner-i2c.h | 27 struct i2c_msg msg = { .addr = props->addr, .flags = 0, in tuner_i2c_xfer_send() local 37 struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, in tuner_i2c_xfer_recv() local 48 struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, in tuner_i2c_xfer_send_recv() local
|
| /linux/arch/sparc/kernel/ |
| H A D | sstate.c | 23 static void do_set_sstate(unsigned long state, const char *msg) in do_set_sstate() 53 const char *msg; in sstate_reboot_call() local
|
| /linux/drivers/soc/ti/ |
| H A D | ti_sci_inta_msi.c | 20 struct msi_msg *msg) in ti_sci_inta_msi_write_msg() 26 struct msi_msg *msg) in ti_sci_inta_msi_compose_msi_msg()
|
| /linux/drivers/w1/ |
| H A D | w1_int.c | 92 struct w1_netlink_msg msg; in w1_add_master_device() local 171 struct w1_netlink_msg msg; in __w1_remove_master_device() local
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-regmap.c | 107 struct spi_message msg; in mcp251xfd_regmap_nocrc_update_bits() local 158 struct spi_message msg; in mcp251xfd_regmap_nocrc_read() local 265 struct spi_message *msg, unsigned int data_len) in mcp251xfd_regmap_crc_read_one() 291 struct spi_message msg; in mcp251xfd_regmap_crc_read() local
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-digicolor.c | 53 struct i2c_msg *msg; member 76 static u8 dc_i2c_addr_cmd(struct i2c_msg *msg) in dc_i2c_addr_cmd() 145 struct i2c_msg *msg = i2c->msg; in dc_i2c_start_msg() local 213 static int dc_i2c_xfer_msg(struct dc_i2c *i2c, struct i2c_msg *msg, int first, in dc_i2c_xfer_msg()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | isl6405.c | 33 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, in isl6405_set_voltage() local 75 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, in isl6405_enable_high_lnb_voltage() local
|
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | hwmon.c | 26 struct hsmp_message msg = {}; in hsmp_hwmon_write() local 46 struct hsmp_message msg = {}; in hsmp_hwmon_read() local
|
| /linux/drivers/misc/amd-sbi/ |
| H A D | rmi-hwmon.c | 19 struct apml_mbox_msg msg = { 0 }; in sbrmi_read() local 55 struct apml_mbox_msg msg = { 0 }; in sbrmi_write() local
|
| /linux/drivers/staging/greybus/ |
| H A D | i2c.c | 68 gb_i2c_fill_transfer_op(struct gb_i2c_transfer_op *op, struct i2c_msg *msg) in gb_i2c_fill_transfer_op() 85 struct i2c_msg *msg; in gb_i2c_operation_create() local 149 struct i2c_msg *msg = msgs; in gb_i2c_decode_response() local
|
| /linux/drivers/mailbox/ |
| H A D | rockchip-mailbox.c | 37 struct rockchip_mbox_msg *msg; member 55 struct rockchip_mbox_msg *msg = data; in rockchip_mbox_send_data() local 128 struct rockchip_mbox_msg *msg = NULL; in rockchip_mbox_isr() local
|
| H A D | omap-mailbox.c | 60 unsigned long msg; member 114 static void mbox_fifo_write(struct omap_mbox *mbox, u32 msg) in mbox_fifo_write() 205 u32 msg; in __mbox_rx_interrupt() local 281 static int omap_mbox_chan_send_noirq(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send_noirq() 297 static int omap_mbox_chan_send(struct omap_mbox *mbox, u32 msg) in omap_mbox_chan_send() 316 u32 msg = (u32)(uintptr_t)(data); in omap_mbox_chan_send_data() local
|
| /linux/drivers/irqchip/ |
| H A D | irq-riscv-imsic-platform.c | 72 static void imsic_irq_compose_vector_msg(struct imsic_vector *vec, struct msi_msg *msg) in imsic_irq_compose_vector_msg() 87 static void imsic_irq_compose_msg(struct irq_data *d, struct msi_msg *msg) in imsic_irq_compose_msg() 95 struct msi_msg msg = { }; in imsic_msi_update_msg() local
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 75 struct sk_buff *msg; in l2tp_nl_cmd_noop() local 108 struct sk_buff *msg; in l2tp_tunnel_notify() local 136 struct sk_buff *msg; in l2tp_session_notify() local 453 struct sk_buff *msg; in l2tp_nl_cmd_tunnel_get() local 805 struct sk_buff *msg; in l2tp_nl_cmd_session_get() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | rpc.c | 354 struct r535_gsp_msg *msg = to_gsp_hdr(rpc, msg); in r535_gsp_cmdq_push() local 422 struct r535_gsp_msg *msg; in r535_gsp_cmdq_get() local 435 r535_gsp_msg_done(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg) in r535_gsp_msg_done() 441 r535_gsp_msg_dump(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg, int lvl) in r535_gsp_msg_dump() 630 struct r535_gsp_msg *msg = to_gsp_hdr(rpc, msg); in r535_gsp_rpc_push() local
|
| /linux/arch/um/drivers/ |
| H A D | virtio_pcidev.c | 249 } msg = { in virtio_pcidev_cfgspace_write() local 370 } msg = { in virtio_pcidev_bar_set() local 405 struct virtio_pcidev_msg *msg) in virtio_pcidev_handle_irq_message() 451 struct virtio_pcidev_msg *msg; in virtio_pcidev_irq_vq_cb() local 482 void *msg = kzalloc(MAX_IRQ_MSG_SIZE, GFP_KERNEL); in virtio_pcidev_init_vqs() local
|