Searched defs:notification (Results 1 - 12 of 12) sorted by relevance

/drivers/net/usb/
H A Drndis_host.c107 struct usb_cdc_notification notification; local
145 &notification, sizeof(notification), &partial,
/drivers/net/wimax/i2400m/
H A Di2400m-usb.h46 * This driver listens to notifications sent from the notification
93 unsigned char notification; member in struct:i2400m_endpoint_cfg
/drivers/pci/hotplug/
H A Dacpiphp_ibm.c99 /* struct notification - keeps info about the device
100 * that cause the ACPI notification event
102 struct notification { struct
120 static struct notification ibm_note;
249 * @context: passed context (our notification struct)
261 * has returned, thereby enforcing serial access for the notification struct.
267 struct notification *note = context;
269 dbg("%s: Received notification %02x\n", __func__, event);
461 err("%s: Failed to register notification handler\n",
/drivers/media/video/cx23885/
H A Dcx23885-core.c1953 unsigned int notification, void *arg)
1962 switch (notification) {
1952 cx23885_v4l2_dev_notify(struct v4l2_subdev *sd, unsigned int notification, void *arg) argument
/drivers/media/video/s5p-fimc/
H A Dfimc-capture.c1207 * fimc_sensor_notify - v4l2_device notification from a sensor subdev
1208 * @sd: pointer to a subdev generating the notification
1209 * @notification: the notification type, must be S5P_FIMC_TX_END_NOTIFY
1212 * The End Of Frame notification sent by sensor subdev in its still capture
1215 * (end of frame) interrupt. And this notification is used to complete the
1217 * call this notification from their last 'End of frame capture' interrupt.
1219 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification, argument
1237 if (fimc && arg && notification == S5P_FIMC_TX_END_NOTIFY &&
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c903 struct dsp_notification notification; local
906 /* Initialize the notification data structure */
907 notification.name = NULL;
908 notification.handle = NULL;
913 &notification);
914 CP_TO_USR(args->args_proc_register_notify.notification, &notification,
1363 struct dsp_notification notification; local
1372 /* Initialize the notification data structure */
1373 notification
1727 struct dsp_notification notification; local
[all...]
/drivers/net/ethernet/via/
H A Dvia-velocity.c3519 static int velocity_netdev_event(struct notifier_block *nb, unsigned long notification, void *ptr) argument
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c101 u32 notification; member in struct:intr_transfer_buf
/drivers/staging/tidspbridge/include/dspbridge/
H A Ddspapi-ioctl.h118 struct dsp_notification __user *notification; member in struct:trapped_args::__anon5491
238 struct dsp_notification __user *notification; member in struct:trapped_args::__anon5510
319 struct dsp_notification __user *notification; member in struct:trapped_args::__anon5523
/drivers/s390/net/
H A Dqeth_core_main.c66 enum iucv_tx_notify notification);
412 enum iucv_tx_notify notification; local
424 notification = TX_NOTIFY_OK;
428 notification = TX_NOTIFY_DELAYED_OK;
433 notification = qeth_compute_cq_notification(aob->aorc, 1);
435 qeth_notify_skbs(buffer->q, buffer, notification);
1101 enum iucv_tx_notify notification)
1109 QETH_CARD_TEXT_(q->card, 5, "skbn%d", notification);
1114 iucv->sk_txnotify(skb, notification);
1099 qeth_notify_skbs(struct qeth_qdio_out_q *q, struct qeth_qdio_out_buffer *buf, enum iucv_tx_notify notification) argument
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h381 u32 hnhdr_subtype; /* type of host notification */
813 struct ipw2100_notification notification; member in union:ipw2100_rx::__anon3512
H A Dipw2200.h707 struct ipw_rx_notification notification; member in union:ipw_rx_packet::__anon3519

Completed in 227 milliseconds