Home
last modified time | relevance | path

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

12

/drivers/isdn/sc/
Dmessage.h38 #define IS_CM_MESSAGE(mesg, tx, cx, dx) \ argument
39 ((mesg.type == cmRspType##tx) \
40 &&(mesg.class == cmRspClass##cx) \
41 &&(mesg.code == cmRsp##dx))
46 #define IS_CE_MESSAGE(mesg, tx, cx, dx) \ argument
47 ((mesg.type == ceRspType##tx) \
48 &&(mesg.class == ceRspClass##cx) \
49 &&(mesg.code == ceRsp##tx##dx))
/drivers/misc/sgi-gru/
Dgrukservices.c281 unsigned long mq, void *mesg) in send_noop_message() argument
287 struct message_header save_mhdr, *mhdr = mesg; in send_noop_message()
317 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, 1, 1, in send_noop_message()
337 unsigned long mq, void *mesg, int lines) in send_message_queue_full() argument
354 save = *(int *)mesg; in send_message_queue_full()
355 gru_vload(cb, QLINES(mq), gru_get_tri(mesg), XTYPE_W, 1, 1, IMA); in send_message_queue_full()
358 qlines = *(int *)mesg; in send_message_queue_full()
359 *(int *)mesg = save; in send_message_queue_full()
378 if (send_noop_message(cb, mq, mesg)) { in send_message_queue_full()
414 void *mesg, in send_message_failure() argument
[all …]
Dgrukservices.h80 extern int gru_send_message_gpa(unsigned long mq_gpa, void *mesg,
/drivers/ide/
Dide-pm.c5 int generic_ide_suspend(struct device *dev, pm_message_t mesg) in generic_ide_suspend() argument
25 if (mesg.event == PM_EVENT_PRETHAW) in generic_ide_suspend()
26 mesg.event = PM_EVENT_FREEZE; in generic_ide_suspend()
27 rqpm.pm_state = mesg.event; in generic_ide_suspend()
Dpmac.c1211 pmac_ide_macio_suspend(struct macio_dev *mdev, pm_message_t mesg) in pmac_ide_macio_suspend() argument
1217 if (mesg.event != mdev->ofdev.dev.power.power_state.event in pmac_ide_macio_suspend()
1218 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_macio_suspend()
1221 mdev->ofdev.dev.power.power_state = mesg; in pmac_ide_macio_suspend()
1317 pmac_ide_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) in pmac_ide_pci_suspend() argument
1322 if (mesg.event != pdev->dev.power.power_state.event in pmac_ide_pci_suspend()
1323 && (mesg.event & PM_EVENT_SLEEP)) { in pmac_ide_pci_suspend()
1326 pdev->dev.power.power_state = mesg; in pmac_ide_pci_suspend()
/drivers/ata/
Dpata_cs5520.c308 static int cs5520_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in cs5520_pci_device_suspend() argument
313 rc = ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
Data_piix.c175 static int piix_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);
1089 static int piix_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in piix_pci_device_suspend() argument
1095 rc = ata_host_suspend(host, mesg); in piix_pci_device_suspend()
1104 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) { in piix_pci_device_suspend()
1119 ata_pci_device_do_suspend(pdev, mesg); in piix_pci_device_suspend()
/drivers/base/
Dplatform.c614 static int platform_legacy_suspend(struct device *dev, pm_message_t mesg) in platform_legacy_suspend() argument
619 ret = dev->driver->suspend(dev, mesg); in platform_legacy_suspend()
624 static int platform_legacy_suspend_late(struct device *dev, pm_message_t mesg) in platform_legacy_suspend_late() argument
632 ret = drv->suspend_late(pdev, mesg); in platform_legacy_suspend_late()
/drivers/pcmcia/
Dbfin_cf_pcmcia.c303 static int bfin_cf_suspend(struct platform_device *pdev, pm_message_t mesg) in bfin_cf_suspend() argument
305 return pcmcia_socket_dev_suspend(&pdev->dev, mesg); in bfin_cf_suspend()
Domap_cf.c335 static int omap_cf_suspend(struct platform_device *pdev, pm_message_t mesg) in omap_cf_suspend() argument
337 return pcmcia_socket_dev_suspend(&pdev->dev, mesg); in omap_cf_suspend()
Dat91_cf.c361 static int at91_cf_suspend(struct platform_device *pdev, pm_message_t mesg) in at91_cf_suspend() argument
366 pcmcia_socket_dev_suspend(&pdev->dev, mesg); in at91_cf_suspend()
/drivers/video/omap/
Dlcd_h4.c84 static int h4_panel_suspend(struct platform_device *pdev, pm_message_t mesg) in h4_panel_suspend() argument
Dlcd_palmz71.c91 pm_message_t mesg) in palmz71_panel_suspend() argument
Dlcd_palmtt.c95 static int palmtt_panel_suspend(struct platform_device *pdev, pm_message_t mesg) in palmtt_panel_suspend() argument
Dlcd_palmte.c90 static int palmte_panel_suspend(struct platform_device *pdev, pm_message_t mesg) in palmte_panel_suspend() argument
Dlcd_inn1510.c91 pm_message_t mesg) in innovator1510_panel_suspend() argument
Dlcd_osk.c109 static int osk_panel_suspend(struct platform_device *pdev, pm_message_t mesg) in osk_panel_suspend() argument
Dlcd_h3.c106 static int h3_panel_suspend(struct platform_device *pdev, pm_message_t mesg) in h3_panel_suspend() argument
Dlcd_inn1610.c115 pm_message_t mesg) in innovator1610_panel_suspend() argument
/drivers/video/nvidia/
Dnvidia.c1059 static int nvidiafb_suspend(struct pci_dev *dev, pm_message_t mesg) in nvidiafb_suspend() argument
1064 if (mesg.event == PM_EVENT_PRETHAW) in nvidiafb_suspend()
1065 mesg.event = PM_EVENT_FREEZE; in nvidiafb_suspend()
1067 par->pm_state = mesg.event; in nvidiafb_suspend()
1069 if (mesg.event & PM_EVENT_SLEEP) { in nvidiafb_suspend()
1075 pci_set_power_state(dev, pci_choose_state(dev, mesg)); in nvidiafb_suspend()
1077 dev->dev.power.power_state = mesg; in nvidiafb_suspend()
/drivers/scsi/aic7xxx/
Daic79xx_osm_pci.c79 ahd_linux_pci_dev_suspend(struct pci_dev *pdev, pm_message_t mesg) in ahd_linux_pci_dev_suspend() argument
92 if (mesg.event & PM_EVENT_SLEEP) in ahd_linux_pci_dev_suspend()
Daic7xxx_osm_pci.c126 ahc_linux_pci_dev_suspend(struct pci_dev *pdev, pm_message_t mesg) in ahc_linux_pci_dev_suspend() argument
137 if (mesg.event & PM_EVENT_SLEEP) in ahc_linux_pci_dev_suspend()
/drivers/scsi/
Dwd7000.c609 static void __init setup_error(char *mesg, int *ints) in setup_error() argument
612 printk(KERN_ERR "wd7000_setup: \"wd7000=%d,%d,0x%x\" -> %s\n", ints[1], ints[2], ints[3], mesg); in setup_error()
614 …RN_ERR "wd7000_setup: \"wd7000=%d,%d,0x%x,%d\" -> %s\n", ints[1], ints[2], ints[3], ints[4], mesg); in setup_error()
616 …00_setup: \"wd7000=%d,%d,0x%x,%d,%d\" -> %s\n", ints[1], ints[2], ints[3], ints[4], ints[5], mesg); in setup_error()
/drivers/rtc/
Drtc-cmos.c859 static int cmos_suspend(struct device *dev, pm_message_t mesg) in cmos_suspend() argument
1089 static int cmos_pnp_suspend(struct pnp_dev *pnp, pm_message_t mesg) in cmos_pnp_suspend() argument
1091 return cmos_suspend(&pnp->dev, mesg); in cmos_pnp_suspend()
Dclass.c46 static int rtc_suspend(struct device *dev, pm_message_t mesg) in rtc_suspend() argument

12