Searched defs:msg (Results 1 - 200 of 1361) sorted by relevance

1234567

/linux-4.4.14/drivers/staging/rts5208/
H A Dtrace.c11 struct trace_msg_t *msg = &chip->trace_msg[chip->msg_idx]; _rtsx_trace() local
/linux-4.4.14/drivers/video/backlight/
H A Dipaq_micro_bl.c22 struct ipaq_micro_msg msg = { micro_bl_update_status() local
H A Dltv350qv.c42 struct spi_message msg; ltv350qv_write_reg() local
H A Dtosa_lcd.c49 struct spi_message msg; tosa_tg_send() local
/linux-4.4.14/drivers/lguest/
H A Dhypercalls.c60 char msg[128]; do_hcall() local
/linux-4.4.14/drivers/media/common/siano/
H A Dsmsendian.c31 struct sms_msg_data *msg = (struct sms_msg_data *)buffer; smsendian_handle_tx_message() local
58 struct sms_msg_data *msg = (struct sms_msg_data *)buffer; smsendian_handle_rx_message() local
93 void smsendian_handle_message_header(void *msg) smsendian_handle_message_header() argument
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dtdhd1.h48 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; alps_tdhd1_204a_tuner_set_params() local
H A Dbsbe1.h78 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; alps_bsbe1_tuner_set_params() local
H A Dbsru6.h109 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; alps_bsru6_tuner_set_params() local
H A Disl6405.c50 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, isl6405_set_voltage() local
92 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, isl6405_enable_high_lnb_voltage() local
H A Dlnbp22.c55 struct i2c_msg msg = { lnbp22_set_voltage() local
86 struct i2c_msg msg = { lnbp22_enable_high_lnb_voltage() local
H A Disl6421.c50 struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, isl6421_set_voltage() local
78 struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, isl6421_enable_high_lnb_voltage() local
97 struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, isl6421_set_tone() local
H A Dlnbp21.c51 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, lnbp21_set_voltage() local
79 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, lnbp21_enable_high_lnb_voltage() local
98 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, lnbp21_set_tone() local
H A Dau8522_common.c47 struct i2c_msg msg = { .addr = state->config->demod_address, au8522_writereg() local
66 struct i2c_msg msg[] = { au8522_readreg() local
H A Disl6423.c74 struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = &reg, .len = 1 }; isl6423_write() local
H A Dlnbh25.c54 struct i2c_msg msg[2] = { lnbh25_read_vmon() local
97 struct i2c_msg msg = { lnbh25_set_voltage() local
H A Dstb6000.c56 struct i2c_msg msg = { stb6000_sleep() local
87 struct i2c_msg msg = { stb6000_set_params() local
207 struct i2c_msg msg[2] = { stb6000_attach() local
H A Dtda665x.c41 struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD, .buf = buf, .len = 2 }; tda665x_read() local
57 struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = length }; tda665x_write() local
H A Dtda8261.c43 struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD,.buf = buf, .len = 1 }; tda8261_read() local
55 struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = 4 }; tda8261_write() local
H A Dtda826x.c56 struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 2 }; tda826x_sleep() local
83 struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 11 }; tda826x_set_params() local
148 struct i2c_msg msg[2] = { tda826x_attach() local
H A Dtua6100.c57 struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; tua6100_sleep() local
178 struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, tua6100_attach() local
/linux-4.4.14/net/tipc/
H A Deth_media.c52 static int tipc_eth_addr2msg(char *msg, struct tipc_media_addr *addr) tipc_eth_addr2msg() argument
61 tipc_eth_raw2addr(struct tipc_bearer *b, struct tipc_media_addr *addr, char *msg) tipc_eth_raw2addr() argument
75 tipc_eth_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *addr, char *msg) tipc_eth_msg2addr() argument
H A Dib_media.c58 static int tipc_ib_addr2msg(char *msg, struct tipc_media_addr *addr) tipc_ib_addr2msg() argument
66 tipc_ib_raw2addr(struct tipc_bearer *b, struct tipc_media_addr *addr, char *msg) tipc_ib_raw2addr() argument
79 tipc_ib_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *addr, char *msg) tipc_ib_msg2addr() argument
H A Dnet.c148 static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) __tipc_nl_add_net() argument
184 struct tipc_nl_msg msg; tipc_nl_net_dump() local
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-sensor.c37 struct opal_msg msg; opal_get_sensor_data() local
H A Dopal-memory-errors.c40 struct opal_msg msg; member in struct:OpalMsgNode
100 opal_memory_err_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_memory_err_event() argument
H A Dsmp.c222 unsigned long msg = PPC_DBELL_TYPE(PPC_DBELL_SERVER); pnv_smp_cpu_kill_self() local
H A Dopal-async.c108 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) opal_async_wait_response() argument
127 opal_async_comp_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_async_comp_event() argument
H A Dopal-power.c82 opal_power_control_event(struct notifier_block *nb, unsigned long msg_type, void *msg) opal_power_control_event() argument
H A Dopal-sysparam.c44 struct opal_msg msg; opal_get_sys_param() local
80 struct opal_msg msg; opal_set_sys_param() local
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.h68 static inline void intel_pt_log_at(const char *msg, uint64_t u) intel_pt_log_at() argument
73 static inline void intel_pt_log_to(const char *msg, uint64_t u) intel_pt_log_to() argument
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dp80211req.c98 struct p80211msg *msg = (struct p80211msg *) msgbuf; p80211req_dorequest() local
152 static void p80211req_handlemsg(wlandevice_t *wlandev, struct p80211msg *msg) p80211req_handlemsg() argument
H A Dprism2mgmt.c120 struct p80211msg_dot11req_scan *msg = msgp; prism2mgmt_scan() local
532 struct p80211msg_dot11req_start *msg = msgp; prism2mgmt_start() local
714 struct p80211msg_p2req_readpda *msg = msgp; prism2mgmt_readpda() local
780 struct p80211msg_p2req_ramdl_state *msg = msgp; prism2mgmt_ramdl_state() local
835 struct p80211msg_p2req_ramdl_write *msg = msgp; prism2mgmt_ramdl_write() local
897 struct p80211msg_p2req_flashdl_state *msg = msgp; prism2mgmt_flashdl_state() local
967 struct p80211msg_p2req_flashdl_write *msg = msgp; prism2mgmt_flashdl_write() local
1030 struct p80211msg_lnxreq_autojoin *msg = msgp; prism2mgmt_autojoin() local
1098 struct p80211msg_lnxreq_wlansniff *msg = msgp; prism2mgmt_wlansniff() local
/linux-4.4.14/drivers/staging/rdma/amso1100/
H A Dc2_vq.c180 void *msg; vq_send_wr() local
/linux-4.4.14/drivers/scsi/arm/
H A Dmsgqueue.h16 char msg[8]; member in struct:message
22 struct message msg; member in struct:msgqueue_entry
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_elsct.c93 const char *msg; fc_els_resp_type() local
/linux-4.4.14/drivers/media/pci/cx23885/
H A Dnetup-eeprom.c34 struct i2c_msg msg[] = { netup_eeprom_read() local
68 struct i2c_msg msg[] = { netup_eeprom_write() local
H A Dnetup-init.c29 struct i2c_msg msg = { i2c_av_write() local
50 struct i2c_msg msg = { i2c_av_write4() local
74 struct i2c_msg msg = { i2c_av_read() local
/linux-4.4.14/drivers/input/touchscreen/
H A Dtsc2005.c35 struct spi_message msg; tsc2005_cmd() local
H A Dipaq-micro-ts.c30 static void micro_ts_receive(void *data, int len, unsigned char *msg) micro_ts_receive() argument
H A Dad7879-spi.c33 struct spi_message msg; ad7879_spi_xfer() local
H A Dcyttsp4_spi.c50 struct spi_message msg; cyttsp_spi_xfer() local
H A Dcyttsp_spi.c47 struct spi_message msg; cyttsp_spi_xfer() local
H A Dst1232.c62 struct i2c_msg msg[2]; st1232_ts_read_data() local
/linux-4.4.14/drivers/misc/ibmasm/
H A Dlowlevel.c76 struct i2o_message *msg = get_i2o_message(base_address, mfa); ibmasm_interrupt_handler() local
/linux-4.4.14/drivers/net/wan/lmc/
H A Dlmc_debug.c64 void lmc_trace(struct net_device *dev, char *msg){ lmc_trace() argument
/linux-4.4.14/drivers/net/ethernet/qualcomm/
H A Dqca_7k.c51 struct spi_message *msg; qcaspi_read_register() local
92 struct spi_message *msg; qcaspi_write_register() local
131 struct spi_message *msg = &qca->spi_msg1; qcaspi_tx_cmd() local
/linux-4.4.14/arch/x86/include/asm/
H A Dvirtext.h84 static inline int cpu_has_svm(const char **msg) cpu_has_svm() argument
H A Dirq_remapping.h76 static inline void panic_if_irq_remap(const char *msg) panic_if_irq_remap() argument
/linux-4.4.14/net/ceph/
H A Dmsgpool.c13 struct ceph_msg *msg; msgpool_alloc() local
28 struct ceph_msg *msg = element; msgpool_free() local
57 struct ceph_msg *msg; ceph_msgpool_get() local
73 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) ceph_msgpool_put() argument
/linux-4.4.14/fs/reiserfs/
H A Dhashes.c44 u32 keyed_hash(const signed char *msg, int len) keyed_hash() argument
128 u32 yura_hash(const signed char *msg, int len) yura_hash() argument
167 u32 r5_hash(const signed char *msg, int len) r5_hash() argument
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dsmp.c42 static void ps3_smp_message_pass(int cpu, int msg) ps3_smp_message_pass() argument
/linux-4.4.14/Documentation/connector/
H A Dcn_test.c38 static void cn_test_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) cn_test_callback() argument
H A Ducon.c60 static int netlink_send(int s, struct cn_msg *msg) netlink_send() argument
/linux-4.4.14/include/linux/
H A Dhtirq.h21 struct ht_irq_msg msg; member in struct:ht_irq_cfg
/linux-4.4.14/tools/perf/ui/gtk/
H A Dhelpline.c18 static void gtk_helpline_push(const char *msg) gtk_helpline_push() argument
24 pgctx->statbar_ctx_id, msg); gtk_helpline_push() local
H A Dutil.c32 char *msg; perf_gtk__error() local
58 char *msg; perf_gtk__warning_info_bar() local
79 char *msg, *p; perf_gtk__warning_statusbar() local
98 pgctx->statbar_ctx_id, msg); perf_gtk__warning_statusbar() local
/linux-4.4.14/tools/perf/ui/
H A Dhelpline.c38 void ui_helpline__push(const char *msg) ui_helpline__push() argument
64 void ui_helpline__puts(const char *msg) ui_helpline__puts() argument
/linux-4.4.14/tools/perf/ui/tui/
H A Dhelpline.c18 static void tui_helpline__push(const char *msg) tui_helpline__push() argument
/linux-4.4.14/drivers/usb/host/
H A Dohci-sm501.c217 static int ohci_sm501_suspend(struct platform_device *pdev, pm_message_t msg) ohci_sm501_suspend() argument
/linux-4.4.14/drivers/usb/c67x00/
H A Dc67x00-drv.c90 u16 msg, int_status; c67x00_irq() local
H A Dc67x00-hcd.c250 static void c67x00_hcd_irq(struct c67x00_sie *sie, u16 int_status, u16 msg) c67x00_hcd_irq() argument
261 "Unknown SIE msg flag(s): 0x%04x\n", msg); c67x00_hcd_irq() local
/linux-4.4.14/drivers/usb/core/
H A Dgeneric.c199 static int generic_suspend(struct usb_device *udev, pm_message_t msg) generic_suspend() argument
220 static int generic_resume(struct usb_device *udev, pm_message_t msg) generic_resume() argument
H A Dusb.h91 static inline int usb_port_suspend(struct usb_device *udev, pm_message_t msg) usb_port_suspend() argument
96 static inline int usb_port_resume(struct usb_device *udev, pm_message_t msg) usb_port_resume() argument
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dintr.c64 static void format_hwmsg(char *msg, size_t msgl, const char *hwmsg) format_hwmsg() argument
79 hfi1_format_hwerrors(u64 hwerrs, const struct hfi1_hwerror_msgs *hwerrmsgs, size_t nhwerrmsgs, char *msg, size_t msgl) hfi1_format_hwerrors() argument
/linux-4.4.14/drivers/s390/net/
H A Dqeth_core_mpc.c161 char *msg; member in struct:ipa_rc_msg
H A Dsmsgiucv.c68 smsg_message_pending(struct iucv_path *path, struct iucv_message *msg) smsg_message_pending() argument
H A Dsmsgiucv_app.c120 static void smsg_app_callback(const char *from, char *msg) smsg_app_callback() argument
66 smsg_app_event_alloc(const char *from, const char *msg) smsg_app_event_alloc() argument
/linux-4.4.14/drivers/video/fbdev/via/
H A Dvia_aux.h73 struct i2c_msg msg[2] = { via_aux_read() local
/linux-4.4.14/drivers/leds/
H A Dleds-ipaq-micro.c39 struct ipaq_micro_msg msg = { micro_leds_brightness_set() local
76 struct ipaq_micro_msg msg = { micro_leds_blink_set() local
H A Dleds-powernv.c86 struct opal_msg msg; powernv_led_set() local
/linux-4.4.14/drivers/net/can/
H A Dled.c103 static int can_led_notifier(struct notifier_block *nb, unsigned long msg, can_led_notifier() argument
/linux-4.4.14/drivers/ide/
H A Dide-lib.c133 u8 ide_dump_status(ide_drive_t *drive, const char *msg, u8 stat) ide_dump_status() argument
H A Dide-eh.c114 ide_startstop_t ide_error(ide_drive_t *drive, const char *msg, u8 stat) ide_error() argument
/linux-4.4.14/drivers/iio/gyro/
H A Ditg3200_buffer.c29 struct i2c_msg msg[2] = { itg3200_read_all_channels() local
H A Ditg3200_core.c64 struct i2c_msg msg[2] = { itg3200_read_reg_s16() local
/linux-4.4.14/drivers/media/pci/mantis/
H A Dmantis_core.c33 struct i2c_msg msg[] = { read_eeprom_byte() local
H A Dmantis_ioc.c45 struct i2c_msg msg[] = { read_eeprom_bytes() local
H A Dmantis_vp1033.c96 struct i2c_msg msg = {.addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf)}; lgtdqcs001f_tuner_set() local
H A Dmantis_vp2033.c56 struct i2c_msg msg[] = { read_pwm() local
75 struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; tda1002x_cu1216_tuner_set() local
H A Dmantis_vp2040.c57 struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; tda1002x_cu1216_tuner_set() local
112 struct i2c_msg msg[] = { read_pwm() local
H A Dmantis_i2c.c38 static int mantis_i2c_read(struct mantis_pci *mantis, const struct i2c_msg *msg) mantis_i2c_read() argument
84 static int mantis_i2c_write(struct mantis_pci *mantis, const struct i2c_msg *msg) mantis_i2c_write() argument
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dttpci-eeprom.c123 struct i2c_msg msg[] = { ttpci_eeprom_read_encodedMAC() local
/linux-4.4.14/drivers/input/misc/
H A Dcma3000_d0x_i2c.c38 static int cma3000_i2c_read(struct device *dev, u8 reg, char *msg) cma3000_i2c_read() argument
25 cma3000_i2c_set(struct device *dev, u8 reg, u8 val, char *msg) cma3000_i2c_set() argument
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c55 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) radeon_dp_aux_transfer_native() argument
H A Dsi_smc.c172 PPSMC_Result si_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) si_send_msg_to_smc() argument
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-eeprom.c47 struct i2c_msg msg[2]; pvr2_eeprom_fetch() local
/linux-4.4.14/drivers/mfd/
H A Dtps6507x.c70 u8 msg[TPS6507X_MAX_REGISTER + 1]; tps6507x_i2c_write_device() local
H A Dtps65912-i2c.c57 u8 msg[TPS6591X_MAX_REGISTER + 1]; tps65912_i2c_write() local
H A Dtps65912-spi.c34 struct spi_message msg; tps65912_spi_write() local
58 struct spi_message msg; tps65912_spi_read() local
H A D88pm860x-i2c.c92 struct i2c_msg msg[2] = { read_device() local
127 struct i2c_msg msg; write_device() local
H A Dwl1273-core.c70 struct i2c_msg msg; wl1273_fm_write_data() local
/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_pkt.c133 __le16 *msg = NULL; rsi_send_mgmt_pkt() local
/linux-4.4.14/drivers/pci/
H A Dhtirq.c26 void write_ht_irq_msg(unsigned int irq, struct ht_irq_msg *msg) write_ht_irq_msg() argument
46 void fetch_ht_irq_msg(unsigned int irq, struct ht_irq_msg *msg) fetch_ht_irq_msg() argument
56 struct ht_irq_msg msg = cfg->msg; mask_ht_irq() local
65 struct ht_irq_msg msg = cfg->msg; unmask_ht_irq() local
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h49 u8 *msg; member in struct:wcn36xx_hal_ind_msg
/linux-4.4.14/drivers/cpufreq/
H A Dhighbank-cpufreq.c31 u32 msg[HB_CPUFREQ_IPC_LEN] = {HB_CPUFREQ_CHANGE_NOTE, freq / 1000000}; hb_voltage_change() local
/linux-4.4.14/fs/f2fs/
H A Dhash.c45 static void str2hashbuf(const unsigned char *msg, size_t len, str2hashbuf() argument
/linux-4.4.14/net/sched/
H A Dsch_plug.c161 struct tc_plug_qopt *msg; plug_change() local
/linux-4.4.14/security/selinux/
H A Dnetlink.c50 struct selnl_msg_setenforce *msg = nlmsg_data(nlh); selnl_add_payload() local
58 struct selnl_msg_policyload *msg = nlmsg_data(nlh); selnl_add_payload() local
/linux-4.4.14/net/ieee802154/
H A Dnetlink.c43 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); ieee802154_nl_create() local
61 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) ieee802154_nl_mcast() argument
75 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); ieee802154_nl_new_reply() local
90 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) ieee802154_nl_reply() argument
/linux-4.4.14/net/irda/
H A Dirnetlink.c83 struct sk_buff *msg; irda_nl_get_mode() local
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_sched.c148 void ip_vs_scheduler_err(struct ip_vs_service *svc, const char *msg) ip_vs_scheduler_err() argument
/linux-4.4.14/tools/perf/util/
H A Dtarget.c119 const char *msg; target__strerror() local
H A Dusage.c14 char msg[1024]; report() local
/linux-4.4.14/drivers/usb/usbip/
H A Dvhci_tx.c68 struct msghdr msg; vhci_send_cmd_submit() local
157 struct msghdr msg; vhci_send_cmd_unlink() local
H A Dstub_tx.c160 struct msghdr msg; stub_send_ret_submit() local
311 struct msghdr msg; stub_send_ret_unlink() local
/linux-4.4.14/drivers/staging/skein/
H A Dskein_api.c146 int skein_update(struct skein_ctx *ctx, const u8 *msg, skein_update() argument
171 int skein_update_bits(struct skein_ctx *ctx, const u8 *msg, skein_update_bits() argument
H A Dskein_base.c141 int skein_256_update(struct skein_256_ctx *ctx, const u8 *msg, skein_256_update() argument
368 int skein_512_update(struct skein_512_ctx *ctx, const u8 *msg, skein_512_update() argument
590 int skein_1024_update(struct skein_1024_ctx *ctx, const u8 *msg, skein_1024_update() argument
/linux-4.4.14/drivers/remoteproc/
H A Domap_remoteproc.c70 u32 msg = (u32)data; omap_rproc_mbox_callback() local
/linux-4.4.14/drivers/rtc/
H A Drtc-opal.c112 struct opal_msg msg; opal_get_tpo_time() local
156 struct opal_msg msg; opal_set_tpo_time() local
H A Drtc-em3027.c88 struct i2c_msg msg = { em3027_set_time() local
/linux-4.4.14/drivers/macintosh/
H A Dadb-iop.c80 static void adb_iop_complete(struct iop_msg *msg) adb_iop_complete() argument
102 static void adb_iop_listen(struct iop_msg *msg) adb_iop_listen() argument
/linux-4.4.14/drivers/misc/mic/cosm/
H A Dcosm_main.c216 struct cosm_msg msg = { .id = COSM_MSG_SHUTDOWN }; cosm_shutdown() local
H A Dcosm_scif_server.c138 struct cosm_msg msg; cosm_scif_recv() local
179 struct cosm_msg msg = { .id = COSM_MSG_SYNC_TIME }; cosm_send_time() local
/linux-4.4.14/drivers/misc/mic/cosm_client/
H A Dcosm_scif_client.c41 struct cosm_msg msg = { .id = COSM_MSG_SHUTDOWN_STATUS }; cosm_reboot_event() local
62 static void cosm_set_time(struct cosm_msg *msg) cosm_set_time() argument
74 struct cosm_msg msg; cosm_client_recv() local
153 struct cosm_msg msg = { .id = COSM_MSG_HEARTBEAT }; cosm_scif_client() local
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_epd.c128 void scif_cnctreq(struct scif_dev *scifdev, struct scifmsg *msg) scif_cnctreq() argument
174 void scif_cnctgnt(struct scif_dev *scifdev, struct scifmsg *msg) scif_cnctgnt() argument
199 void scif_cnctgnt_ack(struct scif_dev *scifdev, struct scifmsg *msg) scif_cnctgnt_ack() argument
221 void scif_cnctgnt_nack(struct scif_dev *scifdev, struct scifmsg *msg) scif_cnctgnt_nack() argument
238 void scif_cnctrej(struct scif_dev *scifdev, struct scifmsg *msg) scif_cnctrej() argument
263 void scif_discnct(struct scif_dev *scifdev, struct scifmsg *msg) scif_discnct() argument
317 void scif_discnt_ack(struct scif_dev *scifdev, struct scifmsg *msg) scif_discnt_ack() argument
333 void scif_clientsend(struct scif_dev *scifdev, struct scifmsg *msg) scif_clientsend() argument
349 void scif_clientrcvd(struct scif_dev *scifdev, struct scifmsg *msg) scif_clientrcvd() argument
H A Dscif_nm.c92 struct scifmsg msg; scif_send_acks() local
224 struct scifmsg msg; scif_get_node_info() local
H A Dscif_rb.c111 int scif_rb_write(struct scif_rb *rb, void *msg, u32 size) scif_rb_write() argument
180 u32 scif_rb_get_next(struct scif_rb *rb, void *msg, u32 size) scif_rb_get_next() argument
48 memcpy_torb(struct scif_rb *rb, void *header, void *msg, u32 size) memcpy_torb() argument
66 memcpy_fromrb(struct scif_rb *rb, void *header, void *msg, u32 size) memcpy_fromrb() argument
/linux-4.4.14/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-spi.c44 struct spi_message msg; spi_xmit() local
/linux-4.4.14/drivers/media/i2c/smiapp/
H A Dsmiapp-regs.c79 struct i2c_msg msg; ____smiapp_read() local
222 struct i2c_msg msg; smiapp_write_no_quirk() local
/linux-4.4.14/drivers/media/pci/ngene/
H A Dngene-i2c.c118 ngene_i2c_master_xfer(struct i2c_adapter *adapter, struct i2c_msg msg[], int num) ngene_i2c_master_xfer() argument
/linux-4.4.14/drivers/media/pci/saa7164/
H A Dsaa7164-bus.c134 int saa7164_bus_set(struct saa7164_dev *dev, struct tmComResInfo* msg, saa7164_bus_set() argument
319 int saa7164_bus_get(struct saa7164_dev *dev, struct tmComResInfo* msg, saa7164_bus_get() argument
H A Dsaa7164-cmd.c189 static int saa7164_cmd_set(struct saa7164_dev *dev, struct tmComResInfo *msg, saa7164_cmd_set() argument
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_intr.c47 static void qib_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) qib_format_hwmsg() argument
62 qib_format_hwerrors(u64 hwerrs, const struct qib_hwerror_msgs *hwerrmsgs, size_t nhwerrmsgs, char *msg, size_t msgl) qib_format_hwerrors() argument
/linux-4.4.14/drivers/input/joystick/iforce/
H A Diforce-packets.c36 void iforce_dump_packet(char *msg, u16 cmd, unsigned char *data) iforce_dump_packet() argument
/linux-4.4.14/drivers/input/keyboard/
H A Dipaq-micro-keys.c44 static void micro_key_receive(void *data, int len, unsigned char *msg) micro_key_receive() argument
/linux-4.4.14/drivers/media/rc/
H A Dir-sharp-decoder.c49 u32 msg, echo, address, command, scancode; ir_sharp_decode() local
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Ddibusb-mb.c73 struct i2c_msg msg[2] = { dibusb_tuner_probe_and_attach() local
H A Ddtv5100.c70 static int dtv5100_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], dtv5100_i2c_xfer() argument
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Dce6230.c99 ce6230_i2c_master_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num) ce6230_i2c_master_xfer() argument
H A Dgl861.c53 static int gl861_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msg[], gl861_i2c_xfer() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
H A Dg84.c91 char msg[128]; g84_cipher_intr() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dg84.c99 char msg[64]; nvkm_gr_vstatus_print() local
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c90 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) e1000_read_posted_mbx() argument
116 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) e1000_write_posted_mbx() argument
256 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) e1000_write_mbx_vf() argument
292 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) e1000_read_mbx_vf() argument
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c85 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) ixgbevf_read_posted_mbx() argument
111 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) ixgbevf_write_posted_mbx() argument
251 static s32 ixgbevf_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) ixgbevf_write_mbx_vf() argument
287 static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) ixgbevf_read_mbx_vf() argument
/linux-4.4.14/drivers/parisc/
H A Dpower.c91 static const char msg[] = "Shutting down..."; process_shutdown() local
/linux-4.4.14/drivers/platform/chrome/
H A Dcros_ec_proto.c190 struct cros_ec_command *msg; cros_ec_host_command_proto_query_v2() local
25 prepare_packet(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) prepare_packet() argument
58 send_command(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) send_command() argument
110 cros_ec_prepare_tx(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) cros_ec_prepare_tx() argument
134 cros_ec_check_result(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) cros_ec_check_result() argument
152 cros_ec_host_command_proto_query(struct cros_ec_device *ec_dev, int devidx, struct cros_ec_command *msg) cros_ec_host_command_proto_query() argument
337 cros_ec_cmd_xfer(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) cros_ec_cmd_xfer() argument
H A Dcros_ec_sysfs.c70 struct cros_ec_command *msg; store_ec_reboot() local
140 struct cros_ec_command *msg; show_ec_version() local
246 struct cros_ec_command *msg; show_ec_flashinfo() local
H A Dcros_ec_vbc.c36 struct cros_ec_command *msg; vboot_context_read() local
77 struct cros_ec_command *msg; vboot_context_write() local
/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/
H A Dadf_dh895xccvf_hw_data.c115 u32 msg = (ADF_VF2PF_MSGORIGIN_SYSTEM | adf_vf2pf_init() local
128 u32 msg = (ADF_VF2PF_MSGORIGIN_SYSTEM | adf_vf2pf_shutdown() local
H A Dadf_isr.c96 u32 msg; adf_pf2vf_bh_handler() local
108 "Restarting msg received from PF 0x%x\n", msg); adf_pf2vf_bh_handler() local
113 "Version resp received from PF 0x%x\n", msg); adf_pf2vf_bh_handler() local
136 msg); adf_pf2vf_bh_handler() local
/linux-4.4.14/net/atm/
H A Dsignaling.c36 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) modify_qos() argument
65 struct atmsvc_msg *msg; sigd_send() local
147 struct atmsvc_msg *msg; sigd_enq2() local
/linux-4.4.14/net/rxrpc/
H A Dar-local.c330 struct msghdr msg; rxrpc_send_version_request() local
H A Dar-recvmsg.c46 int rxrpc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, rxrpc_recvmsg() argument
/linux-4.4.14/net/wimax/
H A Dop-msg.c184 const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size) wimax_msg_data_len() argument
206 const void *wimax_msg_data(struct sk_buff *msg) wimax_msg_data() argument
227 ssize_t wimax_msg_len(struct sk_buff *msg) wimax_msg_len() argument
276 void *msg = skb->data; wimax_msg_send() local
120 wimax_msg_alloc(struct wimax_dev *wimax_dev, const char *pipe_name, const void *msg, size_t size, gfp_t gfp_flags) wimax_msg_alloc() argument
/linux-4.4.14/fs/cifs/
H A Dcifs_spnego.c170 struct cifs_spnego_msg *msg = spnego_key->payload.data[0]; cifs_get_spnego_key() local
/linux-4.4.14/fs/ext4/
H A Dhash.c69 static void str2hashbuf_signed(const char *msg, int len, __u32 *buf, int num) str2hashbuf_signed() argument
97 static void str2hashbuf_unsigned(const char *msg, int len, __u32 *buf, int num) str2hashbuf_unsigned() argument
/linux-4.4.14/ipc/
H A Dmsgutil.c53 struct msg_msg *msg; alloc_msg() local
88 struct msg_msg *msg; load_msg() local
152 int store_msg(void __user *dest, struct msg_msg *msg, size_t len) store_msg() argument
171 void free_msg(struct msg_msg *msg) free_msg() argument
/linux-4.4.14/include/net/
H A Dping.h62 struct msghdr *msg; member in struct:pingfakehdr
H A Dudplite.h22 struct msghdr *msg = from; udplite_getfrag() local
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddbell.h40 static inline void _ppc_msgsnd(u32 msg) _ppc_msgsnd() argument
54 static inline void _ppc_msgsnd(u32 msg) _ppc_msgsnd() argument
67 u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) | ppc_msgsnd() local
/linux-4.4.14/arch/powerpc/platforms/pasemi/
H A Dmsi.c87 struct msi_msg msg; pasemi_msi_setup_msi_irqs() local
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmpic_u3msi.c129 struct msi_msg msg; u3msi_setup_msi_irqs() local
H A Dpmi.c45 pmi_message_t msg; member in struct:pmi_data
218 int pmi_send_message(pmi_message_t msg) pmi_send_message() argument
H A Dppc4xx_hsta_msi.c43 struct msi_msg msg; hsta_setup_msi_irqs() local
/linux-4.4.14/arch/powerpc/xmon/
H A Dnonstdio.c46 const char msg[] = "[Hit a key (a:all, q:truncate, any:next page)]"; xmon_write() local
/linux-4.4.14/arch/s390/kernel/
H A Dos_info.c77 char *buf, *buf_align, *msg; os_info_old_alloc() local
/linux-4.4.14/arch/sparc/kernel/
H A Dsstate.c21 static void do_set_sstate(unsigned long state, const char *msg) do_set_sstate() argument
51 const char *msg; sstate_reboot_call() local
/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dfmn.c74 struct nlm_fmn_msg msg; fmn_message_handler() local
/linux-4.4.14/arch/ia64/sn/kernel/
H A Dmsi_sn.c68 struct msi_msg msg; sn_setup_msi_irq() local
158 struct msi_msg msg; sn_set_msi_irq_affinity() local
/linux-4.4.14/arch/arm/mach-iop13xx/
H A Dmsi.c138 struct msi_msg msg; arch_setup_msi_irq() local
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_nat_pptp.c124 u_int16_t msg; pptp_outbound_pkt() local
226 u_int16_t msg; pptp_inbound_pkt() local
/linux-4.4.14/net/phonet/
H A Ddatagram.c86 static int pn_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) pn_sendmsg() argument
127 static int pn_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, pn_recvmsg() argument
/linux-4.4.14/net/rds/
H A Dtcp_send.c72 struct msghdr msg = { rds_tcp_sendmsg() local
/linux-4.4.14/drivers/w1/
H A Dw1_int.c114 struct w1_netlink_msg msg; w1_add_master_device() local
192 struct w1_netlink_msg msg; __w1_remove_master_device() local
/linux-4.4.14/drivers/staging/wilc1000/
H A Dlinux_wlan_spi.c134 struct spi_message msg; linux_spi_write() local
160 struct spi_message msg; linux_spi_write() local
200 struct spi_message msg; linux_spi_write() local
263 struct spi_message msg; linux_spi_read() local
287 struct spi_message msg; linux_spi_read() local
327 struct spi_message msg; linux_spi_read() local
372 struct spi_message msg; linux_spi_write_read() local
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
H A Dsocklnd.h84 socklnd_init_msg(ksock_msg_t *msg, int type) socklnd_init_msg() argument
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dlib-msg.c61 lnet_build_msg_event(lnet_msg_t *msg, lnet_event_kind_t ev_type) lnet_build_msg_event() argument
137 lnet_msg_commit(lnet_msg_t *msg, int cpt) lnet_msg_commit() argument
170 lnet_msg_decommit_tx(lnet_msg_t *msg, int status) lnet_msg_decommit_tx() argument
220 lnet_msg_decommit_rx(lnet_msg_t *msg, int status) lnet_msg_decommit_rx() argument
274 lnet_msg_decommit(lnet_msg_t *msg, int cpt, int status) lnet_msg_decommit() argument
308 lnet_msg_attach_md(lnet_msg_t *msg, lnet_libmd_t *md, lnet_msg_attach_md() argument
336 lnet_msg_detach_md(lnet_msg_t *msg, int status) lnet_msg_detach_md() argument
359 lnet_complete_msg_locked(lnet_msg_t *msg, int cpt) lnet_complete_msg_locked() argument
435 lnet_finalize(lnet_ni_t *ni, lnet_msg_t *msg, int status) lnet_finalize() argument
543 lnet_msg_t *msg = list_entry(container->msc_active.next, lnet_msg_container_cleanup() local
/linux-4.4.14/drivers/staging/nvec/
H A Dnvec_kbd.c61 unsigned char *msg = (unsigned char *)data; nvec_keys_notifier() local
H A Dnvec_ps2.c81 unsigned char *msg = (unsigned char *)data; nvec_ps2_notifier() local
/linux-4.4.14/drivers/s390/char/
H A Dsclp_rw.c92 struct msg_buf *msg; sclp_initialize_mto() local
142 struct msg_buf *msg; sclp_finalize_mto() local
176 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) sclp_write() argument
/linux-4.4.14/drivers/s390/crypto/
H A Dzcrypt_pcixcc.c100 static unsigned char msg[] = { zcrypt_pcixcc_mcl() local
/linux-4.4.14/drivers/spi/
H A Dspi-clps711x.c49 spi_clps711x_prepare_message(struct spi_master *master, struct spi_message *msg) spi_clps711x_prepare_message() argument
H A Dspi-octeon.c47 octeon_spi_do_transfer(struct octeon_spi *p, struct spi_message *msg, struct spi_transfer *xfer, bool last_xfer) octeon_spi_do_transfer() argument
150 octeon_spi_transfer_one_message(struct spi_master *master, struct spi_message *msg) octeon_spi_transfer_one_message() argument
H A Dspi-xcomm.c136 spi_xcomm_transfer_one(struct spi_master *master, struct spi_message *msg) spi_xcomm_transfer_one() argument
/linux-4.4.14/drivers/staging/gdm724x/
H A Dnetlink_k.c49 void *msg; netlink_rcv_cb() local
115 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len) netlink_send() argument
135 memcpy(NLMSG_DATA(nlh), msg, len); netlink_send() local
90 netlink_init(int unit, void (*cb)(struct net_device *dev, u16 type, void *msg, int len)) netlink_init() argument
/linux-4.4.14/drivers/staging/gdm72xx/
H A Dnetlink_k.c52 void *msg; netlink_rcv_cb() local
116 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len) netlink_send() argument
141 memcpy(nlmsg_data(nlh), msg, len); netlink_send() local
91 netlink_init(int unit, void (*cb)(struct net_device *dev, u16 type, void *msg, int len)) netlink_init() argument
/linux-4.4.14/drivers/staging/iio/accel/
H A Dlis3l02dq_ring.c61 struct spi_message msg; lis3l02dq_read_all() local
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/
H A Dpanel-lgphilips-lb035q02.c63 struct spi_message msg; lb035q02_write_reg() local
/linux-4.4.14/drivers/isdn/act2000/
H A Dact2000_isa.c298 actcapi_msg *msg; act2000_isa_send() local
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ttyfax.c56 static char *msg[] = isdn_tty_fax_modem_result() local
154 static char *msg[] = isdn_tty_fax_command1() local
/linux-4.4.14/drivers/mailbox/
H A Dbcm2835-mailbox.c79 u32 msg = readl(mbox->regs + MAIL0_RD); bcm2835_mbox_irq() local
89 u32 msg = *(u32 *)data; bcm2835_send_data() local
/linux-4.4.14/drivers/md/
H A Ddm-log-userspace-transfer.c59 struct cn_msg *msg = prealloced_cn_msg; dm_ulog_sendto_server() local
82 static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr) fill_pkg() argument
133 static void cn_ulog_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) cn_ulog_callback() argument
/linux-4.4.14/drivers/media/common/saa7146/
H A Dsaa7146_i2c.c384 static int saa7146_i2c_xfer(struct i2c_adapter* adapter, struct i2c_msg *msg, int num) saa7146_i2c_xfer() argument
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c48 struct vmci_datagram msg; member in struct:delayed_datagram_info
495 int vmci_datagram_send(struct vmci_datagram *msg) vmci_datagram_send() argument
H A Dvmci_event.c110 int vmci_event_dispatch(struct vmci_datagram *msg) vmci_event_dispatch() argument
/linux-4.4.14/drivers/mtd/devices/
H A Dpowernv_flash.c56 struct opal_msg msg; powernv_flash_async_op() local
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c93 struct ec_params_i2c_passthru_msg *msg = &params->msg[i]; ec_i2c_construct_message() local
187 struct cros_ec_command *msg; ec_i2c_xfer() local
H A Di2c-opal.c53 struct opal_msg msg; i2c_opal_send_request() local
/linux-4.4.14/drivers/iio/dac/
H A Dad5624r_spi.c28 u8 msg[3]; ad5624r_spi_write() local
/linux-4.4.14/drivers/iio/imu/
H A Dadis.c35 struct spi_message msg; adis_write_reg() local
126 struct spi_message msg; adis_read_reg() local
/linux-4.4.14/drivers/hv/
H A Dhv_utils_transport.c149 static void hvt_cn_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) hvt_cn_callback() argument
180 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len) hvutil_transport_send() argument
/linux-4.4.14/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_spi.c105 netup_spi_transfer(struct spi_master *master, struct spi_message *msg) netup_spi_transfer() argument
/linux-4.4.14/drivers/iommu/
H A Dirq_remapping.c153 void panic_if_irq_remap(const char *msg) panic_if_irq_remap() argument
/linux-4.4.14/drivers/media/tuners/
H A Dmc44s803.c40 struct i2c_msg msg = { mc44s803_writereg() local
61 struct i2c_msg msg[] = { mc44s803_readreg() local
H A Dmt2131.c55 struct i2c_msg msg[2] = { mt2131_readreg() local
72 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, mt2131_writereg() local
84 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, mt2131_writeregs() local
H A Dqt1010.c27 struct i2c_msg msg[2] = { qt1010_readreg() local
46 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, qt1010_writereg() local
H A Dtda18218.c31 struct i2c_msg msg[1] = { tda18218_wr_regs() local
77 struct i2c_msg msg[2] = { tda18218_rd_regs() local
H A Dtuner-i2c.h39 struct i2c_msg msg = { .addr = props->addr, .flags = 0, tuner_i2c_xfer_send() local
49 struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, tuner_i2c_xfer_recv() local
60 struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, tuner_i2c_xfer_send_recv() local
/linux-4.4.14/drivers/media/usb/au0828/
H A Dau0828-i2c.c140 i2c_sendbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined_rlen) i2c_sendbytes() argument
230 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) i2c_readbytes() argument

Completed in 6686 milliseconds

1234567