Home
last modified time | relevance | path

Searched refs:in_label (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dsch5636.c281 SENSOR_ATTR_RO(in0_label, in_label, 0),
283 SENSOR_ATTR_RO(in1_label, in_label, 1),
285 SENSOR_ATTR_RO(in2_label, in_label, 2),
287 SENSOR_ATTR_RO(in3_label, in_label, 3),
289 SENSOR_ATTR_RO(in4_label, in_label, 4),
H A Dsch5627.c368 static SENSOR_DEVICE_ATTR_RO(in0_label, in_label, 0);
369 static SENSOR_DEVICE_ATTR_RO(in1_label, in_label, 1);
370 static SENSOR_DEVICE_ATTR_RO(in2_label, in_label, 2);
371 static SENSOR_DEVICE_ATTR_RO(in3_label, in_label, 3);
H A Dnct6683.c692 SENSOR_TEMPLATE(in_label, "in%d_label", S_IRUGO, show_in_label, NULL, 0);
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dsch5636.c281 SENSOR_ATTR_RO(in0_label, in_label, 0),
283 SENSOR_ATTR_RO(in1_label, in_label, 1),
285 SENSOR_ATTR_RO(in2_label, in_label, 2),
287 SENSOR_ATTR_RO(in3_label, in_label, 3),
289 SENSOR_ATTR_RO(in4_label, in_label, 4),
H A Dnzxt-smart2.c41 static const char *const in_label[] = { variable
652 *str = in_label[channel]; in nzxt_smart2_hwmon_read_string()
H A Dnct6683.c693 SENSOR_TEMPLATE(in_label, "in%d_label", S_IRUGO, show_in_label, NULL, 0);
/kernel/linux/linux-5.10/net/mpls/
H A Daf_mpls.c2370 u32 in_label = LABEL_NOT_SPECIFIED; in mpls_getroute() local
2394 &in_label, extack)) { in mpls_getroute()
2399 if (!mpls_label_ok(net, &in_label, extack)) { in mpls_getroute()
2405 rt = mpls_route_input_rcu(net, in_label); in mpls_getroute()
2419 RTM_NEWROUTE, in_label, rt, 0); in mpls_getroute()
2498 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute()
/kernel/linux/linux-6.6/net/mpls/
H A Daf_mpls.c2363 u32 in_label = LABEL_NOT_SPECIFIED; in mpls_getroute() local
2387 &in_label, extack)) { in mpls_getroute()
2392 if (!mpls_label_ok(net, &in_label, extack)) { in mpls_getroute()
2398 rt = mpls_route_input_rcu(net, in_label); in mpls_getroute()
2412 RTM_NEWROUTE, in_label, rt, 0); in mpls_getroute()
2491 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute()

Completed in 15 milliseconds