| /linux/drivers/misc/sgi-gru/ |
| H A D | grukservices.c | 578 void *mesg) in send_noop_message() argument 584 struct message_header save_mhdr, *mhdr = mesg; in send_noop_message() 614 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, 1, 1, in send_noop_message() 636 void *mesg, int lines) in send_message_queue_full() argument 667 if (send_noop_message(cb, mqd, mesg)) { in send_message_queue_full() 705 void *mesg, int lines) in send_message_put_nacked() argument 716 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, lines, 1, IMA); in send_message_put_nacked() 732 ret = send_noop_message(cb, mqd, mesg); in send_message_put_nacked() 753 void *mesg, int lines) in send_message_failure() argument 769 ret = send_message_queue_full(cb, mqd, mesg, lines); in send_message_failure() [all …]
|
| H A D | grukservices.h | 82 void *mesg, unsigned int bytes);
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_sync.c | 274 struct ip_vs_sync_mesg *mesg; member 337 sb->mesg = kmalloc(len, GFP_ATOMIC); in ip_vs_sync_buff_create() 338 if (!sb->mesg) { in ip_vs_sync_buff_create() 342 sb->mesg->reserved = 0; /* old nr_conns i.e. must be zero now */ in ip_vs_sync_buff_create() 343 sb->mesg->version = SYNC_PROTO_VER; in ip_vs_sync_buff_create() 344 sb->mesg->syncid = ipvs->mcfg.syncid; in ip_vs_sync_buff_create() 345 sb->mesg->size = htons(sizeof(struct ip_vs_sync_mesg)); in ip_vs_sync_buff_create() 346 sb->mesg->nr_conns = 0; in ip_vs_sync_buff_create() 347 sb->mesg->spare = 0; in ip_vs_sync_buff_create() 348 sb->head = (unsigned char *)sb->mesg + sizeof(struct ip_vs_sync_mesg); in ip_vs_sync_buff_create() [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfsctl.c | 341 char *mesg = buf; in write_filehandle() local 353 dname = mesg; in write_filehandle() 354 len = qword_get(&mesg, dname, size); in write_filehandle() 359 len = qword_get(&mesg, path, size); in write_filehandle() 363 len = get_int(&mesg, &maxsize); in write_filehandle() 371 if (qword_get(&mesg, mesg, size) > 0) in write_filehandle() 386 mesg = buf; in write_filehandle() 388 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle() 389 mesg[-1] = '\n'; in write_filehandle() 390 return mesg - buf; in write_filehandle() [all …]
|
| H A D | trace.h | 2135 const char *mesg 2137 TP_ARGS(net, mesg), 2140 __string(mesg, mesg) 2144 __assign_str(mesg); 2147 __get_str(mesg)
|
| /linux/drivers/iio/dac/ |
| H A D | ti-dac082s085.c | 51 struct spi_message mesg; member 71 return spi_sync(ti_dac->mesg.spi, &ti_dac->mesg); in ti_dac_cmd() 280 spi_message_init_with_transfers(&ti_dac->mesg, &ti_dac->xfer, 1); in ti_dac_probe() 281 ti_dac->mesg.spi = spi; in ti_dac_probe()
|
| /linux/net/sunrpc/ |
| H A D | svcauth_unix.c | 182 char *mesg, int mlen) in ip_map_parse() argument 187 char *buf = mesg; in ip_map_parse() 202 if (mesg[mlen-1] != '\n') in ip_map_parse() 204 mesg[mlen-1] = 0; in ip_map_parse() 207 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse() 211 len = qword_get(&mesg, buf, mlen); in ip_map_parse() 232 err = get_expiry(&mesg, &expiry); in ip_map_parse() 237 len = qword_get(&mesg, buf, mlen); in ip_map_parse() 491 char *mesg, int mlen) in unix_gid_parse() argument 503 if (mesg[mlen - 1] != '\n') in unix_gid_parse() [all …]
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 226 char *mesg, int mlen) in rsi_parse() argument 229 char *buf = mesg; in rsi_parse() 238 len = qword_get(&mesg, buf, mlen); in rsi_parse() 246 len = qword_get(&mesg, buf, mlen); in rsi_parse() 260 status = get_expiry(&mesg, &expiry); in rsi_parse() 266 len = qword_get(&mesg, buf, mlen); in rsi_parse() 272 len = qword_get(&mesg, buf, mlen); in rsi_parse() 280 len = qword_get(&mesg, buf, mlen); in rsi_parse() 288 len = qword_get(&mesg, buf, mlen); in rsi_parse() 465 char *mesg, int mlen) in rsc_parse() argument [all …]
|
| /linux/drivers/ata/ |
| H A D | pata_triflex.c | 198 static int triflex_ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in triflex_ata_pci_device_suspend() argument 202 ata_host_suspend(host, mesg); in triflex_ata_pci_device_suspend()
|
| H A D | pata_cs5520.c | 253 static int cs5520_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in cs5520_pci_device_suspend() argument 257 ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
|
| H A D | libata-core.c | 5442 static void ata_port_request_pm(struct ata_port *ap, pm_message_t mesg, in ata_port_request_pm() argument 5462 ap->pm_mesg = mesg; in ata_port_request_pm() 5477 static void ata_port_suspend(struct ata_port *ap, pm_message_t mesg, in ata_port_suspend() argument 5496 ata_port_request_pm(ap, mesg, 0, in ata_port_suspend() 5531 static void ata_port_resume(struct ata_port *ap, pm_message_t mesg, in ata_port_resume() argument 5534 ata_port_request_pm(ap, mesg, ATA_EH_RESET, in ata_port_resume() 5619 void ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() argument 5621 host->dev->power.power_state = mesg; in ata_host_suspend() 6531 void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg) in ata_pci_device_do_suspend() argument 6536 if (mesg.event & PM_EVENT_SLEEP) in ata_pci_device_do_suspend() [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpio-max3191x.c | 81 struct spi_message mesg; member 117 val = spi_sync(spi, &max3191x->mesg); in max3191x_readout_locked() 400 spi_message_init_with_transfers(&max3191x->mesg, &max3191x->xfer, 1); in max3191x_probe()
|
| /linux/drivers/spi/ |
| H A D | spi.c | 2353 struct spi_message *mesg; in spi_finalize_current_message() local 2356 mesg = ctlr->cur_msg; in spi_finalize_current_message() 2359 list_for_each_entry(xfer, &mesg->transfers, transfer_list) { in spi_finalize_current_message() 2366 list_for_each_entry(xfer, &mesg->transfers, transfer_list) in spi_finalize_current_message() 2369 spi_unmap_msg(ctlr, mesg); in spi_finalize_current_message() 2371 if (mesg->prepared && ctlr->unprepare_message) { in spi_finalize_current_message() 2372 ret = ctlr->unprepare_message(ctlr, mesg); in spi_finalize_current_message() 2379 mesg->prepared = false; in spi_finalize_current_message() 2381 spi_maybe_unoptimize_message(mesg); in spi_finalize_current_message() 2388 trace_spi_message_done(mesg); in spi_finalize_current_message() [all …]
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 711 struct spi_message *mesg); 760 struct spi_message *mesg);
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_minidump.c | 1297 char mesg[64]; in qlcnic_dump_fw() local 1298 char *msg[] = {mesg, NULL}; in qlcnic_dump_fw() 1389 snprintf(mesg, sizeof(mesg), "FW_DUMP=%s", adapter->netdev->name); in qlcnic_dump_fw()
|
| /linux/include/linux/ |
| H A D | libata.h | 1017 int (*port_suspend)(struct ata_port *ap, pm_message_t mesg); 1179 extern void ata_host_suspend(struct ata_host *host, pm_message_t mesg); 1366 extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg); 1368 extern int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_main.c | 1567 static int i810fb_suspend(struct pci_dev *dev, pm_message_t mesg) in i810fb_suspend() argument 1572 par->cur_state = mesg.event; in i810fb_suspend() 1574 switch (mesg.event) { in i810fb_suspend() 1577 dev->dev.power.power_state = mesg; in i810fb_suspend() 1593 pci_set_power_state(dev, pci_choose_state(dev, mesg)); in i810fb_suspend()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | radeon_pm.c | 2613 static int radeonfb_pci_suspend_late(struct device *dev, pm_message_t mesg) in radeonfb_pci_suspend_late() argument 2619 if (mesg.event == pdev->dev.power.power_state.event) in radeonfb_pci_suspend_late() 2623 pci_name(pdev), mesg.event); in radeonfb_pci_suspend_late() 2630 switch (mesg.event) { in radeonfb_pci_suspend_late() 2697 pdev->dev.power.power_state = mesg; in radeonfb_pci_suspend_late()
|
| /linux/drivers/bluetooth/ |
| H A D | btintel_pcie.c | 3177 static int btintel_pcie_suspend_late(struct device *dev, pm_message_t mesg) in btintel_pcie_suspend_late() argument 3187 dxstate = (mesg.event == PM_EVENT_SUSPEND ? in btintel_pcie_suspend_late() 3190 data->pm_sx_event = mesg.event; in btintel_pcie_suspend_late()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | omapfb_main.c | 1807 static int omapfb_suspend(struct platform_device *pdev, pm_message_t mesg) in omapfb_suspend() argument
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | at91_udc.c | 1953 static int at91udc_suspend(struct platform_device *pdev, pm_message_t mesg) in at91udc_suspend() argument
|
| H A D | lpc32xx_udc.c | 3204 static int lpc32xx_udc_suspend(struct platform_device *pdev, pm_message_t mesg) in lpc32xx_udc_suspend() argument
|