Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 4864) sorted by relevance

12345678910>>...195

/openbmc/linux/drivers/staging/greybus/
H A Dgpio.c67 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) in gb_gpio_activate_operation() argument
77 request.which = which; in gb_gpio_activate_operation()
85 ggc->lines[which].active = true; in gb_gpio_activate_operation()
91 u8 which) in gb_gpio_deactivate_operation() argument
98 request.which = which; in gb_gpio_deactivate_operation()
102 dev_err(dev, "failed to deactivate gpio %u\n", which); in gb_gpio_deactivate_operation()
106 ggc->lines[which].active = false; in gb_gpio_deactivate_operation()
113 u8 which) in gb_gpio_get_direction_operation() argument
121 request.which = which; in gb_gpio_get_direction_operation()
131 which, direction); in gb_gpio_get_direction_operation()
[all …]
H A Dpwm.c43 u8 which) in gb_pwm_activate_operation() argument
49 if (which > pwmc->pwm_max) in gb_pwm_activate_operation()
52 request.which = which; in gb_pwm_activate_operation()
68 u8 which) in gb_pwm_deactivate_operation() argument
74 if (which > pwmc->pwm_max) in gb_pwm_deactivate_operation()
77 request.which = which; in gb_pwm_deactivate_operation()
93 u8 which, u32 duty, u32 period) in gb_pwm_config_operation() argument
99 if (which > pwmc->pwm_max) in gb_pwm_config_operation()
102 request.which = which; in gb_pwm_config_operation()
120 u8 which, u8 polarity) in gb_pwm_set_polarity_operation() argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.1.1-43.bb105 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
106 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
107 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
108 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
109 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
110 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
111 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
112 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
113 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
114 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
[all …]
/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c77 static int check_itimer(int which) in check_itimer() argument
86 if (which == ITIMER_VIRTUAL) in check_itimer()
88 else if (which == ITIMER_PROF) in check_itimer()
90 else if (which == ITIMER_REAL) in check_itimer()
97 if (which == ITIMER_VIRTUAL) in check_itimer()
99 else if (which == ITIMER_PROF) in check_itimer()
101 else if (which == ITIMER_REAL) in check_itimer()
110 err = setitimer(which, &val, NULL); in check_itimer()
116 if (which == ITIMER_VIRTUAL) in check_itimer()
118 else if (which == ITIMER_PROF) in check_itimer()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/which/
H A Dwhich_2.21.bb7 HOMEPAGE = "https://carlowood.github.io/which/"
11 file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
19 SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \
30 ALTERNATIVE:${PN} = "which"
33 ALTERNATIVE:${PN}-doc = "which.1"
34 ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1"
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run_no_header.log39 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 Dtest_output_isolated_correctly.log61 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 …]
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_ipack.c18 p->which = 0; in av7110_ipack_reset()
228 p->which = 0; in av7110_ipack_instant_repack()
286 if (p->mpeg == 1 && p->which < 2000) { in av7110_ipack_instant_repack()
293 while (!p->which && c < count && in av7110_ipack_instant_repack()
305 if ((p->check & 0xc0) == 0x40 && !p->which) { in av7110_ipack_instant_repack()
312 p->which = 1; in av7110_ipack_instant_repack()
320 p->which = 2; in av7110_ipack_instant_repack()
325 if (p->which == 1) { in av7110_ipack_instant_repack()
331 p->which = 2; in av7110_ipack_instant_repack()
339 p->which = 3; in av7110_ipack_instant_repack()
[all …]
/openbmc/qemu/tests/tcg/hppa/
H A Dstby.c16 const char *which, const char *insn, int ofs) in check() argument
22 which, insn, ofs, s->a); in check()
27 which, insn, ofs, s->c); in check()
32 which, insn, ofs, s->b, e); in check()
46 check(&s, E, which, INSN, OFS); \
49 static void test(const char *which) in test() argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtailcall6.c13 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()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h469 unsigned int which, u16 opcode, u32 flags);
472 unsigned int which,
478 unsigned int which, u16 opcode,
482 unsigned int which, u64 length);
484 unsigned int which, u64 offset_inc);
488 unsigned int which);
491 unsigned int which,
496 unsigned int which,
500 unsigned int which,
505 unsigned int which,
[all …]
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-isp.c63 unsigned int pad, u32 which) in rkisp1_isp_get_pad_fmt() argument
69 if (which == V4L2_SUBDEV_FORMAT_TRY) in rkisp1_isp_get_pad_fmt()
78 unsigned int pad, u32 which) in rkisp1_isp_get_pad_crop() argument
84 if (which == V4L2_SUBDEV_FORMAT_TRY) in rkisp1_isp_get_pad_crop()
501 unsigned int which) in rkisp1_isp_set_src_fmt() argument
511 RKISP1_ISP_PAD_SINK_VIDEO, which); in rkisp1_isp_set_src_fmt()
513 RKISP1_ISP_PAD_SOURCE_VIDEO, which); in rkisp1_isp_set_src_fmt()
515 RKISP1_ISP_PAD_SOURCE_VIDEO, which); in rkisp1_isp_set_src_fmt()
600 if (which == V4L2_SUBDEV_FORMAT_ACTIVE) in rkisp1_isp_set_src_fmt()
606 struct v4l2_rect *r, unsigned int which) in rkisp1_isp_set_src_crop() argument
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dsys_marvel.c189 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 …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c235 u32 which, uint32_t pad, in atomisp_subdev_get_rect() argument
240 if (which == V4L2_SUBDEV_FORMAT_TRY) { in atomisp_subdev_get_rect()
261 struct v4l2_subdev_state *sd_state, uint32_t which, in atomisp_subdev_get_ffmt() argument
266 if (which == V4L2_SUBDEV_FORMAT_TRY) in atomisp_subdev_get_ffmt()
274 uint32_t which, in isp_get_fmt_rect() argument
282 ffmt[i] = atomisp_subdev_get_ffmt(sd, sd_state, which, i); in isp_get_fmt_rect()
283 crop[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect()
285 comp[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect()
292 u32 which, uint32_t pad, uint32_t target, in isp_subdev_propagate() argument
302 isp_get_fmt_rect(sd, sd_state, which, ffmt, crop, comp); in isp_subdev_propagate()
[all …]
/openbmc/linux/Documentation/dev-tools/
H A Dktap.rst11 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
31 a couple of places (notably the "Subtest" header), which are described where
37 All KTAP-formatted results begin with a "version line" which specifies which
45 Note that, in KTAP, subtests also begin with a version line, which denotes the
46 start of the nested test results. This differs from TAP14, which uses a
62 which case the test plan may be omitted -- it is strongly recommended one is
75 The result can be either "ok", which indicates the test case passed,
76 or "not ok", which indicates that the test case failed.
[all …]
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c138 enum v4l2_subdev_format_whence which) in vimc_scaler_pad_format() argument
140 if (which == V4L2_SUBDEV_FORMAT_TRY) in vimc_scaler_pad_format()
149 enum v4l2_subdev_format_whence which) in vimc_scaler_pad_crop() argument
151 if (which == V4L2_SUBDEV_FORMAT_TRY) in vimc_scaler_pad_crop()
165 format->which); in vimc_scaler_get_fmt()
177 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE && vscaler->src_frame) in vimc_scaler_set_fmt()
180 fmt = vimc_scaler_pad_format(vscaler, sd_state, format->pad, format->which); in vimc_scaler_set_fmt()
218 crop = vimc_scaler_pad_crop(vscaler, sd_state, format->which); in vimc_scaler_set_fmt()
225 format->which); in vimc_scaler_set_fmt()
246 sel->r = *vimc_scaler_pad_crop(vscaler, sd_state, sel->which); in vimc_scaler_get_selection()
[all …]
/openbmc/linux/include/trace/events/
H A Dtimer.h313 TP_PROTO(int which, const struct itimerspec64 *const value,
316 TP_ARGS(which, value, expires),
319 __field( int, which )
328 __entry->which = which;
337 __entry->which, __entry->expires,
350 TP_PROTO(int which, struct pid *pid, unsigned long long now),
352 TP_ARGS(which, pid, now),
355 __field( int , which )
361 __entry->which = which;
366 TP_printk("which=%d pid=%d now=%llu", __entry->which,
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpuidle.c135 enum idlestate_value which) in cpuidle_state_get_one_value() argument
142 if (which >= MAX_IDLESTATE_VALUE_FILES) in cpuidle_state_get_one_value()
146 idlestate_value_files[which], in cpuidle_state_get_one_value()
175 enum idlestate_string which) in cpuidle_state_get_one_string() argument
181 if (which >= MAX_IDLESTATE_STRING_FILES) in cpuidle_state_get_one_string()
185 idlestate_string_files[which], in cpuidle_state_get_one_string()
342 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument
348 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string()
351 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen-x86_32.h99 #define __DECL_REG_LO8(which) union { \ argument
100 uint32_t e ## which ## x; \
101 uint16_t which ## x; \
103 uint8_t which ## l; \
104 uint8_t which ## h; \
113 #define __DECL_REG_LO8(which) uint32_t e ## which ## x argument
/openbmc/linux/include/uapi/linux/
H A Dv4l2-subdev.h39 __u32 which; member
55 __u32 which; member
82 __u32 which; member
109 __u32 which; member
147 __u32 which; member
169 __u32 which; member
230 __u32 which; member
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c772 enum v4l2_subdev_format_whence which) in __vfe_get_format() argument
774 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_format()
792 enum v4l2_subdev_format_whence which) in __vfe_get_compose() argument
794 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_compose()
812 enum v4l2_subdev_format_whence which) in __vfe_get_crop() argument
814 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_crop()
833 enum v4l2_subdev_format_whence which) in vfe_try_format() argument
863 which); in vfe_try_format()
870 rect = __vfe_get_crop(line, sd_state, which); in vfe_try_format()
892 enum v4l2_subdev_format_whence which) in vfe_try_compose() argument
[all …]
/openbmc/linux/kernel/time/
H A Ditimer.c76 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()
206 static int do_setitimer(int which, struct itimerspec64 *value, in do_setitimer() argument
213 switch (which) { in do_setitimer()
332 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, in SYSCALL_DEFINE3() argument
349 error = do_setitimer(which, &set_buffer, ovalue ? &get_buffer : NULL); in SYSCALL_DEFINE3()
[all …]
/openbmc/linux/include/linux/
H A Dskmsg.h172 #define sk_msg_iter_prev(msg, which) \ argument
173 sk_msg_iter_var_prev(msg->sg.which)
175 #define sk_msg_iter_next(msg, which) \ argument
176 sk_msg_iter_var_next(msg->sg.which)
186 int which, u32 size) in sk_msg_xfer() argument
188 dst->sg.data[which] = src->sg.data[which]; in sk_msg_xfer()
189 dst->sg.data[which].length = size; in sk_msg_xfer()
192 src->sg.data[which].length -= size; in sk_msg_xfer()
193 src->sg.data[which].offset += size; in sk_msg_xfer()
212 static inline struct scatterlist *sk_msg_elem(struct sk_msg *msg, int which) in sk_msg_elem() argument
[all …]
/openbmc/u-boot/drivers/pinctrl/renesas/
H A DKconfig15 The driver is controlled by a device tree node which contains both
25 The driver is controlled by a device tree node which contains both
35 The driver is controlled by a device tree node which contains both
45 The driver is controlled by a device tree node which contains both
55 The driver is controlled by a device tree node which contains both
65 The driver is controlled by a device tree node which contains both
75 The driver is controlled by a device tree node which contains both
85 The driver is controlled by a device tree node which contains both
95 The driver is controlled by a device tree node which contains both
105 The driver is controlled by a device tree node which contains both
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_ipipe.c26 enum v4l2_subdev_format_whence which);
180 enum v4l2_subdev_format_whence which) in __ipipe_get_format() argument
182 if (which == V4L2_SUBDEV_FORMAT_TRY) in __ipipe_get_format()
201 enum v4l2_subdev_format_whence which) in ipipe_try_format() argument
227 which); in ipipe_try_format()
287 ipipe_try_format(ipipe, sd_state, fse->pad, &format, fse->which); in ipipe_enum_frame_size()
297 ipipe_try_format(ipipe, sd_state, fse->pad, &format, fse->which); in ipipe_enum_frame_size()
320 format = __ipipe_get_format(ipipe, sd_state, fmt->pad, fmt->which); in ipipe_get_format()
344 format = __ipipe_get_format(ipipe, sd_state, fmt->pad, fmt->which); in ipipe_set_format()
348 ipipe_try_format(ipipe, sd_state, fmt->pad, &fmt->format, fmt->which); in ipipe_set_format()
[all …]

12345678910>>...195