Home
last modified time | relevance | path

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

12345678910>>...111

/Linux-v4.19/drivers/staging/greybus/
Dgpio.c65 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) in gb_gpio_activate_operation() argument
75 request.which = which; in gb_gpio_activate_operation()
83 ggc->lines[which].active = true; in gb_gpio_activate_operation()
89 u8 which) in gb_gpio_deactivate_operation() argument
96 request.which = which; in gb_gpio_deactivate_operation()
100 dev_err(dev, "failed to deactivate gpio %u\n", which); in gb_gpio_deactivate_operation()
104 ggc->lines[which].active = false; in gb_gpio_deactivate_operation()
111 u8 which) in gb_gpio_get_direction_operation() argument
119 request.which = which; in gb_gpio_get_direction_operation()
129 which, direction); in gb_gpio_get_direction_operation()
[all …]
Dpwm.c42 u8 which) in gb_pwm_activate_operation() argument
48 if (which > pwmc->pwm_max) in gb_pwm_activate_operation()
51 request.which = which; in gb_pwm_activate_operation()
67 u8 which) in gb_pwm_deactivate_operation() argument
73 if (which > pwmc->pwm_max) in gb_pwm_deactivate_operation()
76 request.which = which; in gb_pwm_deactivate_operation()
92 u8 which, u32 duty, u32 period) in gb_pwm_config_operation() argument
98 if (which > pwmc->pwm_max) in gb_pwm_config_operation()
101 request.which = which; in gb_pwm_config_operation()
119 u8 which, u8 polarity) in gb_pwm_set_polarity_operation() argument
[all …]
/Linux-v4.19/tools/testing/selftests/timers/
Dposix_timers.c78 static int check_itimer(int which) in check_itimer() argument
88 if (which == ITIMER_VIRTUAL) in check_itimer()
90 else if (which == ITIMER_PROF) in check_itimer()
92 else if (which == ITIMER_REAL) in check_itimer()
99 if (which == ITIMER_VIRTUAL) in check_itimer()
101 else if (which == ITIMER_PROF) in check_itimer()
103 else if (which == ITIMER_REAL) in check_itimer()
112 err = setitimer(which, &val, NULL); in check_itimer()
118 if (which == ITIMER_VIRTUAL) in check_itimer()
120 else if (which == ITIMER_PROF) in check_itimer()
[all …]
/Linux-v4.19/arch/riscv/include/asm/
Dsbi.h29 #define SBI_CALL(which, arg0, arg1, arg2) ({ \ argument
33 register uintptr_t a7 asm ("a7") = (uintptr_t)(which); \
42 #define SBI_CALL_0(which) SBI_CALL(which, 0, 0, 0) argument
43 #define SBI_CALL_1(which, arg0) SBI_CALL(which, arg0, 0, 0) argument
44 #define SBI_CALL_2(which, arg0, arg1) SBI_CALL(which, arg0, arg1, 0) argument
/Linux-v4.19/arch/alpha/oprofile/
Dop_model_ev67.c143 ev67_handle_interrupt(unsigned long which, struct pt_regs *regs, in ev67_handle_interrupt() argument
197 oprofile_add_pc(regs->pc, kern, which); in ev67_handle_interrupt()
199 op_add_pm(regs->pc, kern, which, in ev67_handle_interrupt()
206 op_add_pm(pmpc, kern, which, ctr, in ev67_handle_interrupt()
213 op_add_pm(pmpc, kern, which, ctr, PM_DTB_MISS); in ev67_handle_interrupt()
216 op_add_pm(pmpc, kern, which, ctr, PM_UNALIGNED); in ev67_handle_interrupt()
236 op_add_pm(pmpc, kern, which, ctr, PM_MISPREDICT); in ev67_handle_interrupt()
240 oprofile_add_pc(pmpc, kern, which); in ev67_handle_interrupt()
244 op_add_pm(pmpc, kern, which, ctr, PM_STALLED); in ev67_handle_interrupt()
250 op_add_pm(pmpc, kern, which, ctr, PM_TAKEN); in ev67_handle_interrupt()
/Linux-v4.19/drivers/media/pci/ttpci/
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 …]
/Linux-v4.19/include/linux/ceph/
Dosd_client.h387 unsigned int which, u16 opcode, u32 flags);
390 unsigned int which,
396 unsigned int which, u16 opcode,
400 unsigned int which, u64 length);
402 unsigned int which, u64 offset_inc);
406 unsigned int which);
409 unsigned int which,
414 unsigned int which,
418 unsigned int which,
423 unsigned int which,
[all …]
/Linux-v4.19/kernel/time/
Ditimer.c83 int do_getitimer(int which, struct itimerval *value) in do_getitimer() argument
87 switch (which) { in do_getitimer()
107 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) in SYSCALL_DEFINE2() argument
113 error = do_getitimer(which, &get_buffer); in SYSCALL_DEFINE2()
122 COMPAT_SYSCALL_DEFINE2(getitimer, int, which, in COMPAT_SYSCALL_DEFINE2() argument
126 int error = do_getitimer(which, &kit); in COMPAT_SYSCALL_DEFINE2()
192 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) in do_setitimer() argument
205 switch (which) { in do_setitimer()
293 SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, in SYSCALL_DEFINE3() argument
309 error = do_setitimer(which, &set_buffer, ovalue ? &get_buffer : NULL); in SYSCALL_DEFINE3()
[all …]
/Linux-v4.19/arch/alpha/kernel/
Dsys_marvel.c190 io7_redirect_one_lsi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_lsi() argument
197 val = io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi()
201 io7->csrs->PO7_LSI_CTL[which].csr = val; in io7_redirect_one_lsi()
203 io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi()
207 io7_redirect_one_msi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_msi() argument
214 val = io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi()
218 io7->csrs->PO7_MSI_CTL[which].csr = val; in io7_redirect_one_msi()
220 io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi()
224 init_one_io7_lsi(struct io7 *io7, unsigned int which, unsigned int where) in init_one_io7_lsi() argument
229 io7->csrs->PO7_LSI_CTL[which].csr = ((unsigned long)where << 14); in init_one_io7_lsi()
[all …]
/Linux-v4.19/include/trace/events/
Dtimer.h301 TP_PROTO(int which, const struct itimerval *const value,
304 TP_ARGS(which, value, expires),
307 __field( int, which )
316 __entry->which = which;
325 __entry->which, __entry->expires,
338 TP_PROTO(int which, struct pid *pid, unsigned long long now),
340 TP_ARGS(which, pid, now),
343 __field( int , which )
349 __entry->which = which;
354 TP_printk("which=%d pid=%d now=%llu", __entry->which,
/Linux-v4.19/include/uapi/linux/
Dv4l2-subdev.h49 __u32 which; member
62 __u32 which; member
79 __u32 which; member
98 __u32 which; member
130 __u32 which; member
150 __u32 which; member
/Linux-v4.19/tools/power/cpupower/lib/
Dcpuidle.c136 enum idlestate_value which) in cpuidle_state_get_one_value() argument
143 if (which >= MAX_IDLESTATE_VALUE_FILES) in cpuidle_state_get_one_value()
147 idlestate_value_files[which], in cpuidle_state_get_one_value()
176 enum idlestate_string which) in cpuidle_state_get_one_string() argument
182 if (which >= MAX_IDLESTATE_STRING_FILES) in cpuidle_state_get_one_string()
186 idlestate_string_files[which], in cpuidle_state_get_one_string()
343 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument
349 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string()
352 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
/Linux-v4.19/net/bridge/netfilter/
DKconfig77 This option adds the among match, which allows matching the MAC source
86 This option adds the ARP match, which allows ARP and RARP header field
94 This option adds the IP match, which allows basic IP header field
103 This option adds the IP6 match, which allows basic IPV6 header field
111 This option adds the limit match, which allows you to control
112 the rate at which a rule can be matched. This match is the
121 This option adds the mark match, which allows matching frames based on
131 This option adds the packet type match, which allows matching on the
141 This option adds the Spanning Tree Protocol match, which
149 This option adds the 802.1Q vlan match, which allows the filtering of
[all …]
/Linux-v4.19/Documentation/timers/
Dhpet.txt8 each of which can generate oneshot interrupts and at least one of which has
10 also called "timers", which can be misleading since usually timers are
15 role. Many x86 BIOS writers don't route HPET interrupts at all, which
22 platform code which uses timer 0 or 1 as the main timer to intercept HPET
26 The driver provides a userspace API which resembles the API found in the
/Linux-v4.19/net/netfilter/ipset/
DKconfig31 This option adds the bitmap:ip set type support, by which one
40 This option adds the bitmap:ip,mac set type support, by which one
49 This option adds the bitmap:port set type support, by which one
58 This option adds the hash:ip set type support, by which one
68 This option adds the hash:ip,mark set type support, by which one
77 This option adds the hash:ip,port set type support, by which one
86 This option adds the hash:ip,port,ip set type support, by which
96 This option adds the hash:ip,port,net set type support, by which
106 This option adds the hash:ip,mac set type support, by which
115 This option adds the hash:mac set type support, by which
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dexynos5433-clock.txt10 which generates clocks for IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS
13 which generates clocks for LLI (Low Latency Interface) IP.
15 which generates clocks for DRAM Memory Controller domain.
17 which generates clocks for UART/I2C/SPI/I2S/PCM/SPDIF/PWM/SLIMBUS IPs.
19 which generates clocks for PMU/TMU/MCT/WDT/RTC/SECKEY/TZPC IPs.
21 which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs.
23 which generates clocks for G2D/MDMA IPs.
25 which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs.
27 which generates clocks for Cortex-A5/BUS/AUDIO clocks.
30 which generates global data buses clock and global peripheral buses clock.
[all …]
Dux500.txt10 CLKRST4, which does not exist.
14 reset, control unit) clocks. The cell indicates which PRCMU
18 The first cell indicates which PRCC block the consumer
20 cell indicates which clock inside the PRCC block it wants,
24 The first cell indicates which PRCC block the consumer
26 cell indicates which clock inside the PRCC block it wants,
/Linux-v4.19/drivers/staging/media/omap4iss/
Diss_ipipe.c30 enum v4l2_subdev_format_whence which);
184 enum v4l2_subdev_format_whence which) in __ipipe_get_format() argument
186 if (which == V4L2_SUBDEV_FORMAT_TRY) in __ipipe_get_format()
204 enum v4l2_subdev_format_whence which) in ipipe_try_format() argument
229 format = __ipipe_get_format(ipipe, cfg, IPIPE_PAD_SINK, which); in ipipe_try_format()
289 ipipe_try_format(ipipe, cfg, fse->pad, &format, fse->which); in ipipe_enum_frame_size()
299 ipipe_try_format(ipipe, cfg, fse->pad, &format, fse->which); in ipipe_enum_frame_size()
322 format = __ipipe_get_format(ipipe, cfg, fmt->pad, fmt->which); in ipipe_get_format()
346 format = __ipipe_get_format(ipipe, cfg, fmt->pad, fmt->which); in ipipe_set_format()
350 ipipe_try_format(ipipe, cfg, fmt->pad, &fmt->format, fmt->which); in ipipe_set_format()
[all …]
Diss_ipipeif.c365 enum v4l2_subdev_format_whence which) in __ipipeif_get_format() argument
367 if (which == V4L2_SUBDEV_FORMAT_TRY) in __ipipeif_get_format()
383 enum v4l2_subdev_format_whence which) in ipipeif_try_format() argument
411 which); in ipipeif_try_format()
426 which); in ipipeif_try_format()
470 code->which); in ipipeif_enum_mbus_code()
495 ipipeif_try_format(ipipeif, cfg, fse->pad, &format, fse->which); in ipipeif_enum_frame_size()
505 ipipeif_try_format(ipipeif, cfg, fse->pad, &format, fse->which); in ipipeif_enum_frame_size()
528 format = __ipipeif_get_format(ipipeif, cfg, fmt->pad, fmt->which); in ipipeif_get_format()
552 format = __ipipeif_get_format(ipipeif, cfg, fmt->pad, fmt->which); in ipipeif_set_format()
[all …]
/Linux-v4.19/tools/power/cpupower/utils/helpers/
Dsysfs.c206 enum idlestate_value which) in sysfs_idlestate_get_one_value() argument
213 if (which >= MAX_IDLESTATE_VALUE_FILES) in sysfs_idlestate_get_one_value()
217 idlestate_value_files[which], in sysfs_idlestate_get_one_value()
246 enum idlestate_string which) in sysfs_idlestate_get_one_string() argument
252 if (which >= MAX_IDLESTATE_STRING_FILES) in sysfs_idlestate_get_one_string()
256 idlestate_string_files[which], in sysfs_idlestate_get_one_string()
413 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument
419 if (which >= MAX_CPUIDLE_STRING_FILES) in sysfs_cpuidle_get_one_string()
422 len = sysfs_cpuidle_read_file(cpuidle_string_files[which], in sysfs_cpuidle_get_one_string()
/Linux-v4.19/arch/arm64/kernel/
Dssbd.c70 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, in arch_prctl_spec_ctrl_set() argument
73 switch (which) { in arch_prctl_spec_ctrl_set()
101 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get() argument
103 switch (which) { in arch_prctl_spec_ctrl_get()
/Linux-v4.19/arch/x86/platform/uv/
Dbios_uv.c32 s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, u64 a5) in uv_bios_call() argument
48 ret = efi_call((void *)__va(tab->function), (u64)which, a1, a2, a3, a4, a5); in uv_bios_call()
50 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5); in uv_bios_call()
56 s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_irqsave() argument
63 ret = uv_bios_call(which, a1, a2, a3, a4, a5); in uv_bios_call_irqsave()
69 s64 uv_bios_call_reentrant(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_reentrant() argument
75 ret = uv_bios_call(which, a1, a2, a3, a4, a5); in uv_bios_call_reentrant()
/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2.h165 #define SWITCH_INTR_L2(which) \ argument
166 static inline void intrl2_##which##_mask_clear(struct bcm_sf2_priv *priv, \
169 priv->irq##which##_mask &= ~(mask); \
170 intrl2_##which##_writel(priv, mask, INTRL2_CPU_MASK_CLEAR); \
172 static inline void intrl2_##which##_mask_set(struct bcm_sf2_priv *priv, \
175 intrl2_## which##_writel(priv, mask, INTRL2_CPU_MASK_SET); \
176 priv->irq##which##_mask |= (mask); \
/Linux-v4.19/Documentation/process/
D4.Coding.rst8 code. It is the code which will be examined by other developers and merged
9 (or not) into the mainline tree. So it is the quality of this code which
13 number of ways in which kernel developers can go wrong. Then the focus
14 will shift toward doing things right and the tools which can help in that
28 which does not meet the coding style guidelines. The presence of that code
46 The other trap is to assume that code which is already in the kernel is
56 The coding style document also should not be read as an absolute law which
58 style (a line which becomes far less readable if split to fit within the
81 At a simple level, consider a function which has an argument which is
84 provides. By that time, though, chances are good that the code which
[all …]
/Linux-v4.19/drivers/mtd/chips/
DKconfig21 This option enables JEDEC-style probing of flash chips which are not
23 CFI-targeted flash drivers for any chips which are identified which
39 configuration options which allow you to do so.
48 This option defines the way in which the CPU attempts to arrange
50 'NO', which is the default when CONFIG_MTD_CFI_ADV_OPTIONS isn't
76 some other configuration options which would allow you to reduce
79 which are supported by the current code will be enabled.
85 If you wish to support CFI devices on a physical bus which is
92 If you wish to support CFI devices on a physical bus which is
99 If you wish to support CFI devices on a physical bus which is
[all …]

12345678910>>...111