Searched refs:notification (Results 1 - 25 of 41) sorted by path

12

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h358 u32 hnhdr_subtype; /* type of host notification */
790 struct ipw2100_notification notification; member in union:ipw2100_rx::__anon494
H A Dipw2100.c1506 * Currently FW does not support event notification for this
2604 return (status->frame_size < sizeof(u->rx_data.notification));
H A Dipw2200.c4423 * Handle host notification packet.
4876 IPW_DEBUG_NOTIF("Unknown notification: "
6213 * without notification. Hence, don't stay on passive channels longer
8355 pkt->u.notification.subtype,
8356 pkt->u.notification.flags,
8357 le16_to_cpu(pkt->u.notification.size));
8358 ipw_rx_notification(priv, &pkt->u.notification);
8369 * later to try and re-use notification packets and SKBs that
H A Dipw2200.h692 struct ipw_rx_notification notification; member in union:ipw_rx_packet::__anon1630
/linux-master/fs/notify/
H A DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
/linux-master/sound/firewire/dice/
H A Ddice-proc.c79 u32 notification; member in struct:__anon1276::__anon1277
132 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1469 static int handle_g2v_notification(struct intel_vgpu *vgpu, int notification) argument
1477 switch (notification) {
1492 gvt_vgpu_err("Invalid PV notification %d\n", notification);
/linux-master/drivers/md/dm-vdo/
H A Dvdo.c24 * set to NOTIFYING, and the notification process begins. If the state is MAY_NOT_NOTIFY, then
26 * the nothing more will be done until the vdo is resumed, at which point the notification will be
988 * @notification: The function to call to send the notification.
989 * @thread_id: The id of the thread on which to send the notification.
994 vdo_read_only_notification_fn notification,
1013 .notify = notification,
1024 * @parent: The completion to notify in order to acknowledge the notification.
1100 * A notification was not in progress, and now they are
1236 /* Do the pending notification
993 vdo_register_read_only_listener(struct vdo *vdo, void *listener, vdo_read_only_notification_fn notification, thread_id_t thread_id) argument
[all...]
H A Dvdo.h28 /* A notification is in progress */
32 /* A notification has completed */
40 * @parent: The completion to notify in order to acknowledge the notification.
330 vdo_read_only_notification_fn notification,
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-driver.c137 unsigned int notification, void *arg)
147 switch (notification) {
136 cobalt_notify(struct v4l2_subdev *sd, unsigned int notification, void *arg) argument
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-core.c1946 unsigned int notification, void *arg)
1955 switch (notification) {
1945 cx23885_v4l2_dev_notify(struct v4l2_subdev *sd, unsigned int notification, void *arg) argument
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c767 unsigned int notification)
777 ret = v4l2_pipeline_link_notify(link, flags, notification);
766 rvin_csi2_link_notify(struct media_link *link, u32 flags, unsigned int notification) argument
H A Drcar-v4l2.c1056 unsigned int notification, void *arg)
1058 switch (notification) {
1068 unsigned int notification, void *arg)
1079 rvin_notify_video_device(vin, notification, arg);
1098 rvin_notify_video_device(vin, notification, arg);
1055 rvin_notify_video_device(struct rvin_dev *vin, unsigned int notification, void *arg) argument
1067 rvin_notify(struct v4l2_subdev *sd, unsigned int notification, void *arg) argument
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c1411 * fimc_sensor_notify - v4l2_device notification from a sensor subdev
1412 * @sd: pointer to a subdev generating the notification
1413 * @notification: the notification type, must be S5P_FIMC_TX_END_NOTIFY
1416 * The End Of Frame notification sent by sensor subdev in its still capture
1419 * (end of frame) interrupt. And this notification is used to complete the
1421 * call this notification from their last 'End of frame capture' interrupt.
1423 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification, argument
1442 if (fimc && arg && notification == S5P_FIMC_TX_END_NOTIFY &&
H A Dfimc-core.h659 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification,
H A Dmedia-dev.c1206 unsigned int notification)
1215 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH) {
1227 } else if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH) {
1205 fimc_md_link_notify(struct media_link *link, unsigned int flags, unsigned int notification) argument
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mc.c446 * To react to link management on powered pipelines, the link setup notification
580 unsigned int notification)
592 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH &&
600 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH &&
579 v4l2_pipeline_link_notify(struct media_link *link, u32 flags, unsigned int notification) argument
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c3666 static int velocity_netdev_event(struct notifier_block *nb, unsigned long notification, void *ptr) argument
/linux-master/drivers/net/usb/
H A Drndis_host.c94 struct usb_cdc_notification notification; local
133 &notification, sizeof(notification), &partial,
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_ibm.c74 /* struct notification - keeps info about the device
75 * that cause the ACPI notification event
77 struct notification { struct
95 static struct notification ibm_note;
237 * @context: passed context (our notification struct)
249 * has returned, thereby enforcing serial access for the notification struct.
255 struct notification *note = context;
257 pr_debug("%s: Received notification %02x\n", __func__, event);
452 pr_err("%s: Failed to register notification handler\n",
/linux-master/drivers/power/supply/
H A Dqcom_battmgr.c211 __le32 notification; member in union:qcom_battmgr_message::__anon68
935 unsigned int notification; local
937 if (payload_len != sizeof(msg->notification)) {
938 dev_warn(battmgr->dev, "ignoring notification with invalid length\n");
942 notification = le32_to_cpu(msg->notification);
943 switch (notification) {
958 dev_err(battmgr->dev, "unknown notification: %#x\n", notification);
/linux-master/drivers/regulator/
H A Dda9121-regulator.c140 unsigned long notification; /* Notification for status inception */ member in struct:status_event_data
144 #define DA9121_STATUS(id, bank, name, notification, warning) \
149 notification, warning }
152 #define DA9xxx_STATUS(id, bank, name, notification, warning) \
157 notification, warning }
721 regulator_notifier_call_chain(rdev, item->notification, NULL);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c1327 enum iucv_tx_notify notification)
1334 QETH_CARD_TEXT_(q->card, 5, "skbn%d", notification);
1337 iucv_sk(sk)->sk_txnotify(sk, notification);
1325 qeth_notify_skbs(struct qeth_qdio_out_q *q, struct qeth_qdio_out_buffer *buf, enum iucv_tx_notify notification) argument
/linux-master/drivers/soc/qcom/
H A Dpmic_glink_altmode.c48 __le32 notification; member in struct:usbc_sc8180x_notify
263 u32 notification; local
278 notification = le32_to_cpu(msg->notification);
279 port = FIELD_GET(SC8180X_PORT_MASK, notification);
280 orientation = FIELD_GET(SC8180X_ORIENTATION_MASK, notification);
281 mux = FIELD_GET(SC8180X_MUX_MASK, notification);
282 mode = FIELD_GET(SC8180X_MODE_MASK, notification);
283 hpd_state = FIELD_GET(SC8180X_HPD_STATE_MASK, notification);
284 hpd_irq = FIELD_GET(SC8180X_HPD_IRQ_MASK, notification);
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-media-dev-common.c236 unsigned int notification)
247 ret = v4l2_pipeline_link_notify(link, flags, notification);
271 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH &&
283 } else if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH &&
302 static void imx_media_notify(struct v4l2_subdev *sd, unsigned int notification, argument
308 if (notification != V4L2_DEVICE_NOTIFY_EVENT)
235 imx_media_link_notify(struct media_link *link, u32 flags, unsigned int notification) argument

Completed in 453 milliseconds

12