Home
last modified time | relevance | path

Searched defs:c (Results 476 – 500 of 2298) sorted by relevance

1...<<11121314151617181920>>...92

/linux/arch/s390/include/asm/
H A Dstring.h102 static inline void *memchr(const void * s, int c, size_t n) in memchr()
121 static inline void *memscan(void *s, int c, size_t n) in memscan()
/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c187 static void exit_child(struct dm_btree_info *info, struct child *c) in exit_child()
312 struct child *l, struct child *c, struct child *r, in delete_center_node()
352 struct child *l, struct child *c, struct child *r, in redistribute3()
419 struct child *l, struct child *c, struct child *r) in __rebalance3()
/linux/drivers/media/i2c/
H A Dtvp7002.c444 struct i2c_client *c = v4l2_get_subdevdata(sd); in tvp7002_read() local
490 struct i2c_client *c; in tvp7002_write() local
948 static int tvp7002_probe(struct i2c_client *c) in tvp7002_probe()
1057 static void tvp7002_remove(struct i2c_client *c) in tvp7002_remove()
/linux/drivers/net/ppp/
H A Dppp_async.c515 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
526 int fcs, i, count, c, proto; in ppp_async_encode() local
747 int i, c; in scan_ordinary() local
829 int c, i, j, n, s, f; in ppp_async_input() local
/linux/drivers/dma/ioat/
H A Dinit.c596 static void ioat_free_chan_resources(struct dma_chan *c) in ioat_free_chan_resources()
667 static int ioat_alloc_chan_resources(struct dma_chan *c) in ioat_alloc_chan_resources()
1053 struct dma_chan *c; in ioat_intr_quirk() local
1081 struct dma_chan *c; in ioat3_dma_probe() local
/linux/drivers/video/
H A Dsticore.c83 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument
84 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument
85 #define c_index(sti, c) ((c) & 0xff) argument
158 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc()
231 int height, int width, int c, struct sti_cooked_font *font) in sti_clear()
/linux/drivers/crypto/nx/
H A Dnx_csbcpb.h104 #define NX_CPB_FDM(c) ((c)->cpb.hdr.fdm) argument
105 #define NX_CPB_KS_DS(c) ((c)->cpb.hdr.ks_ds) argument
107 #define NX_CPB_KEY_SIZE(c) (NX_CPB_KS_DS(c) >> 4) argument
108 #define NX_CPB_SET_KEY_SIZE(c, x) NX_CPB_KS_DS(c) |= ((x) << 4) argument
109 #define NX_CPB_SET_DIGEST_SIZE(c, x) NX_CPB_KS_DS(c) |= (x) argument
/linux/fs/ocfs2/
H A Dquota_local.c50 static unsigned int ol_quota_chunk_block(struct super_block *sb, int c) in ol_quota_chunk_block()
56 static unsigned int ol_dqblk_block(struct super_block *sb, int c, int off) in ol_dqblk_block()
63 static unsigned int ol_dqblk_block_off(struct super_block *sb, int c, int off) in ol_dqblk_block_off()
71 static loff_t ol_dqblk_off(struct super_block *sb, int c, int off) in ol_dqblk_off()
83 static int ol_dqblk_chunk_off(struct super_block *sb, int c, loff_t off) in ol_dqblk_chunk_off()
/linux/tools/testing/selftests/mm/
H A Dmremap_test.c196 static void *get_source_mapping(struct config c) in get_source_mapping()
376 char c = (char) rand(); in mremap_move_within_range() local
994 static long long remap_region(struct config c, unsigned int threshold_mb, in remap_region()
1185 struct config c = { in mremap_move_1mb_from_start() local
1223 char c = (char) rand(); in mremap_move_1mb_from_start() local
/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.c314 struct conf_itrim_settings *c = &wl->conf.itrim; in wl1271_acx_dco_itrim_params() local
510 struct conf_sg_settings *c = &wl->conf.sg; in wl12xx_acx_sg_cfg() local
725 struct conf_tx_rate_class *c = &wl->conf.tx.sta_rc_conf; in wl1271_acx_sta_rate_policies() local
792 int wl1271_acx_ap_rate_policy(struct wl1271 *wl, struct conf_tx_rate_class *c, in wl1271_acx_ap_rate_policy()
1126 struct conf_pm_config_settings *c = &wl->conf.pm_config; in wl1271_acx_pm_config() local
1257 struct conf_roam_trigger_settings *c = &wl->conf.roam_trigger; in wl1271_acx_rssi_snr_avg_weights() local
/linux/drivers/media/pci/cobalt/
H A Dcobalt-driver.h124 #define COBALT_CVI(cobalt, c) \ argument
126 #define COBALT_CVI_VMR(cobalt, c) \ argument
128 #define COBALT_CVI_EVCNT(cobalt, c) \ argument
130 #define COBALT_CVI_FREEWHEEL(cobalt, c) \ argument
132 #define COBALT_CVI_CLK_LOSS(cobalt, c) \ argument
134 #define COBALT_CVI_PACKER(cobalt, c) \ argument
/linux/include/acpi/
H A Dacoutput.h429 #define ACPI_DUMP_OPERANDS(a, b ,c) acpi_ex_dump_operands(a, b, c) argument
431 #define ACPI_DUMP_PATHNAME(a, b, c, d) acpi_ns_dump_pathname(a, b, c, d) argument
434 #define ACPI_TRACE_POINT(a, b, c, d) acpi_trace_point (a, b, c, d) argument
452 #define ACPI_DUMP_OPERANDS(a, b, c) argument
454 #define ACPI_DUMP_PATHNAME(a, b, c, d) argument
457 #define ACPI_TRACE_POINT(a, b, c, d) argument
/linux/include/net/bluetooth/
H A Dhci_core.h931 struct discovery_state *c = &hdev->discovery; in inquiry_cache_age() local
1003 static inline void hci_conn_hash_add(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_add()
1032 static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_del()
1088 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() local
1096 struct hci_conn_hash *c = &hdev->conn_hash; in hci_iso_count() local
1104 struct hci_conn *c; in hci_conn_valid() local
1122 struct hci_conn *c; in hci_conn_lookup_type() local
1143 struct hci_conn *c; in hci_conn_hash_lookup_bis() local
1165 struct hci_conn *c; in hci_conn_hash_lookup_create_pa_sync() local
1191 struct hci_conn *c; in hci_conn_hash_lookup_per_adv_bis() local
[all …]
/linux/lib/crypto/
H A Dcurve25519-hacl64.c23 u64 c = xnx - (u64)1U; in u64_eq_mask() local
37 u64 c = x_xor_q_ - (u64)1U; in u64_gte_mask() local
92 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
101 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
111 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
120 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
308 u64 *c; in crecip_crecip() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c278 int err, s, c; in do_destroy_orphan_child() local
340 int err, s, c; in test_clone_after_delete() local
377 int err, s, c, p; in test_accept_after_delete() local
432 int err, s, c, p; in test_accept_before_delete() local
511 int c, p; in connect_accept_thread() local
790 int s, c, p, err, n; in redir_to_listening() local
979 int s, c, err; in test_reuseport_select_listening() local
1152 int s1, s2, c, err; in test_reuseport_mixed_groups() local
/linux/fs/jffs2/
H A Dcompr.c148 uint16_t jffs2_compress(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_compress()
253 int jffs2_decompress(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_decompress()
/linux/drivers/video/fbdev/
H A Datafb_utils.h261 static inline void expand8_col2mask(u8 c, u32 m[]) in expand8_col2mask()
331 static inline void expand16_col2mask(u8 c, u32 m[]) in expand16_col2mask()
/linux/drivers/usb/gadget/function/
H A Df_subset.c292 geth_bind(struct usb_configuration *c, struct usb_function *f) in geth_bind()
457 static void geth_unbind(struct usb_configuration *c, struct usb_function *f) in geth_unbind()
/linux/scripts/dtc/
H A Dtreesource.c42 static bool isstring(char c) in isstring() argument
60 char c = *s++; in write_propval_string() local
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_mods.c17 int a, b, c, d, e, f, g, h; member
37 char *c; member
/linux/drivers/accessibility/braille/
H A Dbraille_console.c64 unsigned char data[1 + 1 + 2*WIDTH + 2 + 1], csum = 0, *c; in braille_write() local
276 unsigned char c = param->c; in vt_notifier_call() local
/linux/drivers/video/console/
H A Ddummycon.c53 static void dummycon_putc(struct vc_data *vc, u16 c, unsigned int y, in dummycon_putc()
98 static void dummycon_putc(struct vc_data *vc, u16 c, unsigned int y, in dummycon_putc()
/linux/lib/crypto/powerpc/
H A Dsha256-spe-asm.S101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
/linux/arch/x86/include/asm/
H A Dhw_irq.h99 static inline void vector_schedule_cleanup(struct irq_cfg *c) { } in vector_schedule_cleanup()
100 static inline void irq_complete_move(struct irq_cfg *c) { } in irq_complete_move()
/linux/drivers/gpio/
H A Dgpio-zevio.c63 static inline u32 zevio_gpio_port_get(struct zevio_gpio *c, unsigned pin, in zevio_gpio_port_get()
70 static inline void zevio_gpio_port_set(struct zevio_gpio *c, unsigned pin, in zevio_gpio_port_set()

1...<<11121314151617181920>>...92