Home
last modified time | relevance | path

Searched refs:attrib_id (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-hid-sensor-time.c122 static const char *hid_time_attrib_name(u32 attrib_id) in hid_time_attrib_name() argument
128 if (hid_time_addresses[i] == attrib_id) in hid_time_attrib_name()
164 time_state->info[i].attrib_id)); in hid_time_parse_report()
170 !(time_state->info[i].attrib_id == in hid_time_parse_report()
177 time_state->info[i].attrib_id)); in hid_time_parse_report()
184 time_state->info[i].attrib_id)); in hid_time_parse_report()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-sensor-custom.c489 sensor_field->attribute.attrib_id = field->logical; in hid_sensor_custom_add_field()
491 sensor_field->attribute.attrib_id = field->usage[0].hid; in hid_sensor_custom_add_field()
505 sensor_field->attribute.attrib_id); in hid_sensor_custom_add_field()
510 sensor_field->attribute.attrib_id); in hid_sensor_custom_add_field()
611 if (sensor_inst->fields[i].attribute.attrib_id == in hid_sensor_custom_add_attributes()
614 else if (sensor_inst->fields[i].attribute.attrib_id == in hid_sensor_custom_add_attributes()
H A Dhid-sensor-hub.c390 info->attrib_id = attr_usage_id; in sensor_hub_input_get_attribute_info()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid-sensor-hub.h28 u32 attrib_id; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_mad.h173 __be16 attrib_id; member
/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A Datvda.h509 u8 attrib_id; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c20869 u16 attrib_id; in wl_find_attribute() local
20880 attrib_id = *attrib++ << 8; in wl_find_attribute()
20881 attrib_id |= *attrib++; in wl_find_attribute()
20889 if (attrib_id == element_id) { in wl_find_attribute()
20898 attrib_id, attrib_len, len)); in wl_find_attribute()
20904 attrib_id, attrib_len)); in wl_find_attribute()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c20624 u16 attrib_id; in wl_find_attribute() local
20635 attrib_id = *attrib++ << 8; in wl_find_attribute()
20636 attrib_id |= *attrib++; in wl_find_attribute()
20644 if (attrib_id == element_id) { in wl_find_attribute()
20653 attrib_id, attrib_len, len)); in wl_find_attribute()
20659 attrib_id, attrib_len)); in wl_find_attribute()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c24452 u16 attrib_id; local
24463 attrib_id = *attrib++ << 8;
24464 attrib_id |= *attrib++;
24472 if (attrib_id == element_id) {
24481 attrib_id, attrib_len, len));
24487 attrib_id, attrib_len));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c24450 u16 attrib_id; local
24461 attrib_id = *attrib++ << 8;
24462 attrib_id |= *attrib++;
24470 if (attrib_id == element_id) {
24479 attrib_id, attrib_len, len));
24485 attrib_id, attrib_len));
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c24187 u16 attrib_id; local
24198 attrib_id = *attrib++ << 8;
24199 attrib_id |= *attrib++;
24207 if (attrib_id == element_id) {
24216 attrib_id, attrib_len, len));
24222 attrib_id, attrib_len));