Searched refs:which (Results 51 - 75 of 517) sorted by relevance

1234567891011>>

/linux-master/fs/afs/
H A Dxattr.c147 int which = 0, dsize, ret = -ENOMEM; local
150 which = 0;
152 which = 1;
154 which = 2;
156 which = 3;
164 if (which == 0)
166 else if (which == 3)
182 switch (which) {
266 * Get the name of the cell on which a file resides.
331 * Get the name of the volume on which
[all...]
/linux-master/tools/perf/tests/shell/common/
H A Dsettings.sh10 # change the usual sample command which is used in all of the tests
16 #### which perf to use in the testing
17 export CMD_PERF=${CMD_PERF:-`which perf`}
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c23 static s64 __uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, argument
35 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5);
40 static s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, argument
48 ret = __uv_bios_call(which, a1, a2, a3, a4, a5);
54 static s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, argument
64 ret = __uv_bios_call(which, a1, a2, a3, a4, a5);
/linux-master/scripts/selinux/
H A Dinstall_policy.sh9 SF=`which setfiles`
16 CP=`which checkpolicy`
24 ENABLED=`which selinuxenabled`
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c113 * @which : wanted subdev format
119 unsigned int pad, enum v4l2_subdev_format_whence which)
121 if (which == V4L2_SUBDEV_FORMAT_TRY)
131 * @which : wanted subdev crop rectangle
136 enum v4l2_subdev_format_whence which)
138 if (which == V4L2_SUBDEV_FORMAT_TRY)
633 * Configures the memory address to which the output frame is written.
710 * (where iw is the requested input width) which can be rewritten as
1237 sel->which);
1239 sel->which);
117 __resizer_get_format(struct isp_res_device *res, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
134 __resizer_get_crop(struct isp_res_device *res, struct v4l2_subdev_state *sd_state, enum v4l2_subdev_format_whence which) argument
1376 resizer_try_format(struct isp_res_device *res, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) argument
[all...]
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_header.c23 int which; member in struct:pci_bar_info
140 bar->which = 1;
148 bar->which = 0;
156 /* For the BARs, only allow writes which write ~0 or
182 bar->which = 1;
190 bar->which = 0;
205 *value = bar->which ? bar->len_val : bar->val;
251 bar->which = 0;
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy.c316 * @pad: pad from which format is requested
317 * @which: TRY or ACTIVE format
325 enum v4l2_subdev_format_whence which)
327 if (which == V4L2_SUBDEV_FORMAT_TRY)
337 * @pad: pad on which format is requested
339 * @which: wanted subdev format
345 enum v4l2_subdev_format_whence which)
374 which);
405 code->which);
433 csiphy_try_format(csiphy, sd_state, fse->pad, &format, fse->which);
322 __csiphy_get_format(struct csiphy_device *csiphy, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
341 csiphy_try_format(struct csiphy_device *csiphy, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) argument
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_gamepad.py104 def _get_libevdev_abs_events(self, which):
105 """Returns which ABS_* evdev axes are expected for the given stick"""
106 abs_map = self.uhdev.axes_map[which]
116 def _test_joystick_press(self, which, data):
119 libevdev_axes = self._get_libevdev_abs_events(which)
122 if which == "left_stick":
/linux-master/drivers/input/serio/
H A Dolpc_apsp.c21 * otherwise-unused slow processor which is included in the Marvell MMP2/MMP3
24 * which we read from the Application Processor (AP, i.e. main CPU) in this
41 * used to identify which port (device) is being talked to. The lower byte
76 u32 which = 0; local
79 which = TOUCHPAD_PORT << PORT_SHIFT;
81 which = KEYBOARD_PORT << PORT_SHIFT;
83 dev_dbg(priv->dev, "olpc_apsp_write which=%x val=%x\n", which, val);
87 writel(which | val,
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-csi2.c145 unsigned int pad, u32 which)
149 if (which == V4L2_SUBDEV_FORMAT_TRY)
164 sdformat->which);
187 sdformat->which);
198 sdformat->which);
143 adv748x_csi2_get_pad_format(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, unsigned int pad, u32 which) argument
/linux-master/arch/xtensa/platforms/iss/
H A Dsimdisk.c263 static int __init simdisk_setup(struct simdisk *dev, int which, argument
266 char tmp[2] = { '0' + which, 0 };
280 dev->gd->first_minor = which;
284 snprintf(dev->gd->disk_name, 32, "simdisk%d", which);
341 static void simdisk_teardown(struct simdisk *dev, int which, argument
344 char tmp[2] = { '0' + which, 0 };
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-subdev.c151 static inline int check_which(u32 which) argument
153 if (which != V4L2_SUBDEV_FORMAT_TRY &&
154 which != V4L2_SUBDEV_FORMAT_ACTIVE)
176 u32 which, u32 pad, u32 stream)
191 if (which == V4L2_SUBDEV_FORMAT_TRY && (!state || !state->pads))
204 return check_which(format->which) ? : check_pad(sd, format->pad) ? :
205 check_state(sd, state, format->which, format->pad, format->stream);
231 return check_which(code->which) ? : check_pad(sd, code->pad) ? :
232 check_state(sd, state, code->which, code->pad, code->stream) ? :
243 return check_which(fse->which)
175 check_state(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, u32 which, u32 pad, u32 stream) argument
512 u32 which; local
[all...]
H A Dv4l2-ctrls-api.c231 if (cs->which &&
232 cs->which != V4L2_CTRL_WHICH_DEF_VAL &&
233 cs->which != V4L2_CTRL_WHICH_REQUEST_VAL &&
234 V4L2_CTRL_ID2WHICH(id) != cs->which) {
236 "invalid which 0x%x or control id 0x%x\n",
237 cs->which, id);
270 if (cs->which == V4L2_CTRL_WHICH_REQUEST_VAL)
327 * The code below figures out in O(n) time which controls in the list
369 static int class_check(struct v4l2_ctrl_handler *hdl, u32 which) argument
371 if (which
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_parser.h15 static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which) argument
36 switch (which) {
/linux-master/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh62 which pesign > /dev/null 2>&1 || log_skip "pesign not found"
80 which getfattr > /dev/null 2>&1
199 # Determine which kernel config options are enabled
/linux-master/fs/freevxfs/
H A Dvxfs_fshead.c43 * @which: 0 for the structural, 1 for the primary fsh.
53 vxfs_getfsh(struct inode *ip, int which) argument
57 bp = vxfs_bread(ip, which);
75 * @sbp: superblock to which the fileset belongs
/linux-master/tools/testing/selftests/firmware/
H A Dfw_lib.sh104 if ! which xz 2> /dev/null > /dev/null; then
109 if ! which zstd 2> /dev/null > /dev/null; then
/linux-master/scripts/
H A DMakefile.clang25 GCC_TOOLCHAIN_DIR := $(dir $(shell which $(CROSS_COMPILE)elfedit))
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prp.c6 * which are routed directly to the Image Converter preprocess tasks,
83 unsigned int pad, enum v4l2_subdev_format_whence which)
85 if (which == V4L2_SUBDEV_FORMAT_TRY)
117 code->which);
141 fmt = __prp_get_fmt(priv, sd_state, sdformat->pad, sdformat->which);
173 infmt = __prp_get_fmt(priv, sd_state, PRP_SINK_PAD, sdformat->which);
203 fmt = __prp_get_fmt(priv, sd_state, sdformat->pad, sdformat->which);
406 if (fi->which != V4L2_SUBDEV_FORMAT_ACTIVE)
429 if (fi->which != V4L2_SUBDEV_FORMAT_ACTIVE)
82 __prp_get_fmt(struct prp_priv *priv, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
H A Dimx-media-csi.c915 if (fi->which != V4L2_SUBDEV_FORMAT_ACTIVE)
942 if (fi->which != V4L2_SUBDEV_FORMAT_ACTIVE)
1074 /* record which output pad is now active */
1164 unsigned int pad, enum v4l2_subdev_format_whence which)
1166 if (which == V4L2_SUBDEV_FORMAT_TRY)
1174 enum v4l2_subdev_format_whence which)
1176 if (which == V4L2_SUBDEV_FORMAT_TRY)
1184 enum v4l2_subdev_format_whence which)
1186 if (which == V4L2_SUBDEV_FORMAT_TRY)
1244 infmt = __csi_get_fmt(priv, sd_state, CSI_SINK_PAD, code->which);
1163 __csi_get_fmt(struct csi_priv *priv, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
1173 __csi_get_crop(struct csi_priv *priv, struct v4l2_subdev_state *sd_state, enum v4l2_subdev_format_whence which) argument
1183 __csi_get_compose(struct csi_priv *priv, struct v4l2_subdev_state *sd_state, enum v4l2_subdev_format_whence which) argument
[all...]
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_phys.c86 static void __x2apic_send_IPI_shorthand(int vector, u32 which) argument
88 unsigned long cfg = __prepare_ICR(which, vector, 0);
/linux-master/Documentation/devicetree/bindings/
H A DMakefile6 DT_SCHEMA_LINT = $(shell which yamllint || \
13 @which $(DT_DOC_CHECKER) >/dev/null || \
/linux-master/arch/x86/kernel/
H A Dprocess_64.c237 enum which_selector which)
267 if (which == FS)
309 static __always_inline void loadseg(enum which_selector which, argument
312 if (which == FS)
322 enum which_selector which)
335 loadseg(which, __USER_DS);
336 loadseg(which, next_index);
340 * under which we can skip the segment load,
351 loadseg(which, next_index);
355 loadseg(which, next_inde
235 save_base_legacy(struct task_struct *prev_p, unsigned short selector, enum which_selector which) argument
318 load_seg_legacy(unsigned short prev_index, unsigned long prev_base, unsigned short next_index, unsigned long next_base, enum which_selector which) argument
[all...]
/linux-master/include/linux/ceph/
H A Dcls_lock_client.h55 int ceph_cls_assert_locked(struct ceph_osd_request *req, int which,
/linux-master/drivers/irqchip/
H A Dirq-partition-percpu.c54 enum irqchip_irq_state which,
63 return chip->irq_set_irqchip_state(data, which, val);
69 enum irqchip_irq_state which,
78 return chip->irq_get_irqchip_state(data, which, val);
53 partition_irq_set_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool val) argument
68 partition_irq_get_irqchip_state(struct irq_data *d, enum irqchip_irq_state which, bool *val) argument

Completed in 441 milliseconds

1234567891011>>