Home
last modified time | relevance | path

Searched refs:c_id (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/lib/thermal/
H A Dcommands.c191 switch (cmd->c_id) { in handle_netlink()
222 .c_id = THERMAL_GENL_CMD_TZ_GET_ID,
229 .c_id = THERMAL_GENL_CMD_TZ_GET_GOV,
236 .c_id = THERMAL_GENL_CMD_TZ_GET_TEMP,
243 .c_id = THERMAL_GENL_CMD_TZ_GET_TRIP,
250 .c_id = THERMAL_GENL_CMD_CDEV_GET,
/openbmc/linux/arch/arm/mach-rpc/
H A Decard.h50 #define c_id(x) ((x)->r_id) macro
H A Decard.c338 if (c_id(&excd) == 0) { in ecard_readchunk()
346 if (c_id(&excd) == 0xf0) { /* link */ in ecard_readchunk()
350 if (c_id(&excd) == 0x80) { /* loader */ in ecard_readchunk()
363 if (c_id(&excd) == id && num-- == 0) in ecard_readchunk()
367 if (c_id(&excd) & 0x80) { in ecard_readchunk()
368 switch (c_id(&excd) & 0x70) { in ecard_readchunk()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h510 u8 c_id; member
H A Dhinic_devlink.c393 err = devlink_fmsg_u8_pair_put(fmsg, "c_id", event->event.ucode.c_id); in fault_report_show()
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c4208 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
4215 c_id = resolve_type_id(d, canon_type_id); in btf_dedup_merge_hypot_map()
4217 c_kind = btf_kind(btf__type_by_id(d->btf, c_id)); in btf_dedup_merge_hypot_map()
4239 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
4250 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
4254 is_type_mapped(d, c_id) && in btf_dedup_merge_hypot_map()
4262 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()