Searched refs:tbp (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/fnic/ |
| H A D | fnic_trace.c | 115 fnic_trace_data_t *tbp; in fnic_get_trace_data() local 123 tbp = (fnic_trace_data_t *) in fnic_get_trace_data() 125 if (!tbp) { in fnic_get_trace_data() 131 sprint_symbol(str, tbp->fnaddr.low); in fnic_get_trace_data() 132 jiffies_to_timespec64(tbp->timestamp.low, &val); in fnic_get_trace_data() 134 sprint_symbol(str, tbp->fnaddr.val); in fnic_get_trace_data() 135 jiffies_to_timespec64(tbp->timestamp.val, &val); in fnic_get_trace_data() 145 val.tv_nsec, str, tbp->host_no, tbp->tag, in fnic_get_trace_data() 146 tbp->data[0], tbp->data[1], tbp->data[2], in fnic_get_trace_data() 147 tbp->data[3], tbp->data[4]); in fnic_get_trace_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | thermal_of.c | 210 struct __thermal_bind_params *tbp; in of_thermal_bind() local 219 tbp = data->tbps + i; in of_thermal_bind() 221 for (j = 0; j < tbp->count; j++) { in of_thermal_bind() 222 tcbp = tbp->tcbp + j; in of_thermal_bind() 228 tbp->trip_id, cdev, in of_thermal_bind() 231 tbp->usage); in of_thermal_bind() 245 struct __thermal_bind_params *tbp; in of_thermal_unbind() local 254 tbp = data->tbps + i; in of_thermal_unbind() 256 for (j = 0; j < tbp->count; j++) { in of_thermal_unbind() 257 tcbp = tbp->tcbp + j; in of_thermal_unbind() [all …]
|
| H A D | thermal_core.c | 1057 if (!tzp || !tzp->tbp) in bind_cdev() 1061 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_cdev() 1063 if (tzp->tbp[i].match(pos, cdev)) in bind_cdev() 1065 tzp->tbp[i].cdev = cdev; in bind_cdev() 1066 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev() 1067 tzp->tbp[i].binding_limits, in bind_cdev() 1068 tzp->tbp[i].weight); in bind_cdev() 1292 if (!tz->tzp || !tz->tzp->tbp) in thermal_cooling_device_unregister() 1297 if (tzp->tbp[i].cdev == cdev) { in thermal_cooling_device_unregister() 1298 __unbind(tz, tzp->tbp[i].trip_mask, cdev); in thermal_cooling_device_unregister() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | vxcan.c | 170 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp = tb; in vxcan_newlink() local 191 tbp = peer_tb; in vxcan_newlink() 194 if (ifmp && tbp[IFLA_IFNAME]) { in vxcan_newlink() 195 nla_strlcpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in vxcan_newlink() 202 peer_net = rtnl_link_get_net(net, tbp); in vxcan_newlink() 207 &vxcan_link_ops, tbp, extack); in vxcan_newlink()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | veth.c | 1302 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local 1326 tbp = peer_tb; in veth_newlink() 1329 tbp = tb; in veth_newlink() 1332 if (ifmp && tbp[IFLA_IFNAME]) { in veth_newlink() 1333 nla_strlcpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink() 1340 net = rtnl_link_get_net(src_net, tbp); in veth_newlink() 1345 &veth_link_ops, tbp, extack); in veth_newlink() 1351 if (!ifmp || !tbp[IFLA_ADDRESS]) in veth_newlink()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | neighbour.c | 2252 struct nlattr *tbp[NDTPA_MAX+1]; in neightbl_set() local 2256 err = nla_parse_nested_deprecated(tbp, NDTPA_MAX, in neightbl_set() 2262 if (tbp[NDTPA_IFINDEX]) in neightbl_set() 2263 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]); in neightbl_set() 2272 if (tbp[i] == NULL) in neightbl_set() 2278 nla_get_u32(tbp[i]) * in neightbl_set() 2283 nla_get_u32(tbp[i])); in neightbl_set() 2287 nla_get_u32(tbp[i])); in neightbl_set() 2291 nla_get_u32(tbp[i])); in neightbl_set() 2295 nla_get_u32(tbp[i])); in neightbl_set() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | thermal.h | 263 struct thermal_bind_params *tbp; member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A D | sysfs-api.rst | 362 .tbp:
|