| /linux/tools/testing/selftests/powerpc/dexcr/ |
| H A D | dexcr_test.c | 16 static int dexcr_prctl_onexec_test_child(unsigned long which, const char *status) in dexcr_prctl_onexec_test_child() argument 19 unsigned long aspect = pr_which_to_aspect(which); in dexcr_prctl_onexec_test_child() 20 int ctrl = pr_get_dexcr(which); in dexcr_prctl_onexec_test_child() 48 static int dexcr_prctl_aspect_test(unsigned long which) in dexcr_prctl_aspect_test() argument 50 unsigned long aspect = pr_which_to_aspect(which); in dexcr_prctl_aspect_test() 57 SKIP_IF_MSG(!pr_dexcr_aspect_supported(which), "DEXCR aspect not supported"); in dexcr_prctl_aspect_test() 58 SKIP_IF_MSG(!pr_dexcr_aspect_editable(which), "DEXCR aspect not editable with prctl"); in dexcr_prctl_aspect_test() 61 err = pr_set_dexcr(which, PR_PPC_DEXCR_CTRL_SET | PR_PPC_DEXCR_CTRL_CLEAR); in dexcr_prctl_aspect_test() 66 err = pr_set_dexcr(which, PR_PPC_DEXCR_CTRL_SET_ONEXEC | PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC); in dexcr_prctl_aspect_test() 72 err = pr_set_dexcr(which, PR_PPC_DEXCR_CTRL_SET); in dexcr_prctl_aspect_test() [all …]
|
| H A D | dexcr.c | 47 unsigned int pr_which_to_aspect(unsigned long which) in pr_which_to_aspect() argument 49 switch (which) { in pr_which_to_aspect() 63 int pr_get_dexcr(unsigned long which) in pr_get_dexcr() argument 65 return prctl(PR_PPC_GET_DEXCR, which, 0UL, 0UL, 0UL); in pr_get_dexcr() 68 int pr_set_dexcr(unsigned long which, unsigned long ctrl) in pr_set_dexcr() argument 70 return prctl(PR_PPC_SET_DEXCR, which, ctrl, 0UL, 0UL); in pr_set_dexcr() 73 bool pr_dexcr_aspect_supported(unsigned long which) in pr_dexcr_aspect_supported() argument 75 if (pr_get_dexcr(which) == -1) in pr_dexcr_aspect_supported() 81 bool pr_dexcr_aspect_editable(unsigned long which) in pr_dexcr_aspect_editable() argument 83 return pr_get_dexcr(which) & PR_PPC_DEXCR_CTRL_EDITABLE; in pr_dexcr_aspect_editable()
|
| /linux/drivers/staging/greybus/ |
| H A D | gpio.c | 62 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) in gb_gpio_activate_operation() argument 72 request.which = which; in gb_gpio_activate_operation() 80 ggc->lines[which].active = true; in gb_gpio_activate_operation() 86 u8 which) in gb_gpio_deactivate_operation() argument 93 request.which = which; in gb_gpio_deactivate_operation() 97 dev_err(dev, "failed to deactivate gpio %u\n", which); in gb_gpio_deactivate_operation() 101 ggc->lines[which].active = false; in gb_gpio_deactivate_operation() 108 u8 which) in gb_gpio_get_direction_operation() argument 116 request.which = which; in gb_gpio_get_direction_operation() 126 which, direction); in gb_gpio_get_direction_operation() [all …]
|
| H A D | pwm.c | 44 static int gb_pwm_activate_operation(struct pwm_chip *chip, u8 which) in gb_pwm_activate_operation() argument 51 request.which = which; in gb_pwm_activate_operation() 66 static int gb_pwm_deactivate_operation(struct pwm_chip *chip, u8 which) in gb_pwm_deactivate_operation() argument 73 request.which = which; in gb_pwm_deactivate_operation() 89 u8 which, u32 duty, u32 period) in gb_pwm_config_operation() argument 96 request.which = which; in gb_pwm_config_operation() 114 u8 which, u8 polarity) in gb_pwm_set_polarity_operation() argument 121 request.which = which; in gb_pwm_set_polarity_operation() 137 static int gb_pwm_enable_operation(struct pwm_chip *chip, u8 which) in gb_pwm_enable_operation() argument 144 request.which = which; in gb_pwm_enable_operation() [all …]
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 39 Using a channel type which is configured out of UML 41 Using a channel type which is configured out of UML 43 Using a channel type which is configured out of UML 45 Using a channel type which is configured out of UML 47 Using a channel type which is configured out of UML 49 Using a channel type which is configured out of UML 51 Using a channel type which is configured out of UML 53 Using a channel type which is configured out of UML 55 Using a channel type which is configured out of UML 57 Using a channel type which is configured out of UML [all …]
|
| H A D | test_output_isolated_correctly.log | 61 Using a channel type which is configured out of UML 63 Using a channel type which is configured out of UML 65 Using a channel type which is configured out of UML 67 Using a channel type which is configured out of UML 69 Using a channel type which is configured out of UML 71 Using a channel type which is configured out of UML 73 Using a channel type which is configured out of UML 75 Using a channel type which is configured out of UML 77 Using a channel type which is configured out of UML 79 Using a channel type which is configured out of UML [all …]
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_ipack.c | 17 p->which = 0; in av7110_ipack_reset() 221 p->which = 0; in av7110_ipack_instant_repack() 280 if (p->mpeg == 1 && p->which < 2000) { in av7110_ipack_instant_repack() 286 while (!p->which && c < count && p->check == 0xff) { in av7110_ipack_instant_repack() 297 if ((p->check & 0xc0) == 0x40 && !p->which) { in av7110_ipack_instant_repack() 304 p->which = 1; in av7110_ipack_instant_repack() 312 p->which = 2; in av7110_ipack_instant_repack() 317 if (p->which == 1) { in av7110_ipack_instant_repack() 323 p->which = 2; in av7110_ipack_instant_repack() 331 p->which = 3; in av7110_ipack_instant_repack() [all …]
|
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 100 static void check_itimer(int which, const char *name) in check_itimer() argument 109 if (which == ITIMER_VIRTUAL) in check_itimer() 111 else if (which == ITIMER_PROF) in check_itimer() 113 else if (which == ITIMER_REAL) in check_itimer() 119 if (setitimer(which, &val, NULL) < 0) in check_itimer() 122 if (which == ITIMER_VIRTUAL) in check_itimer() 124 else if (which == ITIMER_PROF) in check_itimer() 126 else if (which == ITIMER_REAL) in check_itimer() 135 static void check_timer_create(int which, const char *name) in check_timer_create() argument 145 if (timer_create(which, NULL, &id) < 0) in check_timer_create() [all …]
|
| /linux/arch/riscv/kernel/ |
| H A D | fpu.S | 108 #define get_f32(which) fmv.x.s a0, which; j 2f argument 109 #define put_f32(which) fmv.s.x which, a1; j 2f argument 111 # define get_f64(which) fmv.x.d a0, which; j 2f argument 112 # define put_f64(which) fmv.d.x which, a1; j 2f argument 114 # define get_f64(which) fsd which, 0(a1); j 2f argument 115 # define put_f64(which) fld which, 0(a1); j 2f argument
|
| /linux/arch/alpha/kernel/ |
| H A D | sys_marvel.c | 189 io7_redirect_one_lsi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_lsi() argument 196 val = io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi() 200 io7->csrs->PO7_LSI_CTL[which].csr = val; in io7_redirect_one_lsi() 202 io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi() 206 io7_redirect_one_msi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_msi() argument 213 val = io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi() 217 io7->csrs->PO7_MSI_CTL[which].csr = val; in io7_redirect_one_msi() 219 io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi() 223 init_one_io7_lsi(struct io7 *io7, unsigned int which, unsigned int where) in init_one_io7_lsi() argument 228 io7->csrs->PO7_LSI_CTL[which].csr = ((unsigned long)where << 14); in init_one_io7_lsi() [all …]
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 467 unsigned int which, u16 opcode, u32 flags); 470 unsigned int which, 476 unsigned int which, u16 opcode, 480 unsigned int which, u64 length); 482 unsigned int which, u64 offset_inc); 486 unsigned int which); 489 unsigned int which, 495 unsigned int which, 500 unsigned int which, 504 unsigned int which, [all …]
|
| /linux/Documentation/dev-tools/ |
| H A D | ktap.rst | 11 which don't align with the original TAP specification. Thus, a "Kernel TAP" 16 KTAP test results describe a series of tests (which may be nested: i.e., test 17 can have subtests), each of which can contain both diagnostic data -- e.g., log 32 a couple of places (notably the "Subtest" header), which are described where 38 All KTAP-formatted results begin with a "version line" which specifies which 47 Note that, in KTAP, subtests also begin with a version line, which denotes the 48 start of the nested test results. This differs from TAP14, which uses a 64 which case the test plan may be omitted -- it is strongly recommended one is 77 The result can be either "ok", which indicates the test case passed, 78 or "not ok", which indicates that the test case failed. [all …]
|
| /linux/include/uapi/linux/ |
| H A D | v4l2-subdev.h | 39 __u32 which; member 59 __u32 which; member 86 __u32 which; member 113 __u32 which; member 130 __u32 which; member 153 __u32 which; member 175 __u32 which; member 239 __u32 which; member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tailcall6.c | 13 int count, which; variable 19 if (__builtin_constant_p(which)) in classifier_0() 21 bpf_tail_call(skb, &jmp_table, which); in classifier_0() 28 if (__builtin_constant_p(which)) in entry() 30 bpf_tail_call(skb, &jmp_table, which); in entry()
|
| /linux/Documentation/hwmon/ |
| H A D | peci-cputemp.rst | 7 One of Intel server CPUs listed below which is connected to a PECI bus. 36 This driver implements a generic PECI hwmon feature which provides Digital 50 which is also known as Tcontrol. 51 temp1_crit Provides shutdown temperature of the CPU package which 55 package. Returns Tcontrol, the temperature at which 62 which is also known as Tcontrol. 63 temp2_crit Provides shutdown temperature of the CPU package which 67 package. Returns Tcontrol, the temperature at which 72 package which is also known as Fan Temperature target. 74 temperature at which fans should be engaged. [all …]
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_subdev.c | 206 u32 which, uint32_t pad, in atomisp_subdev_get_rect() argument 211 if (which == V4L2_SUBDEV_FORMAT_TRY) { in atomisp_subdev_get_rect() 232 struct v4l2_subdev_state *sd_state, uint32_t which, in atomisp_subdev_get_ffmt() argument 237 if (which == V4L2_SUBDEV_FORMAT_TRY) in atomisp_subdev_get_ffmt() 245 uint32_t which, in isp_get_fmt_rect() argument 253 ffmt[i] = atomisp_subdev_get_ffmt(sd, sd_state, which, i); in isp_get_fmt_rect() 254 crop[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 256 comp[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 271 rec = atomisp_subdev_get_rect(sd, sd_state, sel->which, sel->pad, in isp_subdev_get_selection() 294 u32 which, uint32_t pad, uint32_t target, in atomisp_subdev_set_selection() argument [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | dexcr.c | 31 static int prctl_to_aspect(unsigned long which, unsigned int *aspect) in early_initcall() 33 switch (which) { in early_initcall() 53 int get_dexcr_prctl(struct task_struct *task, unsigned long which) in get_dexcr_prctl() argument 58 ret = prctl_to_aspect(which, &aspect); in get_dexcr_prctl() 78 int set_dexcr_prctl(struct task_struct *task, unsigned long which, unsigned long ctrl) in set_dexcr_prctl() argument 84 err = prctl_to_aspect(which, &aspect); in set_dexcr_prctl()
|
| /linux/include/trace/events/ |
| H A D | timer.h | 333 TP_PROTO(int which, const struct itimerspec64 *const value, 336 TP_ARGS(which, value, expires), 339 __field( int, which ) 348 __entry->which = which; 357 __entry->which, __entry->expires, 370 TP_PROTO(int which, struct pid *pid, unsigned long long now), 372 TP_ARGS(which, pid, now), 375 __field( int , which ) 381 __entry->which = which; 386 TP_printk("which=%d pid=%d now=%llu", __entry->which,
|
| /linux/tools/power/cpupower/lib/ |
| H A D | cpuidle.c | 137 enum idlestate_value which) in cpuidle_state_get_one_value() argument 144 if (which >= MAX_IDLESTATE_VALUE_FILES) in cpuidle_state_get_one_value() 148 idlestate_value_files[which], in cpuidle_state_get_one_value() 178 enum idlestate_string which) in cpuidle_state_get_one_string() argument 184 if (which >= MAX_IDLESTATE_STRING_FILES) in cpuidle_state_get_one_string() 188 idlestate_string_files[which], in cpuidle_state_get_one_string() 351 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument 357 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string() 360 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
|
| /linux/kernel/time/ |
| H A D | itimer.c | 76 static int do_getitimer(int which, struct itimerspec64 *value) in do_getitimer() argument 80 switch (which) { in do_getitimer() 113 SYSCALL_DEFINE2(getitimer, int, which, struct __kernel_old_itimerval __user *, value) in SYSCALL_DEFINE2() argument 116 int error = do_getitimer(which, &get_buffer); in SYSCALL_DEFINE2() 141 COMPAT_SYSCALL_DEFINE2(getitimer, int, which, in COMPAT_SYSCALL_DEFINE2() argument 145 int error = do_getitimer(which, &get_buffer); in COMPAT_SYSCALL_DEFINE2() 225 static int do_setitimer(int which, struct itimerspec64 *value, in do_setitimer() argument 232 switch (which) { in do_setitimer() 351 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, in SYSCALL_DEFINE3() argument 368 error = do_setitimer(which, &set_buffer, ovalue ? &get_buffer : NULL); in SYSCALL_DEFINE3() [all …]
|
| /linux/net/netfilter/ipset/ |
| H A D | Kconfig | 32 This option adds the bitmap:ip set type support, by which one 41 This option adds the bitmap:ip,mac set type support, by which one 50 This option adds the bitmap:port set type support, by which one 59 This option adds the hash:ip set type support, by which one 69 This option adds the hash:ip,mark set type support, by which one 78 This option adds the hash:ip,port set type support, by which one 87 This option adds the hash:ip,port,ip set type support, by which 97 This option adds the hash:ip,port,net set type support, by which 107 This option adds the hash:ip,mac set type support, by which 116 This option adds the hash:mac set type support, by which [all …]
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | sysfs.c | 205 enum idlestate_value which) in sysfs_idlestate_get_one_value() argument 212 if (which >= MAX_IDLESTATE_VALUE_FILES) in sysfs_idlestate_get_one_value() 216 idlestate_value_files[which], in sysfs_idlestate_get_one_value() 245 enum idlestate_string which) in sysfs_idlestate_get_one_string() argument 251 if (which >= MAX_IDLESTATE_STRING_FILES) in sysfs_idlestate_get_one_string() 255 idlestate_string_files[which], in sysfs_idlestate_get_one_string() 412 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument 418 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string() 421 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
|
| /linux/drivers/mtd/chips/ |
| H A D | Kconfig | 22 This option enables JEDEC-style probing of flash chips which are not 24 CFI-targeted flash drivers for any chips which are identified which 40 configuration options which allow you to do so. 49 This option defines the way in which the CPU attempts to arrange 51 'NO', which is the default when CONFIG_MTD_CFI_ADV_OPTIONS isn't 79 some other configuration options which would allow you to reduce 82 which are supported by the current code will be enabled. 88 If you wish to support CFI devices on a physical bus which is 95 If you wish to support CFI devices on a physical bus which is 102 If you wish to support CFI devices on a physical bus which is [all …]
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-api.c | 247 if (cs->which && in prepare_ext_ctrls() 248 (cs->which < V4L2_CTRL_WHICH_DEF_VAL || in prepare_ext_ctrls() 249 cs->which > V4L2_CTRL_WHICH_MAX_VAL) && in prepare_ext_ctrls() 250 V4L2_CTRL_ID2WHICH(id) != cs->which) { in prepare_ext_ctrls() 253 cs->which, id); in prepare_ext_ctrls() 279 (cs->which == V4L2_CTRL_WHICH_MIN_VAL || in prepare_ext_ctrls() 280 cs->which == V4L2_CTRL_WHICH_MAX_VAL)) { in prepare_ext_ctrls() 283 cs->which, id); in prepare_ext_ctrls() 295 if (cs->which == V4L2_CTRL_WHICH_REQUEST_VAL) in prepare_ext_ctrls() 394 static int class_check(struct v4l2_ctrl_handler *hdl, u32 which) in class_check() argument [all …]
|
| /linux/Documentation/driver-api/cxl/devices/ |
| H A D | device-types.rst | 9 which impact configuration. 26 interfaces and /dev/cxl/ devices (which exposes direct access to device 31 The mechanism by which a device may coherently access and cache host memory. 37 The mechanism by which the CPU may coherently access and cache device memory. 55 Typical examples of type-1 devices is a Smart NIC - which may want to 69 of host-managed device memory, which allows the device to operate on a 102 A Single-Logical Device (SLD) is a device which presents a single device to 105 A Multi-Logical Device (MLD) is a device which may present multiple devices 115 device to multiple heads which may be connected to one or more discrete 116 hosts. An example of this would be a simple memory-pool which may be [all …]
|