/linux/include/uapi/linux/ |
H A D | map_to_7segment.h | 70 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7() 89 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_arrays.c | 25 int c; global() member 32 struct core_reloc_arrays_substruct c[3]; global() member
|
/linux/fs/ubifs/ |
H A D | ioctl.c | 109 struct ubifs_info *c = inode->i_sb->s_fs_info; in setflags() local 178 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_ioctl() local
|
/linux/drivers/tty/serial/ |
H A D | esp32_acm.c | 133 static void esp32s3_acm_put_char(struct uart_port *port, u8 c) in esp32s3_acm_put_char() 138 static void esp32s3_acm_put_char_sync(struct uart_port *port, u8 c) in esp32s3_acm_put_char_sync() 250 static void esp32s3_acm_poll_put_char(struct uart_port *port, unsigned char c) in esp32s3_acm_poll_put_char() 333 int c = esp32s3_acm_poll_get_char(&dev->port); in esp32s3_acm_earlycon_read() local
|
H A D | esp32_uart.c | 246 static void esp32_uart_put_char(struct uart_port *port, u8 c) in esp32_uart_put_char() 251 static void esp32_uart_put_char_sync(struct uart_port *port, u8 c) in esp32_uart_put_char_sync() 486 static void esp32_uart_poll_put_char(struct uart_port *port, unsigned char c) in esp32_uart_poll_put_char() 520 static void esp32_uart_console_putchar(struct uart_port *port, u8 c) in esp32_uart_console_putchar() 603 static void esp32_uart_earlycon_putchar(struct uart_port *port, u8 c) in esp32_uart_earlycon_putchar() 623 int c = esp32_uart_poll_get_char(&dev->port); in esp32_uart_earlycon_read() local
|
/linux/fs/btrfs/ |
H A D | accessors.h | 189 static inline struct btrfs_stripe *btrfs_stripe_nr(struct btrfs_chunk *c, int nr) in btrfs_stripe_nr() 198 static inline char *btrfs_stripe_dev_uuid_nr(struct btrfs_chunk *c, int nr) in btrfs_stripe_dev_uuid_nr() 204 struct btrfs_chunk *c, int nr) in btrfs_stripe_offset_nr() 210 struct btrfs_chunk *c, int nr, in btrfs_set_stripe_offset_nr() 217 struct btrfs_chunk *c, int nr) in btrfs_stripe_devid_nr() 223 struct btrfs_chunk *c, int nr, in btrfs_set_stripe_devid_nr()
|
/linux/sound/soc/codecs/ |
H A D | max9768.c | 43 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in max9768_get_gpio() local 55 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in max9768_set_gpio() local
|
/linux/arch/xtensa/platforms/iss/ |
H A D | console.c | 68 u8 c; in rs_poll() local 173 static struct tty_driver* iss_console_device(struct console *c, int *index) in iss_console_device()
|
/linux/lib/crypto/ |
H A D | poly1305-donna64.c | 42 u64 c; in poly1305_core_blocks() local 116 u64 h0, h1, h2, c; in poly1305_core_emit() local
|
/linux/arch/x86/events/intel/ |
H A D | core.c | 3387 struct event_constraint *c = &vlbr_constraint; in intel_vlbr_constraints() local 3446 struct event_constraint *c = &emptyconstraint; in __intel_shared_reg_get_constraints() local 3546 struct event_constraint *c = NULL, *d; in intel_shared_regs_constraints() local 3571 struct event_constraint *c; in x86_get_event_constraints() local 3589 struct event_constraint *c; in __intel_get_event_constraints() local 3643 struct event_constraint *c = cpuc->event_constraint[idx]; in intel_commit_scheduling() local 3694 dyn_constraint(struct cpu_hw_events *cpuc, struct event_constraint *c, int idx) in dyn_constraint() 3724 int idx, struct event_constraint *c) in intel_get_excl_constraints() 4758 struct event_constraint *c; in hsw_get_event_constraints() local 4791 struct event_constraint *c; in glc_get_event_constraints() local [all …]
|
/linux/tools/testing/selftests/rseq/ |
H A D | basic_percpu_ops_test.c | 56 struct percpu_lock_entry c[CPU_SETSIZE]; member 65 struct test_data_entry c[CPU_SETSIZE]; member 79 struct percpu_list_entry c[CPU_SETSIZE]; member
|
/linux/drivers/video/console/ |
H A D | sticon.c | 263 static void sticon_init(struct vc_data *c, bool init) in sticon_init() 281 static void sticon_deinit(struct vc_data *c) in sticon_deinit() 302 static bool sticon_blank(struct vc_data *c, enum vesa_blank_mode blank, in sticon_blank()
|
/linux/drivers/char/ |
H A D | nvram.c | 92 unsigned char c; in pc_nvram_read_byte() local 101 static void __nvram_write_byte(unsigned char c, int i) in __nvram_write_byte() 106 static void pc_nvram_write_byte(unsigned char c, int i) in pc_nvram_write_byte()
|
/linux/drivers/media/tuners/ |
H A D | tda18250.c | 253 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18250_set_agc() local 433 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18250_pll_calc() local 497 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18250_set_params() local
|
/linux/fs/ext4/ |
H A D | hash.c | 20 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() local 44 #define ROUND(f, a, b, c, d, x, s) \ argument 55 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local
|
/linux/drivers/thermal/ |
H A D | thermal_of.c | 245 struct cooling_spec *c) in thermal_of_get_cooling_spec() 280 struct cooling_spec *c) in thermal_of_cm_lookup() 308 struct cooling_spec *c) in thermal_of_should_bind()
|
/linux/net/core/ |
H A D | utils.c | 86 static inline int xdigit2bin(char c, int delim) in xdigit2bin() 135 int c; in in4_pton() local 204 int c; in in6_pton() local
|
/linux/drivers/nvme/host/ |
H A D | pr.c | 53 struct nvme_command *c, void *data, unsigned int data_len) in nvme_send_ns_head_pr_command() 68 static int nvme_send_ns_pr_command(struct nvme_ns *ns, struct nvme_command *c, in nvme_send_ns_pr_command() 98 struct nvme_command c = { 0 }; in __nvme_send_pr_command() local
|
/linux/fs/hpfs/ |
H A D | name.c | 12 static inline int not_allowed_char(unsigned char c) in not_allowed_char() 18 static inline int no_dos_char(unsigned char c) in no_dos_char()
|
/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-vbi.c | 13 static int odd_parity(u8 c) in odd_parity() 59 u8 c, err = 0; in decode_vps() local
|
/linux/drivers/hid/ |
H A D | hid-dr.c | 245 #define map_abs(c) hid_map_usage(hi, usage, bit, max, EV_ABS, (c)) argument 246 #define map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) argument
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_early.c | 85 static void serial_putc(struct uart_port *port, unsigned char c) in serial_putc() 134 unsigned char c; in init_port() local
|
/linux/sound/soc/intel/atom/ |
H A D | sst-atom-controls.c | 163 struct snd_soc_component *c = snd_kcontrol_chip(kcontrol); in sst_slot_get() local 221 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in sst_slot_put() local 520 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_send_pipe_module_params() local 981 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_be_modules() local 1002 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_path() local 1039 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_media_loop() local 1391 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_fill_module_list() local
|
/linux/drivers/dma/ |
H A D | hisi_dma.c | 320 static inline struct hisi_dma_chan *to_hisi_dma_chan(struct dma_chan *c) in to_hisi_dma_chan() 461 static void hisi_dma_free_chan_resources(struct dma_chan *c) in hisi_dma_free_chan_resources() 482 hisi_dma_prep_dma_memcpy(struct dma_chan *c, dma_addr_t dst, dma_addr_t src, in hisi_dma_prep_dma_memcpy() 500 hisi_dma_tx_status(struct dma_chan *c, dma_cookie_t cookie, in hisi_dma_tx_status() 539 static void hisi_dma_issue_pending(struct dma_chan *c) in hisi_dma_issue_pending() 552 static int hisi_dma_terminate_all(struct dma_chan *c) in hisi_dma_terminate_all() 576 static void hisi_dma_synchronize(struct dma_chan *c) in hisi_dma_synchronize()
|
/linux/drivers/iio/adc/ |
H A D | ad4851.c | 50 #define AD4851_REG_TESTPAT_0(c) (0x38 + (c) * 0x12) argument 51 #define AD4851_REG_TESTPAT_1(c) (0x39 + (c) * 0x12) argument 52 #define AD4851_REG_TESTPAT_2(c) (0x3A + (c) * 0x12) argument 53 #define AD4851_REG_TESTPAT_3(c) (0x3B + (c) * 0x12) argument 81 #define AD4851_TESTPAT_3_DEFAULT(c) (0x0A + (0x10 * (c))) argument 501 int c, ret; in ad4851_calibrate() local 846 unsigned int c; in ad4851_update_scan_mode() local
|