Searched refs:profile_data (Results 1 – 9 of 9) sorted by relevance
186 struct aw_data_container *profile_data) in aw_dev_reg_update() argument191 if (profile_data == NULL) in aw_dev_reg_update()199 for (i = 0; i < profile_data->len; i = i + 2) { in aw_dev_reg_update()201 profile_data->data[i], profile_data->data[i + 1]); in aw_dev_reg_update()203 ret = aw_dev_i2c_write_byte(aw_dev, profile_data->data[i], in aw_dev_reg_update()204 profile_data->data[i + 1]); in aw_dev_reg_update()333 struct aw_data_container *profile_data) in aw_dev_default_pwr_off() argument343 if (aw_dev->soft_off_enable && profile_data) { in aw_dev_default_pwr_off()344 ret = aw_dev_reg_update(aw_dev, profile_data); in aw_dev_default_pwr_off()368 struct aw_data_container *profile_data) in aw_dev_default_pwr_on() argument[all …]
142 int profile, struct aw_data_container *profile_data);144 struct aw_data_container *profile_data);146 struct aw_data_container *profile_data);
125 __u8 profile_data[20]; member
138 __u8 profile_data[20]; member
324 crc = crc8->crctab[crc ^ crc8->profile_data[0]]; in cgw_csum_crc8_rel()328 crc = crc8->crctab[crc ^ crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_rel()351 crc = crc8->crctab[crc ^ crc8->profile_data[0]]; in cgw_csum_crc8_pos()355 crc = crc8->crctab[crc ^ crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_pos()378 crc = crc8->crctab[crc ^ crc8->profile_data[0]]; in cgw_csum_crc8_neg()382 crc = crc8->crctab[crc ^ crc8->profile_data[cf->data[1] & 0xF]]; in cgw_csum_crc8_neg()
1081 t_u8 profile_data[];
5305 (IEEEtypes_Header_t *)pbss_profile->profile_data; in wlan_parse_non_trans_bssid_profile()5309 (IEEEtypes_NotxBssCap_t *)pbss_profile->profile_data; in wlan_parse_non_trans_bssid_profile()5310 t_u8 *pos = pbss_profile->profile_data; in wlan_parse_non_trans_bssid_profile()