| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 1251 sub which { subroutine
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | kfigure.py | 85 def which(cmd): function
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | ddxBeep.c | 336 XkbDDXAccessXBeep(DeviceIntPtr dev, unsigned what, unsigned which) in XkbDDXAccessXBeep()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | via_i2c.c | 179 struct i2c_adapter *viafb_find_i2c_adapter(enum viafb_i2c_adap which) in viafb_find_i2c_adapter()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-pruss-intc.c | 328 enum irqchip_irq_state which, in pruss_intc_irq_get_irqchip_state() 348 enum irqchip_irq_state which, in pruss_intc_irq_set_irqchip_state()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.cpp | 398 static cJSON *detach_item_from_array(cJSON *array, size_t which) in detach_item_from_array() 698 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array()
|
| H A D | cJSON.cpp | 2228 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) in cJSON_DetachItemFromArray() 2238 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) in cJSON_DeleteItemFromArray() 2268 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray() 2346 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | lp872x.c | 825 *lp872x_populate_pdata_from_dt(struct device *dev, enum lp872x_id which) in lp872x_populate_pdata_from_dt() 884 *lp872x_populate_pdata_from_dt(struct device *dev, enum lp872x_id which) in lp872x_populate_pdata_from_dt()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 128 static inline int check_which(u32 which) in check_which() 152 static int check_cfg(u32 which, struct v4l2_subdev_pad_config *cfg) in check_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | cfag12864b.c | 121 static void cfag12864b_controller(unsigned char which) in cfag12864b_controller()
|
| /OK3568_Linux_fs/kernel/arch/alpha/oprofile/ |
| H A D | op_model_ev67.c | 143 ev67_handle_interrupt(unsigned long which, struct pt_regs *regs, in ev67_handle_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispccdc.c | 1941 unsigned int pad, enum v4l2_subdev_format_whence which) in __ccdc_get_format() 1951 enum v4l2_subdev_format_whence which) in __ccdc_get_crop() 1969 enum v4l2_subdev_format_whence which) in ccdc_try_format()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | mt9v032.c | 226 mt9v032_update_aec_agc(struct mt9v032 *mt9v032, u16 which, int enable) in mt9v032_update_aec_agc() 353 unsigned int pad, enum v4l2_subdev_format_whence which) in __mt9v032_get_pad_format() 367 unsigned int pad, enum v4l2_subdev_format_whence which) in __mt9v032_get_pad_crop()
|
| H A D | s5k6a3.c | 127 u32 pad, enum v4l2_subdev_format_whence which) in __s5k6a3_get_format()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_user.c | 292 unsigned int which; in intel_engines_has_context_isolation() local
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | smp.c | 141 unsigned long which = ffz(~ops); in ipi_interrupt() local
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | qcom-pm8xxx.c | 326 enum irqchip_irq_state which, in pm8xxx_irq_get_irqchip_state() 453 enum irqchip_irq_state which, in pm8821_irq_get_irqchip_state()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | proton-pack.c | 763 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, in arch_prctl_spec_ctrl_set() 807 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get()
|
| /OK3568_Linux_fs/u-boot/board/keymile/common/ |
| H A D | ivm.c | 168 #define GET_STRING(name, which, len) \ argument
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 2219 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) in cJSON_DetachItemFromArray() 2229 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) in cJSON_DeleteItemFromArray() 2259 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray() 2337 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | pci.c | 422 SYSCALL_DEFINE3(pciconfig_iobase, long, which, unsigned long, bus, in SYSCALL_DEFINE3() argument
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | video-mux.c | 144 unsigned int pad, u32 which) in __video_mux_get_pad_format()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/ |
| H A D | camss-csid.c | 767 enum v4l2_subdev_format_whence which) in __csid_get_format() 787 enum v4l2_subdev_format_whence which) in csid_try_format()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | sal.c | 390 ia64_sal_freq_base (unsigned long which, unsigned long *ticks_per_second, in ia64_sal_freq_base()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | xattr.c | 146 int which = 0, dsize, ret = -ENOMEM; in afs_xattr_get_yfs() local
|