Searched refs:feature_index (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-logitech-hidpp.c71 u8 feature_index; member in struct:fap
210 response->fap.feature_index == HIDPP20_ERROR) { hidpp_send_message_sync()
236 message->fap.feature_index = feat_index; hidpp_send_fap_command_sync()
282 return (answer->fap.feature_index == question->fap.feature_index) && hidpp_match_answer()
290 (answer->fap.feature_index == HIDPP20_ERROR)) && hidpp_match_error()
291 (answer->fap.funcindex_clientid == question->fap.feature_index) && hidpp_match_error()
385 u8 *feature_index, u8 *feature_type) hidpp_root_get_feature()
398 *feature_index = response.fap.params[0]; hidpp_root_get_feature()
460 u8 feature_index, u8 *nameLength) hidpp_devicenametype_get_count()
465 ret = hidpp_send_fap_command_sync(hidpp, feature_index, hidpp_devicenametype_get_count()
482 u8 feature_index, u8 char_index, char *device_name, int len_buf) hidpp_devicenametype_get_device_name()
488 ret = hidpp_send_fap_command_sync(hidpp, feature_index, hidpp_devicenametype_get_device_name()
517 u8 feature_index; hidpp_get_device_name() local
524 &feature_index, &feature_type); hidpp_get_device_name()
528 ret = hidpp_devicenametype_get_count(hidpp, feature_index, hidpp_get_device_name()
539 feature_index, index, name + index, hidpp_get_device_name()
599 u8 feature_index, struct hidpp_touchpad_raw_info *raw_info) hidpp_touchpad_get_raw_info()
605 ret = hidpp_send_fap_command_sync(hidpp, feature_index, hidpp_touchpad_get_raw_info()
629 u8 feature_index, bool send_raw_reports, hidpp_touchpad_set_raw_report_state()
645 return hidpp_send_fap_command_sync(hidpp_dev, feature_index, hidpp_touchpad_set_raw_report_state()
856 if ((report->fap.feature_index != wd->mt_feature_index) || wtp_raw_event()
384 hidpp_root_get_feature(struct hidpp_device *hidpp, u16 feature, u8 *feature_index, u8 *feature_type) hidpp_root_get_feature() argument
459 hidpp_devicenametype_get_count(struct hidpp_device *hidpp, u8 feature_index, u8 *nameLength) hidpp_devicenametype_get_count() argument
481 hidpp_devicenametype_get_device_name(struct hidpp_device *hidpp, u8 feature_index, u8 char_index, char *device_name, int len_buf) hidpp_devicenametype_get_device_name() argument
598 hidpp_touchpad_get_raw_info(struct hidpp_device *hidpp, u8 feature_index, struct hidpp_touchpad_raw_info *raw_info) hidpp_touchpad_get_raw_info() argument
628 hidpp_touchpad_set_raw_report_state(struct hidpp_device *hidpp_dev, u8 feature_index, bool send_raw_reports, bool sensor_enhanced_settings) hidpp_touchpad_set_raw_report_state() argument
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c151 unsigned char feature_index) sxgbe_get_hw_feature()
153 return readl(ioaddr + (SXGBE_CORE_HW_FEA_REG(feature_index))); sxgbe_get_hw_feature()
150 sxgbe_get_hw_feature(void __iomem *ioaddr, unsigned char feature_index) sxgbe_get_hw_feature() argument
H A Dsxgbe_common.h347 unsigned char feature_index);

Completed in 161 milliseconds