| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | dnotify.rst | 10 to be notified when a directory, or any of the files in it, are changed. 15 The application decides which "events" it wants to be notified about. 48 access to files served by local user mode servers should be notified. 50 be notified. 55 name "a/x" should be notified to a program expecting notifications on 56 directory "a", but will not be notified to one expecting notifications on
|
| H A D | relay.rst | 39 At this point, userspace can be notified so it empties the first 42 When notified that a sub-buffer is full, the kernel knows how many 138 notified when sub-buffer boundaries are crossed. 341 client is notified via the subbuf_start() callback that a switch to a
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_smp2p.c | 54 * @notified: Whether modem has been notified of clock state 68 bool notified; member 89 if (smp2p->notified) in ipa_smp2p_notify() 104 smp2p->notified = true; in ipa_smp2p_notify() 294 /* We won't get notified any more; drop clock reference (if any) */ in ipa_smp2p_exit() 315 /* Reset state tracking whether we have notified the modem */ 321 if (!smp2p->notified) in ipa_smp2p_notify_reset() 334 smp2p->notified = false; in ipa_smp2p_notify_reset()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cpu_pm.c | 65 * Add a driver to a list of drivers that are notified about 110 * CPU before cpu_pm_exit is called. Notified drivers can include VFP 129 * Notified drivers can include VFP co-processor, interrupt controller 149 * domain. Notified drivers can include VFP co-processor, interrupt controller 172 * domain. Notified drivers can include VFP co-processor, interrupt controller
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | offline.hpp | 139 * A region can have a single observer, which gets notified whenever a change 147 * Implement this method to be notified of a change in the status of an 158 * Implement this method to be notified of errors encountered while downloading 170 * Implement this method to be notified when the limit on the number of Mapbox
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br.c | 35 bool notified = false; in br_device_event() local 89 br_port_carrier_check(p, ¬ified); in br_device_event() 100 notified = true; in br_device_event() 109 notified = true; in br_device_event() 138 if (!notified && (event == NETDEV_CHANGEADDR || event == NETDEV_UP || in br_device_event()
|
| H A D | br_if.c | 64 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() argument 73 *notified = false; in br_port_carrier_check() 81 *notified = true; in br_port_carrier_check() 86 *notified = true; in br_port_carrier_check()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kvm_irqfd.h | 18 * interrupt is de-asserted and userspace is notified through the 51 /* Eventfd notified on resample (resampler-only) */
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | acpi_power_meter.rst | 52 `power[1-*]_cap` will be notified if the firmware changes the power cap. 53 `power[1-*]_interval` will be notified if the firmware changes the averaging
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | lec_arpc.h | 81 * The LEC has been notified of the FLUSH_START 87 * elapsed or the LEC has notified the Mapping
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/ |
| H A D | device.rst | 103 device is registered, then userspace won't get notified and userspace will 109 userspace will never be notified of the new attributes.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | smp.c | 391 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local 420 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down() 425 notified = true; in mpc85xx_smp_kexec_cpu_down() 429 if (notified) { in mpc85xx_smp_kexec_cpu_down()
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | s390-diag.rst | 65 the subchannel of the virtio-ccw proxy device to be notified. 67 General register 3 contains the number of the virtqueue to be notified.
|
| /OK3568_Linux_fs/kernel/Documentation/cpu-freq/ |
| H A D | core.rst | 52 These are notified when a new policy is created or removed. 66 These are notified twice for each online CPU in the policy, when the
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | data_mgmt.h | 112 /* A queue of waiters who want to be notified about reads */ 151 * A queue of waiters who want to be notified about new pending reads. 182 /* A queue of waiters who want to be notified about blocks_written */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus_usb.c | 320 * notified. 338 * notified. 354 * notified. 385 * notified. 401 * notified. 417 * notified. 437 * notified.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus_usb.c | 302 * notified. 320 * notified. 336 * notified. 367 * notified. 383 * notified. 399 * notified. 419 * notified.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus_usb.c | 301 * notified. 319 * notified. 335 * notified. 366 * notified. 382 * notified. 398 * notified. 418 * notified.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | core_64.c | 163 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local 188 if (i != notified) { in kexec_prepare_cpus_wait() 192 notified = i; in kexec_prepare_cpus_wait()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-twl4030-usb | 8 Changes are notified via select/poll.
|
| H A D | sysfs-class-typec | 11 notified about role changes so that poll(2) on the attribute 26 notified about role changes so that poll(2) on the attribute 60 The attribute is notified about VCONN source changes so that
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | Fair | 6 …t is retained with the works, so that any entity that uses the works is notified of this instrumen…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | technologic,ts4800.txt | 4 interrupts is triggered, the SoC is notified, usually using a GPIO as
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | setup.c | 363 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local 380 if (i != notified) { in pnv_kexec_wait_secondaries_down() 384 notified = i; in pnv_kexec_wait_secondaries_down()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ |
| H A D | seccomp_filter.rst | 136 A tracer will be notified if it requests ``PTRACE_O_TRACESECCOMP`` 137 using ``ptrace(PTRACE_SETOPTIONS)``. The tracer will be notified 150 notified. (This means that seccomp-based sandboxes MUST NOT
|