| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | run-command.c | 171 int status, code; in wait_or_whine() local 207 int code = start_command(cmd); in run_command() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | input.h | 35 __u16 code; member 425 static inline void input_report_key(struct input_dev *dev, unsigned int code, int value) in input_report_key() 430 static inline void input_report_rel(struct input_dev *dev, unsigned int code, int value) in input_report_rel() 435 static inline void input_report_abs(struct input_dev *dev, unsigned int code, int value) in input_report_abs() 440 static inline void input_report_ff_status(struct input_dev *dev, unsigned int code, int value) in input_report_ff_status() 445 static inline void input_report_switch(struct input_dev *dev, unsigned int code, int value) in input_report_switch()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | tango-ir.c | 57 u32 v, code; in tango_ir_handle_nec() local 72 u32 data, field, toggle, addr, cmd, code; in tango_ir_handle_rc5() local 89 u32 data0, data1, toggle, mode, addr, cmd, code; in tango_ir_handle_rc6() local
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | xfrm6_protocol.c | 127 u8 type, u8 code, int offset, __be32 info) in xfrm6_esp_err() 156 u8 type, u8 code, int offset, __be32 info) in xfrm6_ah_err() 185 u8 type, u8 code, int offset, __be32 info) in xfrm6_ipcomp_err()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | ptrace.h | 132 #define arch_ptrace_stop(code, info) \ argument 134 #define arch_ptrace_stop_needed(code, info) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-utils.c | 244 imx_media_find_mbus_format(u32 code, enum imx_pixfmt_sel fmt_sel) in imx_media_find_mbus_format() 332 int imx_media_enum_mbus_formats(u32 *code, u32 index, in imx_media_enum_mbus_formats() 370 u32 width, u32 height, u32 code, u32 field, in imx_media_init_mbus_fmt() 520 u32 code; in imx_media_mbus_fmt_to_pix_fmt() local
|
| /OK3568_Linux_fs/kernel/arch/s390/kvm/ |
| H A D | diag.c | 61 u16 code; in __diag_page_ref_service() member 257 int code = kvm_s390_get_base_disp_rs(vcpu, NULL) & 0xffff; in kvm_s390_handle_diag() local
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | traps.c | 27 static void _send_sig(int signo, int code, unsigned long addr) in _send_sig() 46 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr) in _exception()
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | power.c | 61 #define DIAG_CODE(code) (0x14000000 + ((code)<<5)) argument 63 #define MFCPU_X(rDiagReg, t_ch, t_th, code) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input.c | 61 static inline int is_event_supported(unsigned int code, in is_event_supported() 83 static void input_start_autorepeat(struct input_dev *dev, int code) in input_start_autorepeat() 178 unsigned int type, unsigned int code, int value) in input_pass_event() 223 unsigned int code, int *pval) in input_handle_abs_event() 273 unsigned int type, unsigned int code, int *pval) in input_get_disposition() 379 unsigned int type, unsigned int code, int value) in input_handle_event() 445 unsigned int type, unsigned int code, int value) in input_event() 470 unsigned int type, unsigned int code, int value) in input_inject_event() 717 int code; in input_dev_release_keys() local 1988 void input_set_capability(struct input_dev *dev, unsigned int type, unsigned int code) in input_set_capability()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | traps.c | 325 static void default_trap(int code, struct pt_regs *regs) in default_trap() 414 void parisc_terminate(char *msg, struct pt_regs *regs, int code, unsigned long offset) in parisc_terminate() 475 void notrace handle_interruption(int code, struct pt_regs *regs) in handle_interruption()
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | entropy_common.c | 52 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 54 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | pxa27x_keypad.c | 155 unsigned short code; in pxa27x_keypad_direct_key_parse_dt() local 213 unsigned int code, proplen; in pxa27x_keypad_rotary_parse_dt() local 454 int code; in pxa27x_keypad_scan_matrix() local 495 int code = MAX_MATRIX_KEY_NUM + 2 * r + (delta > 0 ? 0 : 1); in report_rotary_event() local 556 int code = MAX_MATRIX_KEY_NUM + i; in pxa27x_keypad_scan_direct() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/ |
| H A D | xilinx-vip.c | 53 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code) in xvip_get_format_by_code() 250 struct v4l2_subdev_mbus_code_enum *code) in xvip_enum_mbus_code()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | da9150-fg.c | 88 static u32 da9150_fg_read_attr(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr() 106 static void da9150_fg_write_attr(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr() 163 static u32 da9150_fg_read_attr_sync(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr_sync() 175 static void da9150_fg_write_attr_sync(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr_sync()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-icf-gimple.h | 81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1() 97 #define return_different_stmts(s1, s2, code) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-icf-gimple.h | 81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1() 97 #define return_different_stmts(s1, s2, code) \ argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | traps.c | 309 static void show_signal_msg(int signr, struct pt_regs *regs, int code, in show_signal_msg() 335 static bool exception_common(int signr, struct pt_regs *regs, int code, in exception_common() 367 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) in _exception() 1192 int code = 0; in parse_fpe() local 1455 int code = 0; in emulate_math() local 1606 int sig, code, fixed = 0; in alignment_exception() local 2145 int code = FPE_FLTUNK; in SPEFloatingPointException() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | http_file_source.cpp | 101 static void handleError(CURLMcode code) { in handleError() 107 static void handleError(CURLcode code) { in handleError() 422 void HTTPRequest::handleResult(CURLcode code) { in handleResult()
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | yui-reset-fonts-base.css | 7 …9% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-fa… selector 13 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset… selector
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | core_lca.c | 132 unsigned long flags, code, stat0; in conf_read() local 170 unsigned long flags, code, stat0; in conf_write() local 375 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT; in ioc_error() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | raid_class.c | 174 #define raid_attr_show_internal(attr, fmt, var, code) \ argument 184 #define raid_attr_ro_states(attr, states, code) \ argument 193 #define raid_attr_ro_internal(attr, code) \ argument
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | yui-reset-fonts-base.css | 7 …9% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-fa… selector 13 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset… selector
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | pxa2xx_base.c | 89 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_hold() local 96 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_asst() local 103 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_setup() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/nvec/ |
| H A D | nvec_kbd.c | 56 int code, state; in nvec_keys_notifier() local 86 unsigned int code, int value) in nvec_kbd_event()
|