Searched defs:code (Results 1 - 25 of 901) sorted by relevance

1234567891011>>

/linux-master/net/nfc/nci/
H A Dlib.c24 int nci_to_errno(__u8 code) argument
/linux-master/lib/zstd/common/
H A Derror_private.c15 const char* ERR_getErrorString(ERR_enum code) argument
H A Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } argument
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } argument
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } argument
49 ZSTD_getErrorString(ZSTD_ErrorCode code) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Ddis.h14 static inline int insn_length(unsigned char code) argument
25 static inline int is_known_insn(unsigned char *code) argument
/linux-master/arch/powerpc/math-emu/
H A Dfcmpu.c16 int code[4] = { (1 << 3), (1 << 1), (1 << 2), (1 << 0) }; local
H A Dfcmpo.c16 int code[4] = { (1 << 3), (1 << 1), (1 << 2), (1 << 0) }; local
/linux-master/arch/mips/kvm/
H A Dhypcall.c20 unsigned int code = (inst.co_format.code >> 5) & 0x3ff; local
/linux-master/arch/arm/nwfpe/
H A Dfpa11.c87 unsigned int code; local
/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.h22 static inline bool dell_privacy_process_event(int type, int code, int status) argument
/linux-master/tools/perf/trace/beauty/
H A Darch_prctl.c32 unsigned long code = arg->val; local
/linux-master/arch/sparc/include/asm/
H A Djump_label.h46 jump_label_t code; member in struct:jump_entry
/linux-master/arch/arm/include/asm/
H A Djump_label.h43 jump_label_t code; member in struct:jump_entry
/linux-master/arch/arc/include/asm/
H A Djump_label.h66 jump_label_t code; member in struct:jump_entry
/linux-master/arch/xtensa/include/asm/
H A Djump_label.h59 jump_label_t code; member in struct:jump_entry
/linux-master/lib/zlib_inflate/
H A Dinftrees.h31 } code; typedef in typeref:struct:__anon14845
[all...]
/linux-master/drivers/pcmcia/
H A Dmax1600.c18 max1600_init(struct device *dev, struct max1600 **ptr, unsigned int channel, unsigned int code) argument
H A Dmax1600.h24 unsigned int code; member in struct:max1600
/linux-master/drivers/media/firewire/
H A Dfiredtv-rc.c169 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code) argument
[all...]
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_firmware.h32 __le32 *code; member in struct:rtl_fw::rtl_fw_phy_action
/linux-master/drivers/staging/media/atomisp/pci/runtime/spctrl/interface/
H A Dia_css_spctrl.h32 const void *code; /** location of firmware */ member in struct:__anon220
/linux-master/include/linux/input/
H A Dsparse-keymap.h35 u32 code; member in struct:key_entry
39 u8 code; member in struct:key_entry::__anon4283::__anon4284
[all...]
/linux-master/include/net/
H A Dicmp.h41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) argument
49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) argument
/linux-master/drivers/input/
H A Devbug.c22 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) argument
/linux-master/sound/drivers/pcsp/
H A Dpcsp_input.c43 pcspkr_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
/linux-master/include/uapi/linux/
H A Dv4l2-mediabus.h34 __u32 code; member in struct:v4l2_mbus_framefmt

Completed in 584 milliseconds

1234567891011>>