Home
last modified time | relevance | path

Searched refs:attribute_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/misc/
H A Dfastrpc.h138 __u32 attribute_id; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff1732 - if(dsk->db_entry && dsk->db_entry->attribute_id == 0) {
1733 + if(dsk->db_entry->attribute_id == 0) {
1756 - if(dsk->db_entry && dsk->db_entry->attribute_id > 0)
1757 - field = sata_search_temperature(values, dsk->db_entry->attribute_id);
1760 + field = sata_search_temperature(values, dsk->db_entry->attribute_id);
2199 + dsk->db_entry->attribute_id = DEFAULT_ATTRIBUTE_ID;
2221 - if(dsk->db_entry && dsk->db_entry->attribute_id == 0) {
2222 + if(dsk->db_entry->attribute_id == 0) {
2230 - if(dsk->db_entry && dsk->db_entry->attribute_id > 0)
2231 - field = ata_search_temperature(values, dsk->db_entry->attribute_id);
[all …]
/openbmc/linux/drivers/misc/
H A Dfastrpc.c1722 uint32_t attribute_id = cap->attribute_id; in fastrpc_get_info_from_kernel() local
1758 cap->capability = cctx->dsp_attributes[attribute_id]; in fastrpc_get_info_from_kernel()
1783 if (cap.attribute_id >= FASTRPC_MAX_DSP_ATTRIBUTES) { in fastrpc_get_dsp_info()
1785 cap.attribute_id, err); in fastrpc_get_dsp_info()