/linux-5.10/net/dsa/ |
D | tag_edsa.c | 171 __wsum c = skb->csum; in edsa_rcv() local
|
/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tm-spd-gpr.c | 17 float c = FPR_3; variable
|
/linux-5.10/tools/testing/selftests/vm/ |
D | write_to_hugetlbfs.c | 68 int c = 0; in main() local
|
/linux-5.10/arch/mips/alchemy/common/ |
D | prom.c | 100 static inline unsigned char str2hexnum(unsigned char c) in str2hexnum()
|
/linux-5.10/drivers/usb/gadget/legacy/ |
D | gmidi.c | 124 static int midi_bind_config(struct usb_configuration *c) in midi_bind_config()
|
D | tcm_usb_gadget.c | 72 static int tcm_do_config(struct usb_configuration *c) in tcm_do_config()
|
/linux-5.10/tools/perf/util/ |
D | clockid.c | 17 #define CLOCKID_MAP(n, c) \ argument
|
D | demangle-java.c | 21 #define BASE_ENT(c, n) [c - 'A']=n argument
|
/linux-5.10/drivers/input/mouse/ |
D | touchkit_ps2.c | 34 #define TOUCHKIT_SEND_PARMS(s, r, c) ((s) << 12 | (r) << 8 | (c)) argument
|
/linux-5.10/scripts/dtc/libfdt/ |
D | fdt_addresses.c | 16 const fdt32_t *c; in fdt_cells() local
|
/linux-5.10/drivers/media/dvb-frontends/ |
D | af9013.c | 109 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_set_frontend() local 398 struct dtv_frontend_properties *c) in af9013_get_frontend() 519 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_read_status() local 1438 struct dtv_frontend_properties *c; in af9013_probe() local
|
D | au8522_dig.c | 598 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in au8522_set_frontend() local 807 struct dtv_frontend_properties *c) in au8522_get_frontend()
|
/linux-5.10/fs/jffs2/ |
D | nodelist.h | 206 #define write_ofs(c) ((c)->nextblock->offset + (c)->sector_size - (c)->nextblock->free_size) argument 296 static inline int jffs2_blocks_use_vmalloc(struct jffs2_sb_info *c) in jffs2_blocks_use_vmalloc() 301 #define ref_totlen(a, b, c) __jffs2_ref_totlen((a), (b), (c)) argument 309 #define VERYDIRTY(c, size) ((size) >= ((c)->sector_size / 2)) argument
|
/linux-5.10/drivers/md/bcache/ |
D | request.c | 91 struct cache_set *c) in bch_keylist_realloc() 324 unsigned int bch_get_congested(const struct cache_set *c) in bch_get_congested() 365 struct cache_set *c = dc->disk.c; in check_should_bypass() local 1127 static void quit_max_writeback_rate(struct cache_set *c, in quit_max_writeback_rate()
|
/linux-5.10/drivers/media/pci/ttpci/ |
D | dvb_filter.c | 25 int c = 0; in dvb_filter_get_ac3info() local
|
/linux-5.10/drivers/tty/ |
D | ttynull.c | 51 static struct tty_driver *ttynull_device(struct console *c, int *index) in ttynull_device()
|
/linux-5.10/tools/gpio/ |
D | lsgpio.c | 178 int c; in main() local
|
D | gpio-event-mon.c | 171 int c, attr, i; in main() local
|
/linux-5.10/drivers/char/ |
D | nsc_gpio.c | 52 char c; in nsc_gpio_write() local
|
/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_primitives.c | 24 enum core_reloc_primitives_enum c; member
|
/linux-5.10/arch/um/os-Linux/ |
D | sigio.c | 56 char c; in write_sigio_thread() local 133 char c; in update_thread() local
|
/linux-5.10/fs/nfsd/ |
D | nfsfh.h | 60 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f)) argument 61 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f)) argument
|
/linux-5.10/kernel/rcu/ |
D | update.c | 469 unsigned long c_old, unsigned long c) in do_trace_rcu_torture_read() 475 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
|
/linux-5.10/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.h | 97 #define GPIO_IRQ_CLUSTER(a, b, c) \ argument 135 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c } argument
|
/linux-5.10/fs/nls/ |
D | nls_euc-jp.c | 22 #define IS_SJIS_JISX0201KANA(c) ((0xA1 <= (c)) && ((c) <= 0xDF)) argument 43 #define IS_EUC_BYTE(c) ((0xA1 <= (c)) && ((c) <= 0xFE)) argument
|