/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/ |
H A D | ia_css_queue.h | 43 * @return 0 - Successful init of local queue instance. 55 * @return 0 - Successful init of remote queue instance. 65 * @return 0 - Successful uninit. 75 * @return 0 - Successful enqueue. 89 * @return 0 - Successful dequeue. 102 * @return 0 - Successful access state. 167 * @return 0 - Successful get size.
|
/linux/Documentation/locking/ |
H A D | hwspinlock.rst | 106 Upon a successful return from this function, preemption is disabled so 111 Returns 0 when successful and an appropriate error code otherwise (most 122 Upon a successful return from this function, preemption and the local 126 Returns 0 when successful and an appropriate error code otherwise (most 138 Upon a successful return from this function, preemption is disabled, 143 Returns 0 when successful and an appropriate error code otherwise (most 160 Returns 0 when successful and an appropriate error code otherwise (most 176 Returns 0 when successful and an appropriate error code otherwise (most 189 Upon a successful return from this function, preemption is disabled so 206 Upon a successful return from this function, preemption and the local [all …]
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 874 IPW_ORD_STAT_TX_HOST_COMPLETE, // # of successful Host Tx's (MSDU) 875 IPW_ORD_STAT_TX_DIR_DATA, // # of successful Directed Tx's (MSDU) 877 IPW_ORD_STAT_TX_DIR_DATA1 = 4, // # of successful Directed Tx's (MSDU) @ 1MB 878 IPW_ORD_STAT_TX_DIR_DATA2, // # of successful Directed Tx's (MSDU) @ 2MB 879 IPW_ORD_STAT_TX_DIR_DATA5_5, // # of successful Directed Tx's (MSDU) @ 5_5MB 880 IPW_ORD_STAT_TX_DIR_DATA11, // # of successful Directed Tx's (MSDU) @ 11MB 881 IPW_ORD_STAT_TX_DIR_DATA22, // # of successful Directed Tx's (MSDU) @ 22MB 883 IPW_ORD_STAT_TX_NODIR_DATA1 = 13, // # of successful Non_Directed Tx's (MSDU) @ 1MB 884 IPW_ORD_STAT_TX_NODIR_DATA2, // # of successful Non_Directed Tx's (MSDU) @ 2MB 885 IPW_ORD_STAT_TX_NODIR_DATA5_5, // # of successful Non_Directed Tx's (MSDU) @ 5.5MB [all …]
|
/linux/Documentation/filesystems/ |
H A D | gfs2-uevents.rst | 19 is successful, an ONLINE uevent will follow. If it is not successful 30 The ONLINE uevent is generated after a successful mount or remount. It 40 successful mount of the filesystem by the first node (FIRSTMOUNT=Done). 58 uevent for a successful mount or remount.
|
/linux/arch/arm/nwfpe/ |
H A D | entry.S | 31 successful in its emulation, jumps to ret_from_exception (passed in 50 EmulateAll returns 1 if the emulation was successful, or 0 if not. 83 cmp r0, #0 @ was emulation successful 124 @ r4 = PC value to resume execution after successful emulation 125 @ r9 = normal "successful" return address 177 @ r9 = normal "successful" return address
|
/linux/drivers/media/i2c/ |
H A D | imx412.c | 427 * Return: 0 if successful, error code otherwise. 470 * Return: 0 if successful, error code otherwise. 494 * Return: 0 if successful, error code otherwise. 516 * Return: 0 if successful, error code otherwise. 541 * Return: 0 if successful, error code otherwise. 583 * Return: 0 if successful, error code otherwise. 643 * Return: 0 if successful, error code otherwise. 663 * Return: 0 if successful, error code otherwise. 710 * Return: 0 if successful, error code otherwise. 740 * Return: 0 if successful, error code otherwise. [all …]
|
H A D | imx334.c | 531 * Return: 0 if successful, error code otherwise. 576 * Return: 0 if successful, error code otherwise. 600 * Return: 0 if successful, error code otherwise. 622 * Return: 0 if successful, error code otherwise. 657 * Return: 0 if successful, error code otherwise. 700 * Return: 0 if successful, error code otherwise. 798 * Return: 0 if successful, error code otherwise. 818 * Return: 0 if successful, error code otherwise. 869 * Return: 0 if successful, error code otherwise. 900 * Return: 0 if successful, error code otherwise. [all …]
|
H A D | ov9282.c | 454 * Return: 0 if successful, error code otherwise. 497 * Return: 0 if successful, error code otherwise. 521 * Return: 0 if successful, error code otherwise. 544 * Return: 0 if successful, error code otherwise. 582 * Return: 0 if successful, error code otherwise. 651 * Return: 0 if successful, error code otherwise. 728 * Return: 0 if successful, error code otherwise. 754 * Return: 0 if successful, error code otherwise. 804 * Return: 0 if successful, error code otherwise. 835 * Return: 0 if successful, error code otherwise. [all …]
|
H A D | imx335.c | 440 * Return: 0 if successful, error code otherwise. 466 * Return: 0 if successful, error code otherwise. 544 * Return: 0 if successful, error code otherwise. 625 * Return: 0 if successful, error code otherwise. 645 * Return: 0 if successful, error code otherwise. 696 * Return: 0 if successful, error code otherwise. 726 * Return: 0 if successful, error code otherwise. 767 * Return: 0 if successful, error code otherwise. 794 * Return: 0 if successful, error code otherwise. 844 * Return: 0 if successful, error code otherwise. [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-online | 11 successful) its 'offline' field is updated accordingly. In 14 for the device and (if successful) its 'offline' field is 17 After a successful execution of the bus type's .offline()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_check_mtu.c | 35 int retval = XDP_PASS; /* Expected retval on successful test */ in xdp_use_helper() 87 int retval = XDP_PASS; /* Expected retval on successful test */ in xdp_minus_delta() 111 int retval = XDP_PASS; /* Expected retval on successful test */ in xdp_input_len() 159 int retval = BPF_OK; /* Expected retval on successful test */ in tc_use_helper() 229 int retval = BPF_OK; /* Expected retval on successful test */ in tc_minus_delta() 251 int retval = BPF_OK; /* Expected retval on successful test */ in tc_input_len()
|
/linux/tools/memory-model/Documentation/ |
H A D | cheatsheet.txt | 10 Successful *_acquire() R Y Y Y Y Y Y 11 Successful *_release() C Y Y Y W Y 15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y
|
/linux/sound/core/ |
H A D | memory.c | 22 * Return: Zero if successful, or non-zero on failure. 42 * Return: Zero if successful, or non-zero on failure. 74 * Return: Zero if successful, or non-zero on failure. 94 * Return: Zero if successful, or non-zero on failure.
|
/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
H A D | group_constraint_l2l3_sel_test.c | 13 /* All successful D-side store dispatches for this thread */ 15 /* All successful D-side store dispatches for this thread that were L2 Miss */ 17 /* All successful D-side store dispatches for this thread that were L2 Miss */
|
H A D | group_constraint_unit_test.c | 13 /* All successful D-side store dispatches for this thread with PMC 2 */ 15 /* All successful D-side store dispatches for this thread with PMC 4 */ 17 /* All successful D-side store dispatches for this thread that were L2 Miss with PMC 3 */
|
/linux/drivers/net/ipa/ |
H A D | gsi.h | 161 * Return: 0 if successful, or a negative error code 170 * @gsi: GSI address previously passed to a successful gsi_setup() call 188 * Return: 0 if successful, or a negative error code 197 * Return: 0 if successful, or a negative error code 262 * Return: 0 if successful, or a negative error code 273 * @gsi: GSI address previously passed to a successful gsi_init() call
|
/linux/include/uapi/drm/ |
H A D | tegra_drm.h | 46 * successful completion of the IOCTL. 73 * successful completion of the IOCTL. 92 * The current syncpoint value. Set by the kernel upon successful 146 * successful completion of the IOCTL. 175 * successful completion of the IOCTL. This context needs to be passed 216 * The ID of the given syncpoint. Set by the kernel upon successful 245 * by the kernel upon successful completion of the IOCTL. 493 * has been completed. Set by the kernel upon successful completion of 568 * the kernel upon successful completion of the IOCTL. 576 * Set by the kernel upon successful completion of the IOCTL. [all …]
|
/linux/security/keys/ |
H A D | keyctl.c | 71 * If successful, the new key's serial number is returned, otherwise an error 256 * If successful, the ID of the requested keyring will be returned. 286 * If successful, the ID of the joined session keyring will be returned. 322 * If successful, 0 will be returned. If the key type does not support 377 * If successful, 0 is returned. 418 * If successful, 0 is returned. 465 * KEY_FLAG_KEEP set for this to work. If successful, 0 will be returned. 513 * If successful, 0 will be returned. 550 * If successful, 0 will be returned. 593 * If successful, 0 will be returned. [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | sdk.h | 90 * @status: 0 if successful, or an error code otherwise 158 * Return: 0 if successful, or an error value otherwise. 176 * Return: 0 if successful, or an error value otherwise. 194 * Return: 0 if successful, or an error value otherwise. 208 * Return: 0 if successful
|
/linux/drivers/virt/nitro_enclaves/ |
H A D | ne_misc_dev_test.c | 41 * Successful 54 * Successful 68 * Successful 83 * Successful, merging case!
|
/linux/Documentation/core-api/ |
H A D | debug-objects.rst | 61 successful fixups along with information about the usage of the internal 221 The function returns true when the fixup was successful, otherwise 240 The function returns true when the fixup was successful, otherwise 266 The function returns true when the fixup was successful, otherwise 282 The function returns true when the fixup was successful, otherwise 295 The function returns true when the fixup was successful, otherwise
|
/linux/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 33 * Returns 0 for successful request(ideally should never return), 43 * Returns 0 for successful exclusive request, else returns 46 * Returns 0 for successful exclusive request, else returns 49 * Returns 0 for successful release, else returns corresponding 57 * Returns 0 for successful information request and count has 61 * Returns 0 for successful information request and req_state and 67 * Returns 0 for successful information request and req_state and 73 * Returns 0 for successful information request and req_state and 81 * Returns 0 for successful request, else returns 86 * Returns 0 for successful request, else returns
|
/linux/drivers/iio/pressure/ |
H A D | zpa2326.c | 216 * Return: Zero when successful, a negative error code otherwise. 242 * Return: Zero when successful, a negative error code otherwise. 268 * Return: Zero when successful, a negative error code otherwise. 297 * Return: Zero when successful, a negative error code otherwise. 326 * When successful, device will be left in the enabled state to allow further 329 * Return: Zero when successful, a negative error code otherwise. 374 * Return: Zero when successful, a negative error code otherwise. 400 * Return: Zero when successful, a negative error code otherwise. 442 * Return: Zero when successful, a negative error code otherwise. 510 * Return: Zero when successful, a negative error code otherwise. [all …]
|
/linux/Documentation/w1/slaves/ |
H A D | w1_ds2423.rst | 28 was successful and CRC matched. 29 If the operation was successful, there is also in the end of each line 42 example from the successful read::
|
/linux/drivers/reset/ |
H A D | reset-scmi.c | 37 * Return: 0 for successful request, else a corresponding error value 55 * Return: 0 for successful request, else a corresponding error value 73 * Return: 0 for successful request, else a corresponding error value
|