| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.c | 72 void *imgu_css_fw_pipeline_params(struct imgu_css *css, unsigned int pipe, in imgu_css_fw_pipeline_params() argument 79 &css->fwp->binary_header[css->pipes[pipe].bindex]; in imgu_css_fw_pipeline_params() 94 void imgu_css_fw_cleanup(struct imgu_css *css) in imgu_css_fw_cleanup() argument 96 struct imgu_device *imgu = dev_get_drvdata(css->dev); in imgu_css_fw_cleanup() 98 if (css->binary) { in imgu_css_fw_cleanup() 101 for (i = 0; i < css->fwp->file_header.binary_nr; i++) in imgu_css_fw_cleanup() 102 imgu_dmamap_free(imgu, &css->binary[i]); in imgu_css_fw_cleanup() 103 kfree(css->binary); in imgu_css_fw_cleanup() 105 if (css->fw) in imgu_css_fw_cleanup() 106 release_firmware(css->fw); in imgu_css_fw_cleanup() [all …]
|
| H A D | ipu3-css.c | 326 static void imgu_css_hw_enable_irq(struct imgu_css *css) in imgu_css_hw_enable_irq() argument 328 void __iomem *const base = css->base; in imgu_css_hw_enable_irq() 374 static int imgu_css_hw_init(struct imgu_css *css) in imgu_css_hw_init() argument 425 struct device *dev = css->dev; in imgu_css_hw_init() 426 void __iomem *const base = css->base; in imgu_css_hw_init() 432 &css->fwp->binary_header[css->fw_sp[i]]; in imgu_css_hw_init() 434 writel(css->binary[css->fw_sp[i]].daddr, in imgu_css_hw_init() 440 writel(css->binary[css->fw_bl].daddr, base + IMGU_REG_ISP_ICACHE_ADDR); in imgu_css_hw_init() 482 static int imgu_css_hw_start_sp(struct imgu_css *css, int sp) in imgu_css_hw_start_sp() argument 484 void __iomem *const base = css->base; in imgu_css_hw_start_sp() [all …]
|
| H A D | ipu3-css.h | 168 int imgu_css_init(struct device *dev, struct imgu_css *css, 170 void imgu_css_cleanup(struct imgu_css *css); 171 int imgu_css_fmt_try(struct imgu_css *css, 175 int imgu_css_fmt_set(struct imgu_css *css, 180 int imgu_css_buf_queue(struct imgu_css *css, unsigned int pipe, 182 struct imgu_css_buffer *imgu_css_buf_dequeue(struct imgu_css *css); 183 int imgu_css_start_streaming(struct imgu_css *css); 184 void imgu_css_stop_streaming(struct imgu_css *css); 185 bool imgu_css_queue_empty(struct imgu_css *css); 186 bool imgu_css_is_streaming(struct imgu_css *css); [all …]
|
| H A D | ipu3.c | 233 if (!imgu_css_is_streaming(&imgu->css)) in imgu_queue_buffers() 239 if (!imgu_css_pipe_queue_empty(&imgu->css, pipe)) { in imgu_queue_buffers() 266 r = imgu_css_set_parameters(&imgu->css, pipe, in imgu_queue_buffers() 287 r = imgu_css_buf_queue(&imgu->css, pipe, buf); in imgu_queue_buffers() 353 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) { in imgu_powerup() 385 imgu_css_stop_streaming(&imgu->css); in imgu_s_stream() 410 r = imgu_css_start_streaming(&imgu->css); in imgu_s_stream() 416 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) { in imgu_s_stream() 434 for_each_set_bit(pipe, imgu->css.enabled_pipes, IMGU_MAX_PIPE_NUM) in imgu_s_stream() 437 imgu_css_stop_streaming(&imgu->css); in imgu_s_stream() [all …]
|
| H A D | Makefile | 8 ipu3-tables.o ipu3-css-pool.o \ 9 ipu3-css-fw.o ipu3-css-params.o \ 10 ipu3-css.o ipu3-v4l2.o ipu3.o
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | netclassid_cgroup.c | 16 static inline struct cgroup_cls_state *css_cls_state(struct cgroup_subsys_state *css) in css_cls_state() argument 18 return css ? container_of(css, struct cgroup_cls_state, css) : NULL; in css_cls_state() 37 return &cs->css; in cgrp_css_alloc() 40 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online() argument 42 struct cgroup_cls_state *cs = css_cls_state(css); in cgrp_css_online() 43 struct cgroup_cls_state *parent = css_cls_state(css->parent); in cgrp_css_online() 51 static void cgrp_css_free(struct cgroup_subsys_state *css) in cgrp_css_free() argument 53 kfree(css_cls_state(css)); in cgrp_css_free() 105 struct cgroup_subsys_state *css; in cgrp_attach() local 108 cgroup_taskset_for_each(p, css, tset) { in cgrp_attach() [all …]
|
| H A D | netprio_cgroup.c | 93 static u32 netprio_prio(struct cgroup_subsys_state *css, struct net_device *dev) in netprio_prio() argument 96 int id = css->id; in netprio_prio() 112 static int netprio_set_prio(struct cgroup_subsys_state *css, in netprio_set_prio() argument 116 int id = css->id; in netprio_set_prio() 136 struct cgroup_subsys_state *css; in cgrp_css_alloc() local 138 css = kzalloc(sizeof(*css), GFP_KERNEL); in cgrp_css_alloc() 139 if (!css) in cgrp_css_alloc() 142 return css; in cgrp_css_alloc() 145 static int cgrp_css_online(struct cgroup_subsys_state *css) in cgrp_css_online() argument 147 struct cgroup_subsys_state *parent_css = css->parent; in cgrp_css_online() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | css.c | 867 css_generate_pgid(struct channel_subsystem *css, u32 tod_high) in css_generate_pgid() argument 872 css->global_pgid.pgid_high.ext_cssid.version = 0x80; in css_generate_pgid() 873 css->global_pgid.pgid_high.ext_cssid.cssid = in css_generate_pgid() 874 css->id_valid ? css->cssid : 0; in css_generate_pgid() 876 css->global_pgid.pgid_high.cpu_addr = stap(); in css_generate_pgid() 879 css->global_pgid.cpu_id = cpu_id.ident; in css_generate_pgid() 880 css->global_pgid.cpu_model = cpu_id.machine; in css_generate_pgid() 881 css->global_pgid.tod_high = tod_high; in css_generate_pgid() 886 struct channel_subsystem *css = to_css(dev); in channel_subsystem_release() local 888 mutex_destroy(&css->mutex); in channel_subsystem_release() [all …]
|
| H A D | chsc.c | 777 chsc_remove_cmg_attr(struct channel_subsystem *css) in chsc_remove_cmg_attr() argument 782 if (!css->chps[i]) in chsc_remove_cmg_attr() 784 chp_remove_cmg_attr(css->chps[i]); in chsc_remove_cmg_attr() 789 chsc_add_cmg_attr(struct channel_subsystem *css) in chsc_add_cmg_attr() argument 795 if (!css->chps[i]) in chsc_add_cmg_attr() 797 ret = chp_add_cmg_attr(css->chps[i]); in chsc_add_cmg_attr() 804 if (!css->chps[i]) in chsc_add_cmg_attr() 806 chp_remove_cmg_attr(css->chps[i]); in chsc_add_cmg_attr() 811 int __chsc_do_secm(struct channel_subsystem *css, int enable) in __chsc_do_secm() argument 840 secm_area->cub_addr1 = (u64)(unsigned long)css->cub_addr1; in __chsc_do_secm() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | debug.c | 17 struct cgroup_subsys_state *css = kzalloc(sizeof(*css), GFP_KERNEL); in debug_css_alloc() local 19 if (!css) in debug_css_alloc() 22 return css; in debug_css_alloc() 25 static void debug_css_free(struct cgroup_subsys_state *css) in debug_css_free() argument 27 kfree(css); in debug_css_free() 34 static u64 debug_taskcount_read(struct cgroup_subsys_state *css, in debug_taskcount_read() argument 37 return cgroup_task_count(css->cgroup); in debug_taskcount_read() 45 struct cgroup_subsys_state *css; in current_css_set_read() local 64 css = cset->subsys[ss->id]; in current_css_set_read() 65 if (!css) in current_css_set_read() [all …]
|
| H A D | legacy_freezer.c | 44 struct cgroup_subsys_state css; member 50 static inline struct freezer *css_freezer(struct cgroup_subsys_state *css) in css_freezer() argument 52 return css ? container_of(css, struct freezer, css) : NULL; in css_freezer() 62 return css_freezer(freezer->css.parent); in parent_freezer() 94 return &freezer->css; in freezer_css_alloc() 105 static int freezer_css_online(struct cgroup_subsys_state *css) in freezer_css_online() argument 107 struct freezer *freezer = css_freezer(css); in freezer_css_online() 130 static void freezer_css_offline(struct cgroup_subsys_state *css) in freezer_css_offline() argument 132 struct freezer *freezer = css_freezer(css); in freezer_css_offline() 144 static void freezer_css_free(struct cgroup_subsys_state *css) in freezer_css_free() argument [all …]
|
| H A D | pids.c | 42 struct cgroup_subsys_state css; member 58 static struct pids_cgroup *css_pids(struct cgroup_subsys_state *css) in css_pids() argument 60 return container_of(css, struct pids_cgroup, css); in css_pids() 65 return css_pids(pids->css.parent); in parent_pids() 80 return &pids->css; in pids_css_alloc() 83 static void pids_css_free(struct cgroup_subsys_state *css) in pids_css_free() argument 85 kfree(css_pids(css)); in pids_css_free() 220 struct cgroup_subsys_state *css; in pids_can_fork() local 225 css = cset->subsys[pids_cgrp_id]; in pids_can_fork() 227 css = task_css_check(current, pids_cgrp_id, true); in pids_can_fork() [all …]
|
| H A D | cgroup.c | 239 static void kill_css(struct cgroup_subsys_state *css); 240 static int cgroup_addrm_files(struct cgroup_subsys_state *css, 499 struct cgroup_subsys_state *css; in cgroup_tryget_css() local 502 css = cgroup_css(cgrp, ss); in cgroup_tryget_css() 503 if (css && !css_tryget_online(css)) in cgroup_tryget_css() 504 css = NULL; in cgroup_tryget_css() 507 return css; in cgroup_tryget_css() 557 struct cgroup_subsys_state *css; in cgroup_e_css() local 560 css = cgroup_css(cgrp, ss); in cgroup_e_css() 562 if (css) in cgroup_e_css() [all …]
|
| H A D | cpuset.c | 86 struct cgroup_subsys_state css; member 197 static inline struct cpuset *css_cs(struct cgroup_subsys_state *css) in css_cs() argument 199 return css ? container_of(css, struct cpuset, css) : NULL; in css_cs() 210 return css_cs(cs->css.parent); in parent_cs() 228 return test_bit(CS_ONLINE, &cs->flags) && !css_is_dying(&cs->css); in is_cpuset_online() 287 css_for_each_child((pos_css), &(parent_cs)->css) \ 302 css_for_each_descendant_pre((pos_css), &(root_cs)->css) \ 583 struct cgroup_subsys_state *css; in validate_change() local 591 cpuset_for_each_child(c, css, cur) in validate_change() 612 cpuset_for_each_child(c, css, par) { in validate_change() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cgroup.h | 103 bool css_has_online_children(struct cgroup_subsys_state *css); 151 struct cgroup_subsys_state *css); 154 struct cgroup_subsys_state *css); 161 void css_task_iter_start(struct cgroup_subsys_state *css, unsigned int flags, 244 #define css_for_each_descendant_pre(pos, css) \ argument 245 for ((pos) = css_next_descendant_pre(NULL, (css)); (pos); \ 246 (pos) = css_next_descendant_pre((pos), (css))) 267 #define css_for_each_descendant_post(pos, css) \ argument 268 for ((pos) = css_next_descendant_post(NULL, (css)); (pos); \ 269 (pos) = css_next_descendant_post((pos), (css))) [all …]
|
| H A D | blk-cgroup.h | 50 struct cgroup_subsys_state css; member 222 struct cgroup_subsys_state *css; in blkcg_css() local 224 css = kthread_blkcg(); in blkcg_css() 225 if (css) in blkcg_css() 226 return css; in blkcg_css() 230 static inline struct blkcg *css_to_blkcg(struct cgroup_subsys_state *css) in css_to_blkcg() argument 232 return css ? container_of(css, struct blkcg, css) : NULL; in css_to_blkcg() 273 struct cgroup_subsys_state *css; in blk_cgroup_congested() local 277 css = kthread_blkcg(); in blk_cgroup_congested() 278 if (!css) in blk_cgroup_congested() [all …]
|
| H A D | cgroup-defs.h | 581 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); 585 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); 600 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, 605 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, 631 int (*css_online)(struct cgroup_subsys_state *css); 632 void (*css_offline)(struct cgroup_subsys_state *css); 633 void (*css_released)(struct cgroup_subsys_state *css); 634 void (*css_free)(struct cgroup_subsys_state *css); 635 void (*css_reset)(struct cgroup_subsys_state *css); 636 void (*css_rstat_flush)(struct cgroup_subsys_state *css, int cpu); [all …]
|
| /OK3568_Linux_fs/buildroot/package/bootstrap/ |
| H A D | bootstrap.mk | 11 BOOTSTRAP_LICENSE_FILES = css/bootstrap.css 20 $(INSTALL) -m 0644 -D $(@D)/css/bootstrap.min.css \ 21 $(TARGET_DIR)/var/www/bootstrap/css/bootstrap.min.css 22 $(INSTALL) -m 0644 -D $(@D)/css/bootstrap.min.css.map \ 23 $(TARGET_DIR)/var/www/bootstrap/css/bootstrap.min.css.map
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cpuacct.c | 30 struct cgroup_subsys_state css; member 36 static inline struct cpuacct *css_ca(struct cgroup_subsys_state *css) in css_ca() argument 38 return css ? container_of(css, struct cpuacct, css) : NULL; in css_ca() 49 return css_ca(ca->css.parent); in parent_ca() 65 return &root_cpuacct.css; in cpuacct_css_alloc() 79 return &ca->css; in cpuacct_css_alloc() 90 static void cpuacct_css_free(struct cgroup_subsys_state *css) in cpuacct_css_free() argument 92 struct cpuacct *ca = css_ca(css); in cpuacct_css_free() 156 static u64 __cpuusage_read(struct cgroup_subsys_state *css, in __cpuusage_read() argument 159 struct cpuacct *ca = css_ca(css); in __cpuusage_read() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0004-fix-css-under-gtk-3.20.patch | 4 Subject: [PATCH] fix css under gtk 3.20 10 data/themes/Industrial/gtk.css | 1 + 13 diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css 15 --- a/data/themes/Industrial/gtk.css 16 +++ b/data/themes/Industrial/gtk.css
|
| /OK3568_Linux_fs/kernel/tools/cgroup/ |
| H A D | memcg_slabinfo.py | 36 def find_memcg_ids(css=prog['root_mem_cgroup'].css, prefix=''): argument 37 if not list_empty(css.children.address_of_()): 38 for css in list_for_each_entry('struct cgroup_subsys_state', 39 css.children.address_of_(), 41 name = prefix + '/' + css.cgroup.kn.name.string_().decode('utf-8') 42 memcg = container_of(css, 'struct mem_cgroup', 'css') 43 MEMCGS[css.cgroup.kn.id.value_()] = memcg 44 find_memcg_ids(css, name)
|
| /OK3568_Linux_fs/buildroot/package/jquery-mobile/ |
| H A D | jquery-mobile.mk | 17 jquery.mobile.structure-$(JQUERY_MOBILE_VERSION).min.css \ 18 jquery.mobile.theme-$(JQUERY_MOBILE_VERSION).min.css \ 19 jquery.mobile-$(JQUERY_MOBILE_VERSION).min.css \ 25 jquery.mobile.structure-$(JQUERY_MOBILE_VERSION).css \ 26 jquery.mobile.theme-$(JQUERY_MOBILE_VERSION).css \ 27 jquery.mobile-$(JQUERY_MOBILE_VERSION).css \
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | device_cgroup.c | 43 struct cgroup_subsys_state css; member 50 return s ? container_of(s, struct dev_cgroup, css) : NULL; in css_to_devcgroup() 176 static int devcgroup_online(struct cgroup_subsys_state *css) in devcgroup_online() argument 178 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_online() 179 struct dev_cgroup *parent_dev_cgroup = css_to_devcgroup(css->parent); in devcgroup_online() 197 static void devcgroup_offline(struct cgroup_subsys_state *css) in devcgroup_offline() argument 199 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_offline() 220 return &dev_cgroup->css; in devcgroup_css_alloc() 223 static void devcgroup_css_free(struct cgroup_subsys_state *css) in devcgroup_css_free() argument 225 struct dev_cgroup *dev_cgroup = css_to_devcgroup(css); in devcgroup_css_free() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 174 css: buildCss(), property 180 css: www.css, 203 var css = { variable 242 _.mixin(css.input, { 246 return css; 509 var dir = (this.$input.css("direction") || "ltr").toLowerCase(); 623 return $('<pre aria-hidden="true"></pre>').css({ 627 fontFamily: $input.css("font-family"), 628 fontSize: $input.css("font-size"), 629 fontStyle: $input.css("font-style"), [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memcontrol.c | 250 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css; in vmpressure_to_css() 330 css_get(&parent->css); in memcg_reparent_objcgs() 335 css_get(&parent->css); in memcg_reparent_objcgs() 337 css_put(&memcg->css); in memcg_reparent_objcgs() 542 return &memcg->css; in mem_cgroup_css_from_page() 575 while (memcg && !(memcg->css.flags & CSS_ONLINE)) in page_cgroup_ino() 578 ino = cgroup_ino(memcg->css.cgroup); in page_cgroup_ino() 750 !css_tryget(&mz->memcg->css)) in __mem_cgroup_largest_soft_limit_node() 1044 } while (!css_tryget(&memcg->css)); in get_mem_cgroup_from_mm() 1066 if (!memcg || WARN_ON_ONCE(!css_tryget(&memcg->css))) in get_mem_cgroup_from_page() [all …]
|