Home
last modified time | relevance | path

Searched refs:mesg (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/spi/
A Dspi-sh.c277 struct spi_message *mesg; in spi_sh_work() local
287 list_del_init(&mesg->queue); in spi_sh_work()
306 mesg->actual_length += t->len; in spi_sh_work()
310 mesg->status = 0; in spi_sh_work()
311 if (mesg->complete) in spi_sh_work()
312 mesg->complete(mesg->context); in spi_sh_work()
329 mesg->status = ret; in spi_sh_work()
330 if (mesg->complete) in spi_sh_work()
331 mesg->complete(mesg->context); in spi_sh_work()
368 mesg->actual_length = 0; in spi_sh_transfer()
[all …]
A Dspi-fsi.c412 struct spi_message *mesg) in fsi_spi_transfer_one_message() argument
415 u8 seq_slave = SPI_FSI_SEQUENCE_SEL_SLAVE(mesg->spi->chip_select + 1); in fsi_spi_transfer_one_message()
424 list_for_each_entry(transfer, &mesg->transfers, transfer_list) { in fsi_spi_transfer_one_message()
452 &mesg->transfers)) { in fsi_spi_transfer_one_message()
494 mesg->status = rc; in fsi_spi_transfer_one_message()
A Dspi.c1887 struct spi_message *mesg; in spi_finalize_current_message() local
1892 mesg = ctlr->cur_msg; in spi_finalize_current_message()
1896 list_for_each_entry(xfer, &mesg->transfers, transfer_list) { in spi_finalize_current_message()
1903 list_for_each_entry(xfer, &mesg->transfers, transfer_list) in spi_finalize_current_message()
1906 spi_unmap_msg(ctlr, mesg); in spi_finalize_current_message()
1913 spi_res_release(ctlr, mesg); in spi_finalize_current_message()
1916 ret = ctlr->unprepare_message(ctlr, mesg); in spi_finalize_current_message()
1930 trace_spi_message_done(mesg); in spi_finalize_current_message()
1932 mesg->state = NULL; in spi_finalize_current_message()
1933 if (mesg->complete) in spi_finalize_current_message()
[all …]
A Dspi-pic32-sqi.c258 struct spi_message *mesg, in pic32_sqi_one_transfer() argument
261 struct spi_device *spi = mesg->spi; in pic32_sqi_one_transfer()
/linux/fs/nfsd/
A Dnfsctl.c356 char *mesg = buf; in write_filehandle() local
368 dname = mesg; in write_filehandle()
386 if (qword_get(&mesg, mesg, size)>0) in write_filehandle()
399 mesg = buf; in write_filehandle()
402 mesg[-1] = '\n'; in write_filehandle()
436 char *mesg = buf; in write_threads() local
529 mesg = buf; in write_pool_threads()
535 mesg += len; in write_pool_threads()
537 rv = mesg - buf; in write_pool_threads()
585 vers = mesg; in __write_versions()
[all …]
A Dexport.c90 if (mesg[mlen - 1] != '\n') in expkey_parse()
92 mesg[mlen-1] = 0; in expkey_parse()
492 err = get_int(mesg, &migrated); in fsloc_parse()
515 err = get_uint(mesg, &listsize); in secinfo_parse()
531 err = get_uint(mesg, &f->flags); in secinfo_parse()
580 if (mesg[mlen-1] != '\n') in svc_export_parse()
582 mesg[mlen-1] = 0; in svc_export_parse()
619 err = get_int(&mesg, &an_int); in svc_export_parse()
629 err = get_int(&mesg, &an_int); in svc_export_parse()
635 err = get_int(&mesg, &an_int); in svc_export_parse()
[all …]
/linux/net/atm/
A Dlec.c143 struct atmlec_msg *mesg; in lec_handle_bridge() local
150 mesg->type = l_topology_change; in lec_handle_bridge()
347 struct atmlec_msg *mesg; in lec_atm_send() local
356 switch (mesg->type) { in lec_atm_send()
365 mesg->content.normal.flag); in lec_atm_send()
390 mesg->sizeoftlvs); in lec_atm_send()
392 tmp, mesg->sizeoftlvs); in lec_atm_send()
449 skb_copy_to_linear_data(skb2, mesg, sizeof(*mesg)); in lec_atm_send()
513 struct atmlec_msg *mesg; in send_to_lecd() local
523 mesg->type = type; in send_to_lecd()
[all …]
A Dmpc.c860 struct k_message mesg; in send_set_mps_ctrl_addr() local
864 mesg.type = SET_MPS_CTRL_ADDR; in send_set_mps_ctrl_addr()
866 msg_to_mpoad(&mesg, mpc); in send_set_mps_ctrl_addr()
920 switch (mesg->type) { in msg_from_mpoad()
927 MPOA_trigger_rcvd(mesg, mpc); in msg_from_mpoad()
931 ingress_purge_rcvd(mesg, mpc); in msg_from_mpoad()
935 egress_purge_rcvd(mesg, mpc); in msg_from_mpoad()
939 mps_death(mesg, mpc); in msg_from_mpoad()
955 clean_up(mesg, mpc, DIE); in msg_from_mpoad()
959 clean_up(mesg, mpc, RELOAD); in msg_from_mpoad()
[all …]
/linux/drivers/misc/sgi-gru/
A Dgrukservices.c580 void *mesg) in send_noop_message() argument
586 struct message_header save_mhdr, *mhdr = mesg; in send_noop_message()
616 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, 1, 1, in send_noop_message()
638 void *mesg, int lines) in send_message_queue_full() argument
669 if (send_noop_message(cb, mqd, mesg)) { in send_message_queue_full()
707 void *mesg, int lines) in send_message_put_nacked() argument
734 ret = send_noop_message(cb, mqd, mesg); in send_message_put_nacked()
755 void *mesg, int lines) in send_message_failure() argument
771 ret = send_message_queue_full(cb, mqd, mesg, lines); in send_message_failure()
779 ret = send_message_put_nacked(cb, mqd, mesg, lines); in send_message_failure()
[all …]
A Dgrukservices.h82 void *mesg, unsigned int bytes);
/linux/net/sunrpc/
A Dsvcauth_unix.c177 char *mesg, int mlen) in ip_map_parse() argument
182 char *buf = mesg; in ip_map_parse()
197 if (mesg[mlen-1] != '\n') in ip_map_parse()
199 mesg[mlen-1] = 0; in ip_map_parse()
227 expiry = get_expiry(&mesg); in ip_map_parse()
477 char *mesg, int mlen) in unix_gid_parse() argument
489 if (mesg[mlen - 1] != '\n') in unix_gid_parse()
491 mesg[mlen-1] = 0; in unix_gid_parse()
493 rv = get_int(&mesg, &id); in unix_gid_parse()
499 expiry = get_expiry(&mesg); in unix_gid_parse()
[all …]
/linux/net/netfilter/ipvs/
A Dip_vs_sync.c275 struct ip_vs_sync_mesg *mesg; member
339 if (!sb->mesg) { in ip_vs_sync_buff_create()
347 sb->mesg->nr_conns = 0; in ip_vs_sync_buff_create()
348 sb->mesg->spare = 0; in ip_vs_sync_buff_create()
358 kfree(sb->mesg); in ip_vs_sync_buff_release()
419 struct ip_vs_sync_mesg_v0 *mesg; in ip_vs_sync_buff_create_v0() local
427 if (!sb->mesg) { in ip_vs_sync_buff_create_v0()
431 mesg = (struct ip_vs_sync_mesg_v0 *)sb->mesg; in ip_vs_sync_buff_create_v0()
432 mesg->nr_conns = 0; in ip_vs_sync_buff_create_v0()
690 m = buff->mesg; in ip_vs_sync_conn()
[all …]
/linux/drivers/iio/dac/
A Dti-dac082s085.c52 struct spi_message mesg; member
72 return spi_sync(ti_dac->mesg.spi, &ti_dac->mesg); in ti_dac_cmd()
281 spi_message_init_with_transfers(&ti_dac->mesg, &ti_dac->xfer, 1); in ti_dac_probe()
282 ti_dac->mesg.spi = spi; in ti_dac_probe()
/linux/drivers/ata/
A Dacard-ahci.c65 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);
112 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in acard_ahci_pci_device_suspend() argument
119 if (mesg.event & PM_EVENT_SUSPEND && in acard_ahci_pci_device_suspend()
126 if (mesg.event & PM_EVENT_SLEEP) { in acard_ahci_pci_device_suspend()
137 return ata_pci_device_suspend(pdev, mesg); in acard_ahci_pci_device_suspend()
A Dpata_triflex.c198 static int triflex_ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in triflex_ata_pci_device_suspend() argument
203 rc = ata_host_suspend(host, mesg); in triflex_ata_pci_device_suspend()
A Dpata_cs5520.c259 static int cs5520_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in cs5520_pci_device_suspend() argument
264 rc = ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
A Dpata_macio.c854 static int pata_macio_do_suspend(struct pata_macio_priv *priv, pm_message_t mesg) in pata_macio_do_suspend() argument
859 rc = ata_host_suspend(priv->host, mesg); in pata_macio_do_suspend()
1215 static int pata_macio_suspend(struct macio_dev *mdev, pm_message_t mesg) in pata_macio_suspend() argument
1219 return pata_macio_do_suspend(host->private_data, mesg); in pata_macio_suspend()
1319 static int pata_macio_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) in pata_macio_pci_suspend() argument
1323 return pata_macio_do_suspend(host->private_data, mesg); in pata_macio_pci_suspend()
A Dlibata-core.c5069 ap->pm_mesg = mesg; in ata_port_request_pm()
5097 static void ata_port_suspend(struct ata_port *ap, pm_message_t mesg) in ata_port_suspend() argument
5099 ata_port_request_pm(ap, mesg, 0, ata_port_suspend_ehi, false); in ata_port_suspend()
5104 ata_port_request_pm(ap, mesg, 0, ata_port_suspend_ehi, true); in ata_port_suspend_async()
5138 static void ata_port_resume(struct ata_port *ap, pm_message_t mesg) in ata_port_resume() argument
5230 int ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() argument
5232 host->dev->power.power_state = mesg; in ata_host_suspend()
6138 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend()
6162 int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in ata_pci_device_suspend() argument
6167 rc = ata_host_suspend(host, mesg); in ata_pci_device_suspend()
[all …]
A Data_piix.c986 static int piix_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in piix_pci_device_suspend() argument
992 rc = ata_host_suspend(host, mesg); in piix_pci_device_suspend()
1001 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) { in piix_pci_device_suspend()
1016 ata_pci_device_do_suspend(pdev, mesg); in piix_pci_device_suspend()
/linux/net/sunrpc/auth_gss/
A Dsvcauth_gss.c202 char *mesg, int mlen) in rsi_parse() argument
205 char *buf = mesg; in rsi_parse()
214 len = qword_get(&mesg, buf, mlen); in rsi_parse()
236 expiry = get_expiry(&mesg); in rsi_parse()
441 char *mesg, int mlen) in rsc_parse() argument
444 char *buf = mesg; in rsc_parse()
462 expiry = get_expiry(&mesg); in rsc_parse()
472 rv = get_int(&mesg, &id); in rsc_parse()
492 if (get_int(&mesg, &id)) in rsc_parse()
497 if (get_int(&mesg, &N)) in rsc_parse()
[all …]
/linux/drivers/gpio/
A Dgpio-max3191x.c81 struct spi_message mesg; member
130 val = spi_sync(spi, &max3191x->mesg); in max3191x_readout_locked()
417 spi_message_init_with_transfers(&max3191x->mesg, &max3191x->xfer, 1); in max3191x_probe()
/linux/drivers/video/fbdev/nvidia/
A Dnvidia.c1040 static int nvidiafb_suspend_late(struct device *dev, pm_message_t mesg) in nvidiafb_suspend_late() argument
1045 if (mesg.event == PM_EVENT_PRETHAW) in nvidiafb_suspend_late()
1046 mesg.event = PM_EVENT_FREEZE; in nvidiafb_suspend_late()
1048 par->pm_state = mesg.event; in nvidiafb_suspend_late()
1050 if (mesg.event & PM_EVENT_SLEEP) { in nvidiafb_suspend_late()
1055 dev->power.power_state = mesg; in nvidiafb_suspend_late()
/linux/include/linux/spi/
A Dspi.h578 struct spi_message *mesg);
622 struct spi_message *mesg);
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_minidump.c1298 char mesg[64]; in qlcnic_dump_fw() local
1299 char *msg[] = {mesg, NULL}; in qlcnic_dump_fw()
1390 snprintf(mesg, sizeof(mesg), "FW_DUMP=%s", adapter->netdev->name); in qlcnic_dump_fw()
/linux/include/linux/
A Dlibata.h969 int (*port_suspend)(struct ata_port *ap, pm_message_t mesg);
1131 extern int ata_host_suspend(struct ata_host *host, pm_message_t mesg);
1304 extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg);
1306 extern int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);

Completed in 95 milliseconds

12