Home
last modified time | relevance | path

Searched defs:cg (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/gpio/
A Dgpio-crystalcove.c134 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_dir_in() local
146 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_dir_out() local
157 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_get() local
174 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_set() local
188 struct crystalcove_gpio *cg = in crystalcove_irq_type() local
218 struct crystalcove_gpio *cg = in crystalcove_bus_lock() local
226 struct crystalcove_gpio *cg = in crystalcove_bus_sync_unlock() local
241 struct crystalcove_gpio *cg = in crystalcove_irq_unmask() local
252 struct crystalcove_gpio *cg = in crystalcove_irq_mask() local
273 struct crystalcove_gpio *cg = data; in crystalcove_gpio_irq_handler() local
[all …]
/linux/kernel/cgroup/
A Drdma.c72 static struct rdma_cgroup *parent_rdmacg(struct rdma_cgroup *cg) in parent_rdmacg()
113 find_cg_rpool_locked(struct rdma_cgroup *cg, in find_cg_rpool_locked()
162 uncharge_cg_locked(struct rdma_cgroup *cg, in uncharge_cg_locked()
205 static void rdmacg_uncharge_hierarchy(struct rdma_cgroup *cg, in rdmacg_uncharge_hierarchy()
227 void rdmacg_uncharge(struct rdma_cgroup *cg, in rdmacg_uncharge()
263 struct rdma_cgroup *cg, *p; in rdmacg_try_charge() local
428 struct rdma_cgroup *cg = css_rdmacg(of_css(of)); in rdmacg_resource_set_max() local
528 struct rdma_cgroup *cg = css_rdmacg(seq_css(sf)); in rdmacg_resource_read() local
565 struct rdma_cgroup *cg; in rdmacg_css_alloc() local
577 struct rdma_cgroup *cg = css_rdmacg(css); in rdmacg_css_free() local
[all …]
A Dmisc.c116 static void misc_cg_cancel_charge(enum misc_res_type type, struct misc_cg *cg, in misc_cg_cancel_charge()
140 int misc_cg_try_charge(enum misc_res_type type, struct misc_cg *cg, in misc_cg_try_charge()
187 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, in misc_cg_uncharge()
211 struct misc_cg *cg = css_misc(seq_css(sf)); in misc_cg_max_show() local
249 struct misc_cg *cg; in misc_cg_max_write() local
301 struct misc_cg *cg = css_misc(seq_css(sf)); in misc_cg_current_show() local
338 struct misc_cg *cg = css_misc(seq_css(sf)); in misc_events_show() local
389 struct misc_cg *cg; in misc_cg_alloc() local
/linux/drivers/clk/mediatek/
A Dclk-gate.c21 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_bit_is_cleared() local
33 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_bit_is_set() local
45 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_set_bit() local
52 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_clr_bit() local
59 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_set_bit_no_setclr() local
67 struct mtk_clk_gate *cg = to_mtk_clk_gate(hw); in mtk_cg_clr_bit_no_setclr() local
161 struct mtk_clk_gate *cg; in mtk_clk_register_gate() local
/linux/drivers/clk/
A Dclk-qoriq.c110 static u32 cg_in(struct clockgen *cg, u32 __iomem *reg) in cg_in()
469 static void __init p2041_init_periph(struct clockgen *cg) in p2041_init_periph()
481 static void __init p4080_init_periph(struct clockgen *cg) in p4080_init_periph()
498 static void __init p5020_init_periph(struct clockgen *cg) in p5020_init_periph()
513 static void __init p5040_init_periph(struct clockgen *cg) in p5040_init_periph()
533 static void __init t1023_init_periph(struct clockgen *cg) in t1023_init_periph()
538 static void __init t1040_init_periph(struct clockgen *cg) in t1040_init_periph()
837 struct clockgen *cg; member
1032 static void __init create_muxes(struct clockgen *cg) in create_muxes()
1296 static void __init create_plls(struct clockgen *cg) in create_plls()
[all …]
/linux/drivers/clk/sunxi-ng/
A Dccu_gate.c30 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_disable() local
55 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_enable() local
70 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_is_enabled() local
78 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_recalc_rate() local
90 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_round_rate() local
/linux/include/linux/
A Dmisc_cgroup.h94 static inline void put_misc_cg(struct misc_cg *cg) in put_misc_cg()
114 struct misc_cg *cg, in misc_cg_try_charge()
121 struct misc_cg *cg, in misc_cg_uncharge()
131 static inline void put_misc_cg(struct misc_cg *cg) in put_misc_cg()
A Dblktrace_api.h50 #define blk_add_cgroup_trace_msg(q, cg, fmt, ...) \ argument
95 # define blk_add_cgroup_trace_msg(q, cg, fmt, ...) do { } while (0) argument
/linux/fs/ufs/
A Dialloc.c64 unsigned ino, cg, bit; in ufs_free_inode() local
181 unsigned cg, bit, i, j, start; in ufs_new_inode() local
A Dcylinder.c133 unsigned cg, i, j; in ufs_load_cylinder() local
A Dsuper.c229 struct ufs_cylinder_group *cg) in ufs_print_cylinder_stuff()
266 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcgroup_attach_autodetach.c30 int cg = 0, i; in serial_test_cgroup_attach_autodetach() local
/linux/tools/testing/selftests/cgroup/
A Dtest_kmem.c55 char *cg = NULL; in test_kmem_basic() local
283 char *cg = NULL; in test_kmem_kernel_stacks() local
/linux/tools/power/pm-graph/
A Dbootgraph.py252 def deviceMatch(self, pid, cg): argument
497 def cgOverview(cg, minlen): argument
A Dsleepgraph.py4040 def callgraphHTML(sv, hf, num, cg, title, color, devid): argument
/linux/samples/vfio-mdev/
A Dmdpy-fb.c63 u32 cg = green >> (16 - info->var.green.length); in mdpy_fb_setcolreg() local
/linux/drivers/video/fbdev/
A Dsimplefb.c49 u32 cg = green >> (16 - info->var.green.length); in simplefb_setcolreg() local
A Doffb.c104 u32 cg = green >> (16 - info->var.green.length); in offb_setcolreg() local
/linux/kernel/bpf/
A Dcgroup.c552 struct cgroup *cg; in replace_effective_prog() local
883 struct cgroup *cg; in bpf_cgroup_link_release() local
/linux/drivers/clk/tegra/
A Dclk-dfll.c293 u32 cg; member
/linux/mm/
A Dhugetlb.c373 long to, struct hstate *h, struct hugetlb_cgroup *cg, in hugetlb_resv_map_add()
/linux/drivers/staging/media/ipu3/include/uapi/
A Dintel-ipu3.h653 __u32 cg:5; member
/linux/drivers/scsi/lpfc/
A Dlpfc_sli.c1792 int wsigmax, wfpinmax, cg, tdp; in lpfc_cmf_sync_cmpl() local
/linux/include/rdma/
A Dib_verbs.h1484 struct rdma_cgroup *cg; /* owner rdma cgroup */ member

Completed in 123 milliseconds