| /linux/drivers/w1/ |
| H A D | w1_netlink.c | 26 struct cn_msg *cn; /* advances as cn_msg is appeneded */ member 40 /* pointers within w1_cb_block and cn data */ 57 if (!block->cn) in w1_reply_len() 59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len() 90 block->cn = NULL; in w1_reply_make_space() 99 if (!(block->request_cn.flags & W1_CN_BUNDLE) && block->cn) in w1_netlink_check_send() 106 * @ack: determines if cn can be reused 108 * block->cn will be setup with the correct ack, advancing if needed 109 * block->cn->len does not include space for block->msg 114 if (block->cn && block->cn->ack == ack) { in w1_netlink_setup_msg() [all …]
|
| /linux/tools/perf/util/ |
| H A D | cgroup.c | 220 struct cgroup_name *cn; in add_cgroup_name() local 225 cn = malloc(sizeof(*cn) + strlen(fpath) + 1); in add_cgroup_name() 226 if (cn == NULL) in add_cgroup_name() 229 cn->used = false; in add_cgroup_name() 230 strcpy(cn->name, fpath); in add_cgroup_name() 232 list_add_tail(&cn->list, &cgroup_list); in add_cgroup_name() 238 struct cgroup_name *cn; in check_and_add_cgroup_name() local 240 list_for_each_entry(cn, &cgroup_list, list) { in check_and_add_cgroup_name() 241 if (!strcmp(cn in check_and_add_cgroup_name() 251 struct cgroup_name *cn; release_cgroup_list() local 264 struct cgroup_name *cn; list_cgroups() local 305 struct cgroup_name *cn; match_cgroups() local 423 struct cgroup_name *cn; evlist__expand_cgroup() local 603 struct cgroup_name *cn; read_all_cgroups() local [all...] |
| /linux/Documentation/maintainer/ |
| H A D | messy-diffstat.rst | 40 +-- c1 --- c2 --- ... --- cN 43 the mainline branch (let's call it "linus") and cN, there are still two 50 | +-- c1 --- c2 --- ... --- cN 56 for cN may end up being messy indeed, and developers often end up wondering 60 the ``git diff`` operation to use. The development culminating in cN 67 to cN. 82 | +-- c1 --- c2 --- ... --- cN |
|
| /linux/arch/arm/kernel/ |
| H A D | topology.c | 88 struct device_node *cn = NULL; in parse_dt_topology() local 102 cn = of_get_cpu_node(cpu, NULL); in parse_dt_topology() 103 if (!cn) { in parse_dt_topology() 108 if (topology_parse_cpu_capacity(cn, cpu)) { in parse_dt_topology() 109 of_node_put(cn); in parse_dt_topology() 116 if (of_device_is_compatible(cn, cpu_eff->compatible)) in parse_dt_topology() 122 rate = of_get_property(cn, "clock-frequency", &len); in parse_dt_topology() 124 pr_err("%pOF missing clock-frequency property\n", cn); in parse_dt_topology()
|
| /linux/drivers/phy/freescale/ |
| H A D | phy-fsl-imx8-mipi-dphy.c | 67 #define CN(x) (((x) == 1) ? 0x1f : (((CN_BUF) >> ((x) - 1)) & 0x1f)) macro 111 u32 cn; member 217 * CN ranges between 1 and 32 in mixel_dphy_config_from_opts() 223 cfg->cn = denominator >> i; in mixel_dphy_config_from_opts() 228 cfg->cn < 1 || cfg->cn > 32 || in mixel_dphy_config_from_opts() 230 dev_err(&phy->dev, "Invalid CM/CN/CO values: %u/%u/%u\n", in mixel_dphy_config_from_opts() 231 cfg->cm, cfg->cn, cfg->co); in mixel_dphy_config_from_opts() 338 priv->cfg.cn < 1 || priv->cfg.cn > 32 || in mixel_dphy_set_pll_params() 340 dev_err(&phy->dev, "Invalid CM/CN/CO values! (%u/%u/%u)\n", in mixel_dphy_set_pll_params() 341 priv->cfg.cm, priv->cfg.cn, priv->cfg.co); in mixel_dphy_set_pll_params() [all …]
|
| /linux/Documentation/translations/zh_TW/ |
| H A D | IRQ.txt | 10 Traditional Chinese maintainer: Hu Haowen <2023002089@link.tyut.edu.cn> 19 繁體中文版維護者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn> 20 繁體中文版翻譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn> 21 繁體中文版校譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
|
| H A D | io_ordering.txt | 9 Traditional Chinese maintainer: Hu Haowen <2023002089@link.tyut.edu.cn> 17 繁體中文版維護者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn> 18 繁體中文版翻譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn> 19 繁體中文版校譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | tc90522.c | 259 s64 cn; in tc90522s_get_frontend() local 268 /* cn = cnr << 3 */ in tc90522s_get_frontend() 271 cn = div64_s64(-16346LL * p4 * p, 10) >> 35; in tc90522s_get_frontend() 272 cn += (14341LL * p4) >> 21; in tc90522s_get_frontend() 273 cn -= (50259LL * cndat * p) >> 23; in tc90522s_get_frontend() 274 cn += (88977LL * cndat) >> 9; in tc90522s_get_frontend() 275 cn -= (89565LL * p) >> 11; in tc90522s_get_frontend() 276 cn += 58857 << 3; in tc90522s_get_frontend() 277 stats->stat[0].svalue = cn >> 3; in tc90522s_get_frontend() 417 s64 cn; in tc90522t_get_frontend() local [all …]
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | idr.rst | 9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> 13 司延腾 Yanteng Si <siyanteng@loongson.cn> 14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
|
| H A D | circular-buffers.rst | 9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> 13 司延腾 Yanteng Si <siyanteng@loongson.cn> 14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
|
| H A D | packing.rst | 9 周彬彬 Binbin Zhou <zhoubinbin@loongson.cn> 13 司延腾 Yanteng Si <siyanteng@loongson.cn> 14 吴想成 Wu Xiangcheng <bobwxc@email.cn>
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_regmap.c | 257 int cn; in sdca_regmap_populate_constants() 264 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_populate_constants() 268 control->sel, cn); in sdca_regmap_populate_constants() 289 int cn; 298 for_each_set_bit(cn, (unsigned long *)&control->cn_list, in sdca_regmap_write_defaults() 302 reg = SDW_SDCA_CTL(function->desc->adr, entity->id, control->sel, cn); in sdca_regmap_write_defaults() 263 int cn; sdca_regmap_populate_constants() local 308 int cn; sdca_regmap_write_defaults() local
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | sparse.rst | 9 Traditional Chinese maintainer: Hu Haowen <2023002089@link.tyut.edu.cn> 17 繁體中文版維護者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn> 18 繁體中文版翻譯者: 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
|
| /linux/drivers/connector/ |
| H A D | Makefile | 2 obj-$(CONFIG_CONNECTOR) += cn.o 5 cn-y += cn_queue.o connector.o
|
| /linux/arch/loongarch/include/uapi/asm/ |
| H A D | byteorder.h | 3 * Author: Hanlu Li <lihanlu@loongson.cn> 4 * Huacai Chen <chenhuacai@loongson.cn>
|
| H A D | auxvec.h | 3 * Author: Hanlu Li <lihanlu@loongson.cn> 4 * Huacai Chen <chenhuacai@loongson.cn>
|
| /linux/drivers/usb/storage/ |
| H A D | unusual_uas.h | 55 /* Reported-by: Zhihong Zhou <zhouzhihong@greatwall.com.cn> */ 62 /* Reported-by: Hongling Zeng <zenghongling@kylinos.cn> */ 79 /* Reported-by: Tom Hu <huxiaoying@kylinos.cn> */ 149 /* Reported-by: Hongling Zeng <zenghongling@kylinos.cn> */
|
| /linux/Documentation/translations/zh_CN/virt/ |
| H A D | paravirt_ops.rst | 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 12 陈飞杨 Feiyang Chen <chenfeiyang@loongson.cn>
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | msg_zerocopy.rst | 9 王亚鑫 Wang Yaxin <wang.yaxin@zte.com.cn> 13 - 徐鑫 xu xin <xu.xin16@zte.com.cn> 14 - 何配林 He Peilin <he.peilin@zte.com.cn>
|
| /linux/arch/loongarch/include/asm/ |
| H A D | numa.h | 3 * Author: Jianmin Lv <lvjianmin@loongson.cn> 4 * Huacai Chen <chenhuacai@loongson.cn>
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | security-bugs.rst | 9 吳想成 Wu XiangCheng <bobwxc@email.cn> 10 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
|
| H A D | init.rst | 9 吳想成 Wu XiangCheng <bobwxc@email.cn> 10 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | booting.rst | 9 司延騰 Yanteng Si <siyanteng@loongson.cn> 15 :作者: 司延騰 <siyanteng@loongson.cn>
|
| /linux/Documentation/devicetree/bindings/thermal/ |
| H A D | loongson,ls2k-thermal.yaml | 10 - zhanghongchen <zhanghongchen@loongson.cn> 11 - Yinbo Zhu <zhuyinbo@loongson.cn>
|
| /linux/Documentation/translations/zh_CN/arch/loongarch/ |
| H A D | booting.rst | 9 司延腾 Yanteng Si <siyanteng@loongson.cn> 15 :作者: 司延腾 <siyanteng@loongson.cn>
|