Searched refs:tbp (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/scsi/fnic/ |
| 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() 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() 165 tbp = (fnic_trace_data_t *) in fnic_get_trace_data() 167 if (!tbp) { in fnic_get_trace_data() 187 val.tv_nsec, str, tbp->host_no, tbp->tag, in fnic_get_trace_data() 188 tbp->data[0], tbp->data[1], tbp->data[2], in fnic_get_trace_data() [all …]
|
| /linux/drivers/thermal/ |
| 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() 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() 254 tbp = data->tbps + i; in of_thermal_unbind() 257 tcbp = tbp->tcbp + j; in of_thermal_unbind() 263 tbp->trip_id, cdev); in of_thermal_unbind() 964 kfree(tbp->tcbp); in thermal_of_build_thermal_zone() 986 tbp = tz->tbps + i; in of_thermal_free_zone() [all …]
|
| A D | thermal_core.c | 853 if (!tzp || !tzp->tbp) in bind_cdev() 857 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_cdev() 861 tzp->tbp[i].cdev = cdev; in bind_cdev() 864 tzp->tbp[i].weight); in bind_cdev() 1106 tzp->tbp[i].cdev = NULL; in thermal_cooling_device_unregister() 1142 if (!tzp || !tzp->tbp) in bind_tz() 1147 if (tzp->tbp[i].cdev || !tzp->tbp[i].match) in bind_tz() 1151 tzp->tbp[i].cdev = pos; in bind_tz() 1154 tzp->tbp[i].weight); in bind_tz() 1363 if (!tzp || !tzp->tbp) in thermal_zone_device_unregister() [all …]
|
| /linux/drivers/net/can/ |
| 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_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/net/core/ |
| A D | neighbour.c | 2298 struct nlattr *tbp[NDTPA_MAX+1]; in neightbl_set() local 2308 if (tbp[NDTPA_IFINDEX]) in neightbl_set() 2318 if (tbp[i] == NULL) in neightbl_set() 2324 nla_get_u32(tbp[i]) * in neightbl_set() 2329 nla_get_u32(tbp[i])); in neightbl_set() 2333 nla_get_u32(tbp[i])); in neightbl_set() 2337 nla_get_u32(tbp[i])); in neightbl_set() 2341 nla_get_u32(tbp[i])); in neightbl_set() 2345 nla_get_u32(tbp[i])); in neightbl_set() 2349 nla_get_u32(tbp[i])); in neightbl_set() [all …]
|
| /linux/drivers/net/ |
| A D | veth.c | 1641 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local 1665 tbp = peer_tb; in veth_newlink() 1668 tbp = tb; in veth_newlink() 1671 if (ifmp && tbp[IFLA_IFNAME]) { in veth_newlink() 1672 nla_strscpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink() 1679 net = rtnl_link_get_net(src_net, tbp); in veth_newlink() 1684 &veth_link_ops, tbp, extack); in veth_newlink() 1690 if (!ifmp || !tbp[IFLA_ADDRESS]) in veth_newlink()
|
| /linux/include/linux/ |
| A D | thermal.h | 246 struct thermal_bind_params *tbp; member
|
| /linux/Documentation/driver-api/thermal/ |
| A D | sysfs-api.rst | 362 .tbp:
|
Completed in 22 milliseconds