Searched refs:which (Results 276 - 300 of 522) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/net/
H A Dpmtu.sh74 # connected to B via a VXLAN endpoint, which is directly bridged to C.
94 # which is handled by Open vSwitch and bridged to C. MTU on the B-R1 link
209 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping)
273 # identifier ID, which is 1 for hosts (A and B), 2 for routers (R1 and R2).
684 if ! which nettest >/dev/null; then
686 if ! which nettest >/dev/null; then
1154 if ! which socat > /dev/null 2>&1; then
1953 if ! which
[all...]
H A Dl2_tos_ttl_inherit.sh22 if ! which tcpdump > /dev/null 2>&1; then
208 ping_dst="198.19.0.3" # Generates ARPs which are not IPv4/IPv6
/linux-master/drivers/gpio/
H A Dgpio-nomadik.c92 int offset, enum nmk_gpio_irq_type which,
100 if (which == NORMAL) {
91 __nmk_gpio_irq_modify(struct nmk_gpio_chip *nmk_chip, int offset, enum nmk_gpio_irq_type which, bool enable) argument
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c457 .which = V4L2_SUBDEV_FORMAT_ACTIVE,
460 .which = V4L2_SUBDEV_FORMAT_ACTIVE,
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c70 static int sys_waitid(int which, pid_t pid, int options) argument
72 return syscall(__NR_waitid, which, pid, NULL, options, NULL);
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-hdmi.c440 if (sdformat->which == V4L2_SUBDEV_FORMAT_TRY) {
461 if (sdformat->which == V4L2_SUBDEV_FORMAT_ACTIVE)
/linux-master/kernel/
H A Dwatchdog.c117 * then interrupts should be enabled too, in which
375 * cpustats, which will roll over roughly every ~1000 seconds.
592 * Preemption can be enabled. It doesn't matter which CPU's watchdog
638 * be updated, which could indicate a potential softlockup. In
641 * to find which interrupt is storming.
957 * the default pm_poweroff() function which busy loops forever.
977 * caller | table->data points to | 'which'
986 static int proc_watchdog_common(int which, struct ctl_table *table, int write, argument
998 *param = (watchdog_enabled & which) != 0;
/linux-master/include/linux/
H A Dsyscalls.h239 * The asmlinkage stub is aliased to a function named __se_sys_*() which
388 asmlinkage long sys_ioprio_set(int which, int who, int ioprio);
389 asmlinkage long sys_ioprio_get(int which, int who);
541 asmlinkage long sys_waitid(int which, pid_t pid,
575 asmlinkage long sys_getitimer(int which, struct __kernel_old_itimerval __user *value);
576 asmlinkage long sys_setitimer(int which,
665 asmlinkage long sys_setpriority(int which, int who, int niceval);
666 asmlinkage long sys_getpriority(int which, int who);
983 asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
993 * Deprecated system calls which ar
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S47 | after the decimal point which are to be included as
57 | 10^^(abs(ISCALE)) using a rounding mode which is a
280 | original decimal point which are to be included as
456 | multiply by 10^(d2), which is now only allowed to be 24,
457 | with a multiply by 10^8 and 10^16, which is exact since
658 | denormalized, check only the case in which YINT > 10^LEN.
/linux-master/scripts/dtc/
H A Ddtx_diff294 if ( ! which ${__DTC} >/dev/null ) ; then
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-camera.c372 .which = V4L2_SUBDEV_FORMAT_ACTIVE,
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-common.c245 .which = V4L2_SUBDEV_FORMAT_ACTIVE,
/linux-master/drivers/media/i2c/
H A Dadv7170.c311 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE)
H A Dov772x.c731 if (ival->which != V4L2_SUBDEV_FORMAT_ACTIVE)
753 if (ival->which != V4L2_SUBDEV_FORMAT_ACTIVE)
1179 if (sel->which != V4L2_SUBDEV_FORMAT_ACTIVE)
1238 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
H A Dadv7180.c476 if (fi->which != V4L2_SUBDEV_FORMAT_ACTIVE)
779 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
809 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
828 .which = sd_state ? V4L2_SUBDEV_FORMAT_TRY
H A Dds90ub913.c336 enum v4l2_subdev_format_whence which,
341 if (which == V4L2_SUBDEV_FORMAT_ACTIVE && priv->enabled_source_streams)
412 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE &&
334 ub913_set_routing(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, enum v4l2_subdev_format_whence which, struct v4l2_subdev_krouting *routing) argument
/linux-master/drivers/irqchip/
H A Dirq-gic.c7 * o There is one Interrupt Distributor, which receives interrupts
10 * o There is one CPU Interface per CPU, which sends interrupts sent
243 enum irqchip_irq_state which, bool val)
247 switch (which) {
269 enum irqchip_irq_state which, bool *val)
271 switch (which) {
1076 /* Prevents SW retriggers which mess up the ACK/EOI ordering */
1353 * contiguous region, which allows us to use GICC_DIR
242 gic_irq_set_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool val) argument
268 gic_irq_get_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool *val) argument
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S76 # query in hard ISR path would return false (since .IE is set) which would
230 ; entry was via Exception in DS which got preempted in kernel).
235 ; and return from pure kernel mode which does right things for delay slot
/linux-master/arch/x86/kernel/
H A Dhead_32.S139 * which will be freed later
180 # which means no CPUID and no CR4
477 * and does not scribble over the data which is placed behind the
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py244 udev_hid_bpf = shutil.which("udev-hid-bpf")
369 the session once, then once for each test (the first of which will
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-subdev.c326 enum v4l2_subdev_format_whence which,
324 ipu6_isys_subdev_set_routing(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, enum v4l2_subdev_format_whence which, struct v4l2_subdev_krouting *routing) argument
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c481 * versions have been unfortunately inconsistent with which
668 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
723 * list entry to know which mode is selected. If this
911 * the sensor which supports max exposure zone number is 1.
966 if (sel->which != V4L2_SUBDEV_FORMAT_TRY &&
967 sel->which != V4L2_SUBDEV_FORMAT_ACTIVE)
1401 if (interval->which != V4L2_SUBDEV_FORMAT_ACTIVE)
/linux-master/drivers/hwmon/
H A Dibmaem.c427 static void update_aem_energy_one(struct aem_data *data, int which) argument
429 aem_read_sensor(data, AEM_ENERGY_ELEMENT, which,
430 &data->energy[which], 8);
/linux-master/drivers/media/platform/via/
H A Dvia-camera.c226 * Manage the ov7670 "flip" bit, which needs special help.
245 .which = V4L2_SUBDEV_FORMAT_ACTIVE,
317 * Find the next buffer which has somebody waiting on it.
347 * Figure out which buffer we just completed.
371 * control register, which is relevant to much more than just the
635 * requirement which will keep the CPU out of the deeper sleep
840 .which = V4L2_SUBDEV_FORMAT_TRY,
964 .which = V4L2_SUBDEV_FORMAT_ACTIVE,
/linux-master/drivers/regulator/
H A Dlp872x.c820 *lp872x_populate_pdata_from_dt(struct device *dev, enum lp872x_id which) argument
848 switch (which) {
875 *lp872x_populate_pdata_from_dt(struct device *dev, enum lp872x_id which) argument

Completed in 511 milliseconds

<<11121314151617181920>>