Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 23 of 23) sorted by relevance

/drivers/staging/tidspbridge/pmgr/
Ddspapi.c906 struct dsp_notification notification; in procwrap_register_notify() local
910 notification.name = NULL; in procwrap_register_notify()
911 notification.handle = NULL; in procwrap_register_notify()
916 &notification); in procwrap_register_notify()
917 CP_TO_USR(args->args_proc_register_notify.notification, &notification, in procwrap_register_notify()
1366 struct dsp_notification notification; in nodewrap_register_notify() local
1376 notification.name = NULL; in nodewrap_register_notify()
1377 notification.handle = NULL; in nodewrap_register_notify()
1380 CP_FM_USR(&notification, in nodewrap_register_notify()
1381 args->args_proc_register_notify.notification, in nodewrap_register_notify()
[all …]
/drivers/pci/hotplug/
Dacpiphp_ibm.c102 struct notification { struct
120 static struct notification ibm_note; argument
267 struct notification *note = context; in ibm_handle_events()
/drivers/staging/tidspbridge/include/dspbridge/
Ddspapi-ioctl.h118 struct dsp_notification __user *notification; member
238 struct dsp_notification __user *notification; member
319 struct dsp_notification __user *notification; member
/drivers/net/usb/
Drndis_host.c108 struct usb_cdc_notification notification; in rndis_command() local
147 &notification, sizeof(notification), &partial, in rndis_command()
/drivers/net/wimax/i2400m/
Di2400m-usb.h93 unsigned char notification; member
Dusb-notif.c213 i2400mu->endpoint_cfg.notification); in i2400mu_notification_setup()
Dusb.c526 i2400mu->endpoint_cfg.notification = 3; in i2400mu_probe()
532 i2400mu->endpoint_cfg.notification = 1; in i2400mu_probe()
Dusb-fw.c253 i2400mu->endpoint_cfg.notification); in i2400mu_notif_submit()
/drivers/message/i2o/
DKconfig28 bool "Enable LCT notification"
32 firmware doesn't support LCT notification on changes. If this option
/drivers/pnp/pnpbios/
DKconfig13 Some features (e.g. event notification, docking station information,
/drivers/devfreq/
DKconfig11 notification to "nb", a notifier block, of devfreq.
/drivers/media/platform/exynos4-is/
Dfimc-core.h670 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification,
Dfimc-capture.c1447 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification, in fimc_sensor_notify() argument
1466 if (fimc && arg && notification == S5P_FIMC_TX_END_NOTIFY && in fimc_sensor_notify()
/drivers/s390/net/
Dqeth_core_main.c64 enum iucv_tx_notify notification);
450 enum iucv_tx_notify notification; in qeth_qdio_handle_aob() local
460 notification = TX_NOTIFY_OK; in qeth_qdio_handle_aob()
465 notification = TX_NOTIFY_DELAYED_OK; in qeth_qdio_handle_aob()
470 notification = qeth_compute_cq_notification(aob->aorc, 1); in qeth_qdio_handle_aob()
472 qeth_notify_skbs(buffer->q, buffer, notification); in qeth_qdio_handle_aob()
1150 enum iucv_tx_notify notification) in qeth_notify_skbs() argument
1158 QETH_CARD_TEXT_(q->card, 5, "skbn%d", notification); in qeth_notify_skbs()
1163 iucv->sk_txnotify(skb, notification); in qeth_notify_skbs()
/drivers/net/wireless/ipw2x00/
Dipw2100.h804 struct ipw2100_notification notification; member
Dipw2200.h707 struct ipw_rx_notification notification; member
Dipw2200.c8524 pkt->u.notification.subtype, in ipw_rx()
8525 pkt->u.notification.flags, in ipw_rx()
8526 le16_to_cpu(pkt->u.notification.size)); in ipw_rx()
8527 ipw_rx_notification(priv, &pkt->u.notification); in ipw_rx()
Dipw2100.c2634 return (status->frame_size < sizeof(u->rx_data.notification)); in ipw2100_corruption_check()
/drivers/xen/
DKconfig75 channels and to receive notification of an event channel
/drivers/media/pci/cx23885/
Dcx23885-core.c1958 unsigned int notification, void *arg) in cx23885_v4l2_dev_notify() argument
1967 switch (notification) { in cx23885_v4l2_dev_notify()
/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c67 u32 notification; member
/drivers/message/fusion/lsi/
Dmpi_history.txt193 * asynchronous notification.
/drivers/net/ethernet/via/
Dvia-velocity.c3521 static int velocity_netdev_event(struct notifier_block *nb, unsigned long notification, void *ptr) in velocity_netdev_event() argument