Searched refs:tbp (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/scsi/fnic/ |
| 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 …]
|
| /Linux-v5.15/drivers/thermal/ |
| D | thermal_of.c | 207 struct __thermal_bind_params *tbp; in of_thermal_bind() local 216 tbp = data->tbps + i; in of_thermal_bind() 218 for (j = 0; j < tbp->count; j++) { in of_thermal_bind() 219 tcbp = tbp->tcbp + j; in of_thermal_bind() 225 tbp->trip_id, cdev, in of_thermal_bind() 228 tbp->usage); in of_thermal_bind() 242 struct __thermal_bind_params *tbp; in of_thermal_unbind() local 251 tbp = data->tbps + i; in of_thermal_unbind() 253 for (j = 0; j < tbp->count; j++) { in of_thermal_unbind() 254 tcbp = tbp->tcbp + j; in of_thermal_unbind() [all …]
|
| D | thermal_core.c | 849 if (!tzp || !tzp->tbp) in bind_cdev() 853 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_cdev() 855 if (tzp->tbp[i].match(pos, cdev)) in bind_cdev() 857 tzp->tbp[i].cdev = cdev; in bind_cdev() 858 __bind(pos, tzp->tbp[i].trip_mask, cdev, in bind_cdev() 859 tzp->tbp[i].binding_limits, in bind_cdev() 860 tzp->tbp[i].weight); in bind_cdev() 1090 if (!tz->tzp || !tz->tzp->tbp) in thermal_cooling_device_unregister() 1095 if (tzp->tbp[i].cdev == cdev) { in thermal_cooling_device_unregister() 1096 __unbind(tz, tzp->tbp[i].trip_mask, cdev); in thermal_cooling_device_unregister() [all …]
|
| /Linux-v5.15/drivers/net/can/ |
| 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_strscpy(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()
|
| /Linux-v5.15/net/core/ |
| D | neighbour.c | 2224 struct nlattr *tbp[NDTPA_MAX+1]; in neightbl_set() local 2228 err = nla_parse_nested_deprecated(tbp, NDTPA_MAX, in neightbl_set() 2234 if (tbp[NDTPA_IFINDEX]) in neightbl_set() 2235 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]); in neightbl_set() 2244 if (tbp[i] == NULL) in neightbl_set() 2250 nla_get_u32(tbp[i]) * in neightbl_set() 2255 nla_get_u32(tbp[i])); in neightbl_set() 2259 nla_get_u32(tbp[i])); in neightbl_set() 2263 nla_get_u32(tbp[i])); in neightbl_set() 2267 nla_get_u32(tbp[i])); in neightbl_set() [all …]
|
| /Linux-v5.15/drivers/net/ |
| D | veth.c | 1637 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local 1661 tbp = peer_tb; in veth_newlink() 1664 tbp = tb; in veth_newlink() 1667 if (ifmp && tbp[IFLA_IFNAME]) { in veth_newlink() 1668 nla_strscpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink() 1675 net = rtnl_link_get_net(src_net, tbp); in veth_newlink() 1680 &veth_link_ops, tbp, extack); in veth_newlink() 1686 if (!ifmp || !tbp[IFLA_ADDRESS]) in veth_newlink()
|
| /Linux-v5.15/include/linux/ |
| D | thermal.h | 246 struct thermal_bind_params *tbp; member
|
| /Linux-v5.15/Documentation/driver-api/thermal/ |
| D | sysfs-api.rst | 362 .tbp:
|