Home
last modified time | relevance | path

Searched refs:unregistered (Results 1 – 25 of 64) sorted by relevance

123

/linux/drivers/media/cec/core/
H A Dcec-priv.h21 ((adap->ops->op && !adap->devnode.unregistered) ? \
26 if (adap->ops->op && !adap->devnode.unregistered) \
H A Dcec-pin-priv.h16 ((pin && pin->ops->op && !pin->adap->devnode.unregistered) ? \
22 !pin->adap->devnode.unregistered) \
H A Dcec-core.c177 if (!devnode->registered || devnode->unregistered) { in cec_devnode_unregister()
182 devnode->unregistered = true; in cec_devnode_unregister()
H A Dcec-adap.c785 if (adap->devnode.unregistered) in cec_transmit_msg_fh()
1100 if (adap->devnode.unregistered) in cec_received_msg_ts()
1628 if (adap->devnode.unregistered) in cec_adap_enable()
1683 if (!becomes_invalid && adap->devnode.unregistered) in __cec_s_phys_addr()
1770 if (adap->devnode.unregistered) in __cec_s_log_addrs()
2026 if (adap->ops->received && !adap->devnode.unregistered && in cec_receive_notify()
H A Dcec-api.c599 !adap->devnode.unregistered) { in cec_open()
608 !adap->devnode.unregistered) { in cec_open()
/linux/Documentation/translations/zh_CN/doc-guide/
H A Dcontributing.rst61 * @nb: The notifier block to be unregistered.
99 * @nb: The notifier block to be unregistered.
108 * @nb: The notifier block to be unregistered.
/linux/drivers/media/v4l2-core/
H A Dv4l2-device.c277 if (sd->internal_ops && sd->internal_ops->unregistered) in v4l2_device_unregister_subdev()
278 sd->internal_ops->unregistered(sd); in v4l2_device_unregister_subdev()
/linux/Documentation/power/regulator/
H A Dregulator.rst20 Regulators can be unregistered by calling::
/linux/Documentation/infiniband/
H A Duser_mad.rst29 Agents can be unregistered with the IB_USER_MAD_UNREGISTER_AGENT
31 be unregistered when the descriptor is closed.
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dsan.rst33 should be unregistered via |san_dgpu_notifier_unregister|.
/linux/Documentation/arch/s390/
H A Dqeth.rst33 or a VLAN is registered or unregistered on the network served by the device.
/linux/Documentation/ABI/testing/
H A Dsysfs-block-bcache6 unregistered. If a backing device had dirty data in the cache,
8 flushed before the device is unregistered. Caches unregister
/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst143 unregistered via |ssam_device_driver_unregister|. For convenience, the
316 unregistered via |ssam_notifier_unregister| once it is not required any
390 registered and unregistered, by keeping track of how many notifiers for a
394 when the last notifier for it is being unregistered. Note that the event
/linux/Documentation/driver-api/media/
H A Dmc-core.rst48 ``media_device_register()`` and unregistered by calling
70 and unregistered by calling
293 The media device is unregistered and cleaned up from the kref put handler to
H A Dv4l2-device.rst49 V4L2 devices are unregistered by calling:
/linux/Documentation/scsi/
H A Dbnx2fc.rst9 transparent. Devices discovered on the SAN will be registered and unregistered
/linux/Documentation/driver-api/driver-model/
H A Dporting.rst59 The bus type may be unregistered (if the bus driver may be compiled
172 It can later be unregistered by doing::
259 When the driver is unregistered from the bus, unregister it from the
/linux/Documentation/doc-guide/
H A Dcontributing.rst73 * @nb: The notifier block to be unregistered.
115 * @nb: The notifier block to be unregistered.
124 * @nb: The notifier block to be unregistered.
/linux/Documentation/driver-api/pm/
H A Dcpuidle.rst69 Once registered, ``CPUIdle`` governors cannot be unregistered, so it is not
258 ``CPUIdle`` drivers and struct cpuidle_device objects can be unregistered
262 ``CPUIdle`` driver must be unregistered, with the help of
/linux/include/media/
H A Dcec.h53 bool unregistered; member
/linux/Documentation/driver-api/thermal/
H A Dcpu-cooling-api.rst56 cdev: Cooling device pointer which has to be unregistered.
/linux/Documentation/trace/
H A Dkprobes.rst260 When an optimized kprobe is unregistered, disabled, or blocked by
468 If the functions find an incorrect probe (ex. an unregistered probe),
482 the bad probe, are safely unregistered before the register_*probes
506 If the functions find some incorrect probes (ex. unregistered
509 unregistered correctly.
H A Duser_events.rst223 **NOTE:** Events are automatically unregistered when execve() is invoked. During
224 fork() the registered events will be retained and must be unregistered manually
/linux/Documentation/driver-api/acpi/
H A Dscan_handlers.rst24 being removed are unregistered and deleted.
/linux/Documentation/usb/
H A Dfunctionfs.rst70 Conversely, the gadget is unregistered after the first USB function

123