Searched defs:code (Results 26 - 50 of 901) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dtca6416_keypad.h17 int code; /* input event code (KEY_*, SW_*) */ member in struct:tca6416_button
H A Dicmpv6.h25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, argument
47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) argument
58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) argument
67 icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) argument
72 icmpv6_ndo_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) argument
93 icmpv6_param_prob(struct sk_buff *skb, u8 code, int pos) argument
[all...]
/linux-master/arch/loongarch/kvm/
H A Dinterrupt.c174 unsigned int code; local
119 _kvm_deliver_exception(struct kvm_vcpu *vcpu, unsigned int code, unsigned int subcode) argument
[all...]
/linux-master/drivers/input/misc/
H A Dm68kspkr.c25 static int m68kspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
H A Dpcspkr.c23 pcspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
H A Dgpio-beeper.c35 gpio_beeper_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
/linux-master/arch/mips/include/asm/
H A Djump_label.h74 jump_label_t code; member in struct:jump_entry
/linux-master/drivers/leds/trigger/
H A Dledtrig-panic.c35 led_trigger_panic_notifier(struct notifier_block *nb, unsigned long code, void *unused) argument
/linux-master/net/bridge/netfilter/
H A Debt_ip.c30 u8 code; member in struct:pkthdr::__anon719
H A Debt_ip6.c33 u8 code; member in struct:pkthdr::__anon722
/linux-master/drivers/input/
H A Dapm-power.c31 apmpower_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) argument
H A Dinput-compat.h21 __u16 code; member in struct:input_event_compat
/linux-master/net/ipv6/
H A Dip6_icmp.c36 void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, argument
52 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) argument
/linux-master/include/linux/mtd/
H A Dnand-ecc-sw-bch.h47 nand_ecc_sw_bch_calculate(struct nand_device *nand, const unsigned char *buf, unsigned char *code) argument
H A Dnand-ecc-sw-hamming.h57 ecc_sw_hamming_calculate(const unsigned char *buf, unsigned int step_size, unsigned char *code, bool sm_order) argument
64 nand_ecc_sw_hamming_calculate(struct nand_device *nand, const unsigned char *buf, unsigned char *code) argument
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c61 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) argument
/linux-master/arch/s390/kernel/
H A Djump_label.c50 void *code = (void *)jump_entry_code(entry); local
/linux-master/arch/x86/kernel/
H A Djump_label.c31 const void *code; member in struct:jump_label_patch
38 const void *expect, *code, *nop; local
[all...]
/linux-master/include/soc/tegra/
H A Dtegra-cbb.h12 const char *code; member in struct:tegra_cbb_error
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp108.c44 const u64 code = base + lsfw->app_resident_code_offset; local
/linux-master/lib/zstd/common/
H A Derror_private.h47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } argument
49 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); } argument
62 ERR_STATIC const char* ERR_getErrorName(size_t code) argument
[all...]
/linux-master/arch/microblaze/mm/
H A Dfault.c91 int code = SEGV_MAPERR; local
/linux-master/net/netfilter/
H A Dnft_reject.c104 int nft_reject_icmp_code(u8 code) argument
122 int nft_reject_icmpv6_code(u8 code) argument
/linux-master/drivers/input/keyboard/
H A Dmaple_keyb.c85 int code, keycode; local
[all...]
/linux-master/drivers/misc/ibmasm/
H A Dremote.c160 unsigned short code = input->data.keyboard.key_code; local

Completed in 209 milliseconds

1234567891011>>