| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-driver.c | 312 struct i2c_client *c; in cx18_read_eeprom() local
|
| /linux/tools/testing/selftests/dmabuf-heaps/ |
| H A D | dmabuf-heap.c | 213 char *c; in test_alloc_zeroed() local
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-samsung-ufs.h | 30 #define PHY_TRSV_REG_CFG_OFFSET(o, v, d, c) { \ argument
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | drxk_hard.c | 158 static inline u32 Frac28a(u32 a, u32 c) in Frac28a() argument 2460 u32 c in get_dvbt_signal_to_noise() local 6465 struct dtv_frontend_properties *c = &fe->dtv_property_cache; drxk_get_stats() local 6607 struct dtv_frontend_properties *c = &fe->dtv_property_cache; drxk_read_signal_strength() local [all...] |
| H A D | lgdt3306a.c | 816 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in lgdt3306a_init() local 1568 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in lgdt3306a_read_status() local
|
| H A D | sp887x.c | 166 int c = BLOCKSIZE; in sp887x_initial_setup() local
|
| /linux/drivers/md/ |
| H A D | dm-writecache.c | 473 struct completion c; member 1669 struct copy_struct *c = ptr; in writecache_copy_endio() local 1722 struct copy_struct *c; in __writecache_endio_ssd() local 1897 struct copy_struct *c; in __writecache_writeback_ssd() local
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 2569 static void nvme_tcp_set_sg_null(struct nvme_command *c) in nvme_tcp_set_sg_null() 2580 struct nvme_command *c, u32 data_len) in nvme_tcp_set_sg_inline() 2589 static void nvme_tcp_set_sg_host_data(struct nvme_command *c, in nvme_tcp_set_sg_host_data() 2683 struct nvme_command *c = &pdu->cmd; in nvme_tcp_map_data() local
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 3758 __sum16 c = (__force __sum16)pkt->csum; in t4_ethrx_handler() local 4366 struct fw_iq_cmd c; in t4_sge_alloc_rxq() local 4584 struct fw_eq_eth_cmd c; in t4_sge_alloc_eth_txq() local 4677 struct fw_eq_ctrl_cmd c; in t4_sge_alloc_ctrl_txq() local 4746 struct fw_eq_ofld_cmd c; in t4_sge_alloc_ofld_txq() local
|
| /linux/drivers/clk/ |
| H A D | clk.c | 3285 static void clk_summary_show_one(struct seq_file *s, struct clk_core *c, in clk_summary_show_one() 3326 static void clk_summary_show_subtree(struct seq_file *s, struct clk_core *c, in clk_summary_show_subtree() 3339 struct clk_core *c; in clk_summary_show() local 3364 static void clk_dump_one(struct seq_file *s, struct clk_core *c, int level) in clk_dump_one() 3387 static void clk_dump_subtree(struct seq_file *s, struct clk_core *c, int level) in clk_dump_subtree() 3403 struct clk_core *c; in clk_dump_show() local
|
| /linux/scripts/ |
| H A D | unifdef.c | 235 #define endsym(c) (!isalnum((unsigned char)c) && c != '_') argument 366 const char *c = copyright; in version() local
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | bman.c | 527 const struct bm_portal_config *c) in bman_create_portal() 594 struct bman_portal *bman_create_affine_portal(const struct bm_portal_config *c) in bman_create_affine_portal()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drv.h | 335 NV_PRINTK(l,c,f,a...) global() argument 357 NV_PRINTK_ONCE(l,c,f,a...) global() argument
|
| /linux/kernel/ |
| H A D | audit.h | 312 #define auditsc_get_stamp(c, s) 0 argument 343 #define audit_filter_inodes(t, c) do { } while (0) argument
|
| /linux/drivers/iio/adc/ |
| H A D | ad7280a.c | 132 #define AD7280A_CALC_VOLTAGE_CHAN_NUM(d, c) (((d) * AD7280A_CELLS_PER_DEV) + \ argument 134 #define AD7280A_CALC_TEMP_CHAN_NUM(d, c) (((d) * AD7280A_CELLS_PER_DEV) + \ argument
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_hid.c | 1146 static int hidg_bind(struct usb_configuration *c, struct usb_function *f) in hidg_bind() 1583 static void hidg_unbind(struct usb_configuration *c, struct usb_function *f) in hidg_unbind()
|
| /linux/net/sched/ |
| H A D | sch_htb.c | 293 struct htb_class *c; in htb_add_to_id_tree() local 330 struct htb_class *c; in htb_add_to_wait_tree() local 1296 struct htb_class *c; in htb_offload_aggregate_stats() local
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 831 int c; in test_getpagesize() local 1565 #define EXPECT_VFPRINTF(c, expected, fmt, ...) \ argument 1568 static int expect_vfprintf(int llen, int c, const char *expected, const char *fmt, ...) in expect_vfprintf()
|
| /linux/drivers/tty/serial/ |
| H A D | qcom_geni_serial.c | 422 unsigned char c) in qcom_geni_serial_poll_put_char() 584 int c; in handle_rx_console() local 703 unsigned char c; in qcom_geni_serial_start_tx_fifo() local
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_acct.c | 283 struct netlink_dump_control c = { in nfnl_acct_get() local
|
| /linux/drivers/usb/serial/ |
| H A D | keyspan_usa67msg.h | 240 c, member
|
| H A D | keyspan_usa26msg.h | 246 c, member
|
| /linux/include/uapi/linux/ |
| H A D | ppp_defs.h | 138 struct compstat c; /* packet compression statistics */ member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | regsnv04.h | 25 #define NV50_PFIFO_CTX_TABLE(c) (0x2600+(c)*4) argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_type_based.c | 40 int a, b, c; member
|