Searched refs:hw_data (Results 1 - 17 of 17) sorted by relevance

/drivers/staging/winbond/
H A Dwb35reg_f.h11 unsigned char Wb35Reg_initial(struct hw_data *hw_data);
12 void Uxx_power_on_procedure(struct hw_data *hw_data);
13 void Uxx_power_off_procedure(struct hw_data *hw_data);
14 void Uxx_ReadEthernetAddress(struct hw_data *hw_data);
15 void Dxx_initial(struct hw_data *hw_data);
[all...]
H A Dwb35tx_f.h11 unsigned char Wb35Tx_initial(struct hw_data *hw_data);
12 void Wb35Tx_destroy(struct hw_data *hw_data);
13 unsigned char Wb35Tx_get_tx_buffer(struct hw_data *hw_data, u8 **buffer);
18 void Wb35Tx_stop(struct hw_data *hw_data);
H A Dwb35rx_f.h10 unsigned char Wb35Rx_initial( struct hw_data * pHwData );
11 void Wb35Rx_destroy( struct hw_data * pHwData );
12 void Wb35Rx_stop( struct hw_data * pHwData );
H A Dwb35reg_s.h8 struct hw_data;
174 void hal_remove_mapping_key(struct hw_data *hw_data, u8 *mac_addr);
175 void hal_remove_default_key(struct hw_data *hw_data, u32 index);
176 unsigned char hal_set_mapping_key(struct hw_data *adapter, u8 *mac_addr,
180 unsigned char hal_set_default_key(struct hw_data *adapter, u8 index,
184 void hal_clear_all_default_key(struct hw_data *hw_data);
185 void hal_clear_all_group_key(struct hw_data *hw_dat
[all...]
H A Dwb35tx.c18 Wb35Tx_get_tx_buffer(struct hw_data * pHwData, u8 **pBuffer)
31 struct hw_data * pHwData = &adapter->sHwData;
67 struct hw_data * pHwData = &adapter->sHwData;
118 struct hw_data * pHwData = &adapter->sHwData;
129 unsigned char Wb35Tx_initial(struct hw_data * pHwData)
148 void Wb35Tx_stop(struct hw_data * pHwData)
164 void Wb35Tx_destroy(struct hw_data * pHwData)
185 struct hw_data * pHwData = &adapter->sHwData;
205 struct hw_data * pHwData = &adapter->sHwData;
253 struct hw_data * pHwDat
[all...]
H A Dcore.h52 struct hw_data sHwData; /*For HAL */
H A Dwb35rx.c76 struct hw_data *pHwData = &priv->sHwData;
153 struct hw_data *pHwData = &priv->sHwData;
228 struct hw_data *pHwData = &priv->sHwData;
287 struct hw_data *pHwData = &priv->sHwData;
298 static void Wb35Rx_reset_descriptor(struct hw_data *pHwData)
314 unsigned char Wb35Rx_initial(struct hw_data *pHwData)
325 void Wb35Rx_stop(struct hw_data *pHwData)
337 void Wb35Rx_destroy(struct hw_data *pHwData)
H A Dwb35reg.c6 extern void phy_calibration_winbond(struct hw_data *phw_data, u32 frequency);
17 unsigned char Wb35Reg_BurstWrite(struct hw_data *pHwData, u16 RegisterNo, u32 *pRegisterData, u8 NumberOfData, u8 Flag)
75 void Wb35Reg_Update(struct hw_data *pHwData, u16 RegisterNo, u32 RegisterValue)
121 unsigned char Wb35Reg_WriteSync(struct hw_data *pHwData, u16 RegisterNo, u32 RegisterValue)
162 unsigned char Wb35Reg_Write(struct hw_data *pHwData, u16 RegisterNo, u32 RegisterValue)
222 unsigned char Wb35Reg_WriteWithCallbackValue(struct hw_data *pHwData,
286 unsigned char Wb35Reg_ReadSync(struct hw_data *pHwData, u16 RegisterNo, u32 *pRegisterValue)
332 unsigned char Wb35Reg_Read(struct hw_data *pHwData, u16 RegisterNo, u32 *pRegisterValue)
385 void Wb35Reg_EP0VM_start(struct hw_data *pHwData)
396 void Wb35Reg_EP0VM(struct hw_data *pHwDat
[all...]
H A Dwbusb.c56 static void hal_set_beacon_period(struct hw_data *pHwData, u16 beacon_period)
156 static void hal_set_radio_mode(struct hw_data *pHwData, unsigned char radio_off)
173 static void hal_set_current_channel_ex(struct hw_data *pHwData, struct chan_info channel)
193 static void hal_set_current_channel(struct hw_data *pHwData, struct chan_info channel)
198 static void hal_set_accept_broadcast(struct hw_data *pHwData, u8 enable)
214 static void hal_set_accept_promiscuous(struct hw_data *pHwData, u8 enable)
230 static void hal_set_accept_multicast(struct hw_data *pHwData, u8 enable)
243 static void hal_set_accept_beacon(struct hw_data *pHwData, u8 enable)
300 static void hal_set_ethernet_address(struct hw_data *pHwData, u8 *current_address)
315 static void hal_get_permanent_address(struct hw_data *pHwDat
[all...]
H A Dphy_calibration.h81 void phy_set_rf_data(struct hw_data *pHwData, u32 index, u32 value);
H A Dreg.c831 void Uxx_ReadEthernetAddress(struct hw_data *pHwData)
884 void Uxx_power_on_procedure(struct hw_data *pHwData)
923 void Set_ChanIndep_RfData_al7230_24(struct hw_data *pHwData, u32 *pltmp , char number)
933 void Set_ChanIndep_RfData_al7230_50(struct hw_data *pHwData, u32 *pltmp, char number)
949 void RFSynthesizer_initial(struct hw_data *pHwData)
1266 void BBProcessor_AL7230_2400(struct hw_data *pHwData)
1307 void BBProcessor_AL7230_5000(struct hw_data *pHwData)
1361 void BBProcessor_initial(struct hw_data *pHwData)
1623 void set_tx_power_per_channel_max2829(struct hw_data *pHwData, struct chan_info Channel)
1628 void set_tx_power_per_channel_al2230(struct hw_data *pHwDat
[all...]
H A Dphy_calibration.c39 * void _phy_rf_write_delay(struct hw_data *phw_data);
40 * void phy_init_rf(struct hw_data *phw_data);
299 static unsigned char hal_get_dxx_reg(struct hw_data *pHwData, u16 number, u32 * pValue)
307 static unsigned char hal_set_dxx_reg(struct hw_data *pHwData, u16 number, u32 value)
319 void _reset_rx_cal(struct hw_data *phw_data)
339 void _rxadc_dc_offset_cancellation_winbond(struct hw_data *phw_data, u32 frequency)
434 void _txidac_dc_offset_cancellation_winbond(struct hw_data *phw_data)
559 void _txqdac_dc_offset_cacellation_winbond(struct hw_data *phw_data)
675 u8 _tx_iq_calibration_loop_winbond(struct hw_data *phw_data,
958 void _tx_iq_calibration_winbond(struct hw_data *phw_dat
[all...]
H A Dmds.c439 struct hw_data *pHwData = &adapter->sHwData;
567 struct hw_data *pHwData = &adapter->sHwData;
H A Dwbhal.h364 struct hw_data { struct
/drivers/video/backlight/
H A Dapple_bl.c31 struct hw_data { struct
40 static const struct hw_data *hw_data; variable in typeref:struct:hw_data
85 static const struct hw_data intel_chipset_data = {
132 static const struct hw_data nvidia_chipset_data = {
157 hw_data = &intel_chipset_data;
159 hw_data = &nvidia_chipset_data;
163 if (!hw_data) {
170 intensity = hw_data->backlight_ops.get_brightness(NULL);
173 hw_data
[all...]
/drivers/net/ethernet/ti/
H A Dcpmac.c182 u32 hw_data; member in struct:cpmac_desc
405 desc->hw_data = (u32)desc->data_mapping;
588 desc->hw_data = (u32)desc->data_mapping;
1008 desc->hw_data = (u32)desc->data_mapping;
/drivers/net/wireless/ipw2x00/
H A Dipw2100.c3587 } hw_data[] = { variable in typeref:struct:__anon3498
3829 for (i = 0; i < ARRAY_SIZE(hw_data); i++) {
3830 read_register(dev, hw_data[i].addr, &val);
3832 hw_data[i].name, hw_data[i].addr, val);

Completed in 210 milliseconds