Searched refs:in_label (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/hwmon/ |
D | sch5636.c | 281 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),
|
D | sch5627.c | 368 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);
|
D | nct6683.c | 692 SENSOR_TEMPLATE(in_label, "in%d_label", S_IRUGO, show_in_label, NULL, 0);
|
/Linux-v5.4/net/mpls/ |
D | af_mpls.c | 2342 u32 in_label = LABEL_NOT_SPECIFIED; in mpls_getroute() local 2366 &in_label, extack)) { in mpls_getroute() 2371 if (!mpls_label_ok(net, &in_label, extack)) { in mpls_getroute() 2377 rt = mpls_route_input_rcu(net, in_label); in mpls_getroute() 2391 RTM_NEWROUTE, in_label, rt, 0); in mpls_getroute() 2470 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute()
|