| /linux/drivers/memory/ |
| H A D | renesas-rpc-if-regs.h | 41 #define RPCIF_DRCMR_CMD(c) (((c) & 0xFF) << 16) argument 42 #define RPCIF_DRCMR_OCMD(c) (((c) & 0xFF) << 0) argument 45 #define RPCIF_DREAR_EAV(c) (((c) & 0xF) << 16) argument 46 #define RPCIF_DREAR_EAC(c) (((c) & 0x7) << 0) argument 51 #define RPCIF_DRENR_CDB(o) (((u32)((o) & 0x3)) << 30) argument 52 #define RPCIF_DRENR_OCDB(o) (((o) & 0x3) << 28) argument 53 #define RPCIF_DRENR_ADB(o) (((o) & 0x3) << 24) argument 54 #define RPCIF_DRENR_OPDB(o) (((o) & 0x3) << 20) argument 55 #define RPCIF_DRENR_DRDB(o) (((o) & 0x3) << 16) argument 69 #define RPCIF_SMCMR_CMD(c) (((c) & 0xFF) << 16) argument [all …]
|
| /linux/fs/ubifs/ |
| H A D | orphan.c | 53 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan() 55 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 97 static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum) in lookup_orphan() 99 struct ubifs_orphan *o; in lookup_orphan() local 116 static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o) in __orphan_drop() 130 static void orphan_delete(struct ubifs_info *c, struct ubifs_orphan *orph) in orphan_delete() 156 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan() 182 int ubifs_orphan_start_commit(struct ubifs_info *c) in ubifs_orphan_start_commit() 216 static int avail_orphs(struct ubifs_info *c) in avail_orphs() 236 static int tot_avail_orphs(struct ubifs_info *c) in tot_avail_orphs() [all …]
|
| H A D | tnc_commit.c | 25 static int make_idx_node(struct ubifs_info *c, struct ubifs_idx_node *idx, in make_idx_node() 106 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end, in fill_gap() 163 static int find_old_idx(struct ubifs_info *c, int lnum, int offs) in find_old_idx() 165 struct ubifs_old_idx *o; in find_old_idx() local 198 static int is_idx_node_in_use(struct ubifs_info *c, union ubifs_key *key, in is_idx_node_in_use() 224 static int layout_leb_in_gaps(struct ubifs_info *c, int p) in layout_leb_in_gaps() 334 static int get_leb_cnt(struct ubifs_info *c, int cnt) in get_leb_cnt() 356 static int layout_in_gaps(struct ubifs_info *c, int cnt) in layout_in_gaps() 428 static int layout_in_empty_space(struct ubifs_info *c) in layout_in_empty_space() 567 static int layout_commit(struct ubifs_info *c, int no_space, int cnt) in layout_commit() [all …]
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | memory.h | 66 #define nvkm_memory_map(p,o,vm,va,av,ac) \ argument 73 #define nvkm_kmap(o) (o)->func->acquire(o) argument 74 #define nvkm_done(o) (o)->func->release(o) argument 76 #define nvkm_ro32(o,a) (o)->ptrs->rd32((o), (a)) argument 77 #define nvkm_wo32(o,a,d) (o)->ptrs->wr32((o), (a), (d)) argument 78 #define nvkm_mo32(o,a,m,d) ({ \ argument 84 #define nvkm_wo64(o,a,d) do { \ argument 90 #define nvkm_robj(o,a,p,s) do { \ argument 98 #define nvkm_wobj(o,a,p,s) do { \ argument 106 #define nvkm_fill(t,s,o,a,d,c) do { \ argument [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | smpboot.c | 317 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node() argument 325 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() argument 341 match_smt(struct cpuinfo_x86 * c,struct cpuinfo_x86 * o) match_smt() argument 368 match_die(struct cpuinfo_x86 * c,struct cpuinfo_x86 * o) match_die() argument 379 match_l2c(struct cpuinfo_x86 * c,struct cpuinfo_x86 * o) match_l2c() argument 399 match_pkg(struct cpuinfo_x86 * c,struct cpuinfo_x86 * o) match_pkg() argument 427 match_llc(struct cpuinfo_x86 * c,struct cpuinfo_x86 * o) match_llc() argument 678 struct cpuinfo_x86 *c = &cpu_data(cpu); set_cpu_sibling_map() local 679 struct cpuinfo_x86 *o; set_cpu_sibling_map() local 1297 struct cpuinfo_x86 *c = &cpu_data(cpu); remove_siblinginfo() local [all...] |
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | printf.h | 7 #define NVIF_PRINT(l,o,f,a...) do { \ argument 14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a) argument 16 #define NVIF_DEBUG(o,f,a...) argument 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a) argument 20 #define NVIF_ERRON(c,o,f,a...) do { \ argument
|
| H A D | push006c.h | 50 #define PUSH_HDR(p,o,n,s,m,c) do { \ argument 62 #define PUSH_MTHD_HDR(p,c,m,n) PUSH_HDR(p, METHOD, "incr", PUSH006C_SUBC_##c, m, n) argument 64 #define PUSH_NINC_HDR(p,c,m,n) PUSH_HDR(p, NONINC_METHOD, "ninc", PUSH006C_SUBC_##c, m, n) argument 67 #define PUSH_JUMP(p,o) do { \ argument
|
| H A D | push507c.h | 7 #define PUSH_HDR(p,m,c) do { \ argument 16 #define PUSH_MTHD_HDR(p,s,m,c) PUSH_HDR(p,m,c) argument 19 #define PUSH_JUMP(p,o) do { \ argument
|
| /linux/drivers/md/ |
| H A D | dm-snap.c | 252 struct dm_snap_tracked_chunk *c = dm_per_bio_data(bio, sizeof(struct dm_snap_tracked_chunk)); in init_tracked_chunk() local 259 struct dm_snap_tracked_chunk *c = dm_per_bio_data(bio, sizeof(struct dm_snap_tracked_chunk)); in is_bio_tracked() local 266 struct dm_snap_tracked_chunk *c = dm_per_bio_data(bio, sizeof(struct dm_snap_tracked_chunk)); in track_chunk() local 278 struct dm_snap_tracked_chunk *c = dm_per_bio_data(bio, sizeof(struct dm_snap_tracked_chunk)); in stop_tracking_chunk() local 288 struct dm_snap_tracked_chunk *c; in __chunk_is_tracked() local 393 struct origin *o; in __lookup_origin() local 403 static void __insert_origin(struct origin *o) in __insert_origin() 413 struct dm_origin *o; in __lookup_dm_origin() local 423 static void __insert_dm_origin(struct dm_origin *o) in __insert_dm_origin() 430 static void __remove_dm_origin(struct dm_origin *o) in __remove_dm_origin() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.h | 191 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_byte() 219 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_dataptr() 293 static inline bool xfs_ascii_ci_need_xfrm(unsigned char c) in xfs_ascii_ci_need_xfrm() 304 static inline unsigned char xfs_ascii_ci_xfrm(unsigned char c) in xfs_ascii_ci_xfrm()
|
| /linux/lib/crypto/x86/ |
| H A D | curve25519.h | 990 u64 *c; in point_add_and_double() local 1030 u64 *c = tmp1 + (u32)12U; in point_double() local 1110 static void fsquare_times(u64 *o, const u64 *inp, u64 *tmp, u32 n1) in fsquare_times() 1118 static void finv(u64 *o, const u64 *i, u64 *tmp) in finv() 1123 u64 *c = t1 + (u32)8U; in finv() local 1206 static void encode_point(u8 *o, const u64 *i) in encode_point() 1543 u64 *c = &tmp[8 + 16]; in curve25519_ever64_base() local
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | disp.h | 17 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) argument 19 #define NV50_DISP_WNDW_SEM0(c) NV50_DISP_SYNC(1 + (c), 0x00) argument 20 #define NV50_DISP_WNDW_SEM1(c) NV50_DISP_SYNC(1 + (c), 0x10) argument 21 #define NV50_DISP_WNDW_NTFY(c) NV50_DISP_SYNC(1 + (c), 0x20) argument 22 #define NV50_DISP_BASE_SEM0(c) NV50_DISP_WNDW_SEM0(0 + (c)) argument 23 #define NV50_DISP_BASE_SEM1(c) NV50_DISP_WNDW_SEM1(0 + (c)) argument 24 #define NV50_DISP_BASE_NTFY(c) NV50_DISP_WNDW_NTFY(0 + (c)) argument 25 #define NV50_DISP_OVLY_SEM0(c) NV50_DISP_WNDW_SEM0(4 + (c)) argument 26 #define NV50_DISP_OVLY_SEM1(c) NV50_DISP_WNDW_SEM1(4 + (c)) argument 27 #define NV50_DISP_OVLY_NTFY(c) NV50_DISP_WNDW_NTFY(4 + (c)) argument
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.c | 51 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 88 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 114 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 153 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 176 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 240 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 258 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 263 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 270 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() 327 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() [all …]
|
| /linux/lib/crypto/powerpc/ |
| H A D | curve25519.h | 70 static void finv(fe51 o, const fe51 i) in finv() 72 fe51 a0, b, c, t00; in finv() local 138 fe51 a, b, c, d, e; in curve25519_fe51() local
|
| /linux/drivers/media/i2c/cx25840/ |
| H A D | cx25840-ir.c | 99 struct i2c_client *c; member 310 static inline void control_tx_irq_watermark(struct i2c_client *c, in control_tx_irq_watermark() 316 static inline void control_rx_irq_watermark(struct i2c_client *c, in control_rx_irq_watermark() 322 static inline void control_tx_enable(struct i2c_client *c, bool enable) in control_tx_enable() 328 static inline void control_rx_enable(struct i2c_client *c, bool enable) in control_rx_enable() 334 static inline void control_tx_modulation_enable(struct i2c_client *c, in control_tx_modulation_enable() 341 static inline void control_rx_demodulation_enable(struct i2c_client *c, in control_rx_demodulation_enable() 348 static inline void control_rx_s_edge_detection(struct i2c_client *c, in control_rx_s_edge_detection() 355 static void control_rx_s_carrier_window(struct i2c_client *c, in control_rx_s_carrier_window() 381 static inline void control_tx_polarity_invert(struct i2c_client *c, in control_tx_polarity_invert() [all …]
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-samsung-ufs.h | 22 #define PHY_COMN_REG_CFG(o, v, d) { \ argument 30 #define PHY_TRSV_REG_CFG_OFFSET(o, v, d, c) { \ argument 38 #define PHY_TRSV_REG_CFG(o, v, d) \ argument
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 119 static struct offset *offset_new(unsigned o) in offset_new() 146 unsigned nlloop, i, j, n, c, id; in table_print() local 199 unsigned o; in parser_auth() local
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 52 dump_options(struct trusted_key_options * o) dump_options() argument 83 dump_options(struct trusted_key_options * o) dump_options() argument 136 unsigned char c; TSS_authhmac() local 626 key_seal(struct trusted_key_payload * p,struct trusted_key_options * o) key_seal() argument 652 key_unseal(struct trusted_key_payload * p,struct trusted_key_options * o) key_unseal() argument 696 getoptions(char * c,struct trusted_key_payload * pay,struct trusted_key_options * opt) getoptions() argument [all...] |
| /linux/lib/842/ |
| H A D | 842_compress.c | 109 #define get_input_data(p, o, b) \ argument 170 u64 o; in add_bits() local 222 add_template(struct sw842_param * p,u8 c) add_template() argument 380 check_template(struct sw842_param * p,u8 c) check_template() argument [all...] |
| /linux/fs/jffs2/ |
| H A D | wbuf.c | 48 static int jffs2_wbuf_pending_for_ino(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_pending_for_ino() 69 static void jffs2_clear_wbuf_ino_list(struct jffs2_sb_info *c) in jffs2_clear_wbuf_ino_list() 85 static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_dirties_inode() 108 static inline void jffs2_refile_wbuf_blocks(struct jffs2_sb_info *c) in jffs2_refile_wbuf_blocks() 141 static void jffs2_block_refile(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, int allow_emp… in jffs2_block_refile() 182 static struct jffs2_raw_node_ref **jffs2_incore_replace_raw(struct jffs2_sb_info *c, in jffs2_incore_replace_raw() 230 static int jffs2_verify_write(struct jffs2_sb_info *c, unsigned char *buf, in jffs2_verify_write() 269 #define jffs2_verify_write(c,b,o) (0) argument 275 static void jffs2_wbuf_recover(struct jffs2_sb_info *c) in jffs2_wbuf_recover() 580 static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad) in __jffs2_flush_wbuf() [all …]
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | eeprom.c | 193 u32 o = *offset; in ath5k_eeprom_read_ants() local 253 u32 o = *offset; in ath5k_eeprom_read_modes() local 514 int o = *offset; in ath5k_eeprom_read_freq_list() local 1021 u8 i, c; in ath5k_eeprom_read_pcal_info_5112() local
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | types.h | 259 #define bcma_wflush16(c, o, v) \ argument 262 #define bcma_wflush16(c, o, v) bcma_write16(c, o, v) argument
|
| /linux/tools/virtio/ringtest/ |
| H A D | main.c | 300 long int c; in main() local 308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main() local
|
| /linux/tools/testing/selftests/mm/ |
| H A D | khugepaged.c | 655 static void collapse_full(struct collapse_context *c, struct mem_ops *ops) in collapse_empty() argument 641 collapse_full(struct collapse_context * c,struct mem_ops * ops) collapse_full() argument 664 collapse_single_pte_entry(struct collapse_context * c,struct mem_ops * ops) collapse_single_pte_entry() argument 675 collapse_max_ptes_none(struct collapse_context * c,struct mem_ops * ops) collapse_max_ptes_none() argument 711 collapse_swapin_single_pte(struct collapse_context * c,struct mem_ops * ops) collapse_swapin_single_pte() argument 737 collapse_max_ptes_swap(struct collapse_context * c,struct mem_ops * ops) collapse_max_ptes_swap() argument 784 collapse_single_pte_entry_compound(struct collapse_context * c,struct mem_ops * ops) collapse_single_pte_entry_compound() argument 812 collapse_full_of_compound(struct collapse_context * c,struct mem_ops * ops) collapse_full_of_compound() argument 831 collapse_compound_extreme(struct collapse_context * c,struct mem_ops * ops) collapse_compound_extreme() argument 884 collapse_fork(struct collapse_context * c,struct mem_ops * ops) collapse_fork() argument 930 collapse_fork_compound(struct collapse_context * c,struct mem_ops * ops) collapse_fork_compound() argument 979 collapse_max_ptes_shared(struct collapse_context * c,struct mem_ops * ops) collapse_max_ptes_shared() argument 1039 madvise_collapse_existing_thps(struct collapse_context * c,struct mem_ops * ops) madvise_collapse_existing_thps() argument 1059 madvise_retracted_page_tables(struct collapse_context * c,struct mem_ops * ops) madvise_retracted_page_tables() argument 1223 TEST(t,c,o) main() argument [all...] |
| /linux/arch/parisc/include/asm/ |
| H A D | psw.h | 80 unsigned int c:1; member 86 unsigned int o:1; member
|