| /linux/Documentation/firmware-guide/acpi/ |
| H A D | acpi-lid.rst | 18 report the "current" state of the lid as either "opened" or "closed". 37 There are platforms always return "closed" as initial lid state. 44 it is guaranteed that the AML tables always notify "closed" when the lid 45 state is changed to "closed". The "closed" notification is normally used to 67 firmware cannot make sure "opened"/"closed" events are paired, the ACPI 77 and whether the "opened"/"closed" events are paired fully relies on the 89 initial lid state as "opened" and whether the "opened"/"closed" events 103 ensure that the reliable "closed" notifications can always be delivered 104 to the userspace by always pairing "closed" input events with complement
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgroup_tcp_skb.c | 110 /* The connection is closed by the peer outside the cgroup. */ 146 g_sock_state = CLOSED; in ingress_close_remote() 155 /* The connection is closed by the endpoint inside the cgroup. */ 203 * The connection is closed by the client side. 226 * The connection is closed by the client side. 249 * The connection is closed by the server side. 272 * The connection is closed by the server side. 295 * The connection is closed by the server side. 318 * The connection is closed by the server side. 341 * The connection is closed by the client side. [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | g762.rst | 5 and performs closed-loop or open-loop control of the fan speed. Two 25 set desired fan speed. This only makes sense in closed-loop 44 in closed-loop control mode, if fan RPM value is 25% out 51 automatic fan speed control (closed-loop) via fan1_target 65 entry (0 stops the fan, 255 makes it run at full speed). In closed-loop mode 67 the chip via 'fan1_target'. In closed-loop mode, the target speed is compared
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-surface_aggregator-tabletsw | 12 - "closed": The type-cover has been folded closed and lies on 41 - "closed": The lid of the device is closed.
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | qcom,wcd93xx-common.yaml | 57 qcom,hphl-jack-type-normally-closed: 58 description: Indicates that HPHL jack switch type is normally closed 61 qcom,ground-jack-type-normally-closed: 62 description: Indicates that Headset Ground switch type is normally closed
|
| H A D | qcom,wcd938x.yaml | 54 qcom,hphl-jack-type-normally-closed; 55 qcom,ground-jack-type-normally-closed;
|
| H A D | qcom,wcd939x.yaml | 69 qcom,hphl-jack-type-normally-closed; 70 qcom,ground-jack-type-normally-closed;
|
| /linux/drivers/watchdog/ |
| H A D | xilinx_wwdt.c | 41 /* Maximum count value of closed and open window combined */ 53 "Watchdog closed window percentage. (default=" 61 * @close_percent: Closed window percent 62 * @closed_timeout: Closed window timeout in ticks 205 "Closed window cannot be set to %d%%. Using maximum supported value.\n", in xwwdt_probe() 211 "Closed window cannot be set to %d%%. Using minimum supported value.\n", in xwwdt_probe()
|
| /linux/drivers/misc/ocxl/ |
| H A D | file.c | 207 bool closed; in afu_ioctl() local 213 closed = (ctx->status == CLOSED); in afu_ioctl() 216 if (closed) in afu_ioctl() 327 bool closed; in afu_poll() local 334 closed = (ctx->status == CLOSED); in afu_poll() 339 else if (closed) in afu_poll() 420 if (ctx->status == CLOSED) in afu_read()
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 108 return sprintf(buf, "<closed>\n"); in rpc_sysfs_clnt_version_show() 123 return sprintf(buf, "<closed>\n"); in rpc_sysfs_clnt_program_show() 138 return sprintf(buf, "<closed>\n"); in rpc_sysfs_clnt_max_connect_show() 153 ret = sprintf(buf, "<closed>\n"); in rpc_sysfs_xprt_dstaddr_show() 171 ret = sprintf(buf, "<closed>\n"); in rpc_sysfs_xprt_srcaddr_show() 181 ret = sprintf(buf, "<closed>\n"); in rpc_sysfs_xprt_srcaddr_show() 202 ret = sprintf(buf, "<closed>\n"); in rpc_sysfs_xprt_xprtsec_show() 222 ret = sprintf(buf, "<closed>\n"); in rpc_sysfs_xprt_info_show() 256 ret = sprintf(buf, "state=CLOSED\n"); in rpc_sysfs_xprt_state_show()
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | papr-hvpipe.h | 13 * closed or the buffer has the payload. 31 #define HVPIPE_LOST_CONNECTION 0x02 /* Pipe connection is closed/unavailable */
|
| /linux/include/uapi/linux/ |
| H A D | blkzoned.h | 46 * @BLK_ZONE_COND_CLOSED: The zone was [explicitly] closed after writing. 52 * or closed. 59 * - ZC4: Closed | BLK_ZONE_COND_CLOSED 95 * the implicit open, explicit open and closed zone
|
| H A D | inotify.h | 33 #define IN_CLOSE_WRITE 0x00000008 /* Writable file was closed */ 34 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwritable file closed */
|
| /linux/net/core/ |
| H A D | sock_reuseport.c | 91 /* reuseport_grow() has detached a closed sk. */ in reuseport_update_incoming_cpu() 106 bool closed) in reuseport_sock_index() argument 110 if (!closed) { in reuseport_sock_index() 254 /* Make room by removing a closed sk. in reuseport_grow() 373 * the closed section and push sk into the listening section. in reuseport_resurrect() 435 /* reuseport_grow() has detached a closed sk */ in reuseport_detach_sock() 478 * to the closed section. in reuseport_stop_listen_sock() 726 * because reuseport_grow() can detach a closed sk. in reuseport_detach_prog()
|
| /linux/drivers/acpi/ |
| H A D | button.c | 84 /* Nextbook Ares 8A tablet, _LID device always reports lid closed */ 106 * happens on close, not on open and _LID always returns closed. 117 * happens on close, not on open and _LID always returns closed. 128 * only happens on close, not on open and _LID always returns closed. 139 * only happens on close, not on open and _LID keeps returning closed. 150 * lid closed. 288 state ? "open" : "closed"); in acpi_lid_notify_state() 304 state < 0 ? "unsupported" : (state ? "open" : "closed")); in acpi_button_state_seq_show()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | chapter-index.h | 16 * been added to the chapter. A chapter index for a closed chapter is similar except that it is 17 * immutable because the contents of a closed chapter can never change, and the immutable structure
|
| /linux/drivers/platform/goldfish/ |
| H A D | goldfish_pipe_qemu.h | 27 /* emulator closed pipe */ 60 BIT_CLOSED_ON_HOST = 0, /* pipe closed by host */
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-dfll.c | 18 * DFLL can be operated in either open-loop mode or closed-loop mode. 20 * to the supply voltage. In closed-loop mode, when configured with a 65 /* DFLL_PARAMS: tuning coefficients for closed loop integrator */ 101 /* DFLL_OUTPUT_CFG: closed loop mode control registers */ 121 /* DFLL_OUTPUT_FORCE: closed loop mode voltage forcing control */ 154 /* DFLL_I2C_VDD_REG_ADDR: PMIC I2C address for closed loop mode */ 490 * and closed-loop mode, or vice versa. 878 * frequency represented by @req. DFLL must be in closed-loop mode. 906 * settings. In closed-loop mode, update new settings immediately to 908 * until the next switch to closed loop. Returns 0 upon success, [all …]
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-get-lineevent-ioctl.rst | 45 file descriptor is closed. Once the file descriptor is closed, the state of
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_taprio.sh | 155 # STREAM_PRIO_3 always has a closed gate. 290 # If the condition below is true, packets were delayed by a closed gate 295 # hit a closed gate in the switch, but were not delayed 314 run_test 0.000000000 $STREAM_PRIO_3 0 1 "Gate always closed"
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | key-management.c | 244 try_delete_key("closed socket, delete a key", sk, 200, 200, 0, 0, -1, -1, 0); in check_closed_socket() 245 try_delete_key("closed socket, delete all keys", sk, 100, 100, 0, 0, -1, -1, 0); in check_closed_socket() 251 try_delete_key("closed socket, delete current key", sk, 100, 100, 0, 0, -1, -1, FAULT_BUSY); in check_closed_socket() 252 try_delete_key("closed socket, delete rnext key", sk, 200, 200, 0, 0, -1, -1, FAULT_BUSY); in check_closed_socket() 262 try_delete_key("closed socket, delete a key + set current/rnext", sk, in check_closed_socket() 264 try_delete_key("closed socket, force-delete current key", sk, 10, 11, 0, 0, 200, -1, 0); in check_closed_socket() 265 try_delete_key("closed socket, force-delete rnext key", sk, 12, 13, 0, 0, -1, 200, 0); in check_closed_socket() 266 try_delete_key("closed socket, delete current+rnext key", sk, in check_closed_socket() 273 try_add_current_rnext_key("closed socket, add + change current key", in check_closed_socket() 277 try_add_current_rnext_key("closed socke [all...] |
| /linux/tools/perf/tests/ |
| H A D | dso-data.c | 296 /* should force the first one to be closed */ in test__dso_data_cache() 339 * - test that the first dso gets closed when we in test__dso_data_reopen() 370 * dso_0 should get closed, because we reached in test__dso_data_reopen() 380 * dso_1 should get closed, because we reached in test__dso_data_reopen()
|
| /linux/fs/smb/server/ |
| H A D | vfs_cache.c | 76 {FP_CLOSED, "closed"}, 379 * deleted, so if a different stream handle on the same file closed 657 * it is closed. KSMBD never completes CHANGE_NOTIFY spontaneously in __ksmbd_close_fd() 664 * closed, and a client-sent CANCEL can concurrently be racing to in __ksmbd_close_fd() 734 * Return: true if a disconnected durable handle was closed. 741 bool closed = false; in ksmbd_close_disconnected_durable_delete_on_close() local 775 * ci stays valid until they are closed below. in ksmbd_close_disconnected_durable_delete_on_close() 784 closed = true; in ksmbd_close_disconnected_durable_delete_on_close() 788 return closed; in ksmbd_close_disconnected_durable_delete_on_close() 872 bool closed = false; in ksmbd_close_fd() local [all …]
|
| /linux/Documentation/process/ |
| H A D | kernel-driver-statement.rst | 10 We, the undersigned Linux kernel developers, consider any closed-source 16 community. Vendors that provide closed-source kernel modules force their
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | cdev.rst | 50 instance is closed. Therefore any client process (or group of processes) should 161 closed. 185 Events are not automatically disabled when the device file is closed. This must
|