/linux-2.6.39/drivers/staging/winbond/ |
D | wb35reg_f.h | 11 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); 16 void Mxx_initial(struct hw_data *hw_data); 17 void RFSynthesizer_initial(struct hw_data *hw_data); 18 void RFSynthesizer_SwitchingChannel(struct hw_data *hw_data, struct chan_info channel); 19 void BBProcessor_initial(struct hw_data *hw_data); 20 void BBProcessor_RateChanging(struct hw_data *hw_data, u8 rate); [all …]
|
D | wb35reg_s.h | 8 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_data); 186 void hal_clear_all_mapping_key(struct hw_data *hw_data); 187 void hal_clear_all_key(struct hw_data *hw_data); 188 void hal_set_power_save_mode(struct hw_data *hw_data, unsigned char power_save, [all …]
|
D | wb35tx_f.h | 11 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);
|
D | wb35tx.c | 18 Wb35Tx_get_tx_buffer(struct hw_data * pHwData, u8 **pBuffer) in Wb35Tx_get_tx_buffer() 31 struct hw_data * pHwData = &adapter->sHwData; in Wb35Tx_complete() 67 struct hw_data * pHwData = &adapter->sHwData; in Wb35Tx() 118 struct hw_data * pHwData = &adapter->sHwData; in Wb35Tx_start() 129 unsigned char Wb35Tx_initial(struct hw_data * pHwData) in Wb35Tx_initial() 148 void Wb35Tx_stop(struct hw_data * pHwData) in Wb35Tx_stop() 164 void Wb35Tx_destroy(struct hw_data * pHwData) in Wb35Tx_destroy() 185 struct hw_data * pHwData = &adapter->sHwData; in Wb35Tx_CurrentTime() 205 struct hw_data * pHwData = &adapter->sHwData; in Wb35Tx_EP2VM_complete() 253 struct hw_data * pHwData = &adapter->sHwData; in Wb35Tx_EP2VM() [all …]
|
D | wb35rx_f.h | 10 unsigned char Wb35Rx_initial( struct hw_data * pHwData ); 11 void Wb35Rx_destroy( struct hw_data * pHwData ); 12 void Wb35Rx_stop( struct hw_data * pHwData );
|
D | wbusb.c | 55 static void hal_set_beacon_period(struct hw_data *pHwData, u16 beacon_period) in hal_set_beacon_period() 155 static void hal_set_radio_mode(struct hw_data *pHwData, unsigned char radio_off) in hal_set_radio_mode() 172 static void hal_set_current_channel_ex(struct hw_data *pHwData, struct chan_info channel) in hal_set_current_channel_ex() 192 static void hal_set_current_channel(struct hw_data *pHwData, struct chan_info channel) in hal_set_current_channel() 197 static void hal_set_accept_broadcast(struct hw_data *pHwData, u8 enable) in hal_set_accept_broadcast() 213 static void hal_set_accept_promiscuous(struct hw_data *pHwData, u8 enable) in hal_set_accept_promiscuous() 229 static void hal_set_accept_multicast(struct hw_data *pHwData, u8 enable) in hal_set_accept_multicast() 242 static void hal_set_accept_beacon(struct hw_data *pHwData, u8 enable) in hal_set_accept_beacon() 299 static void hal_set_ethernet_address(struct hw_data *pHwData, u8 *current_address) in hal_set_ethernet_address() 314 static void hal_get_permanent_address(struct hw_data *pHwData, u8 *pethernet_address) in hal_get_permanent_address() [all …]
|
D | wb35reg.c | 6 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 Nu… in Wb35Reg_BurstWrite() 75 void Wb35Reg_Update(struct hw_data *pHwData, u16 RegisterNo, u32 RegisterValue) in Wb35Reg_Update() 121 unsigned char Wb35Reg_WriteSync(struct hw_data *pHwData, u16 RegisterNo, u32 RegisterValue) in Wb35Reg_WriteSync() 162 unsigned char Wb35Reg_Write(struct hw_data *pHwData, u16 RegisterNo, u32 RegisterValue) in Wb35Reg_Write() 222 unsigned char Wb35Reg_WriteWithCallbackValue(struct hw_data *pHwData, in Wb35Reg_WriteWithCallbackValue() 286 unsigned char Wb35Reg_ReadSync(struct hw_data *pHwData, u16 RegisterNo, u32 *pRegisterValue) in Wb35Reg_ReadSync() 332 unsigned char Wb35Reg_Read(struct hw_data *pHwData, u16 RegisterNo, u32 *pRegisterValue) in Wb35Reg_Read() 385 void Wb35Reg_EP0VM_start(struct hw_data *pHwData) in Wb35Reg_EP0VM_start() 396 void Wb35Reg_EP0VM(struct hw_data *pHwData) in Wb35Reg_EP0VM() [all …]
|
D | wb35rx.c | 76 struct hw_data *pHwData = &priv->sHwData; in Wb35Rx_indicate() 153 struct hw_data *pHwData = &priv->sHwData; in Wb35Rx_Complete() 228 struct hw_data *pHwData = &priv->sHwData; in Wb35Rx() 287 struct hw_data *pHwData = &priv->sHwData; in Wb35Rx_start() 298 static void Wb35Rx_reset_descriptor(struct hw_data *pHwData) in Wb35Rx_reset_descriptor() 314 unsigned char Wb35Rx_initial(struct hw_data *pHwData) in Wb35Rx_initial() 325 void Wb35Rx_stop(struct hw_data *pHwData) in Wb35Rx_stop() 337 void Wb35Rx_destroy(struct hw_data *pHwData) in Wb35Rx_destroy()
|
D | reg.c | 831 void Uxx_ReadEthernetAddress(struct hw_data *pHwData) in Uxx_ReadEthernetAddress() 884 void Uxx_power_on_procedure(struct hw_data *pHwData) in Uxx_power_on_procedure() 923 void Set_ChanIndep_RfData_al7230_24(struct hw_data *pHwData, u32 *pltmp , char number) in Set_ChanIndep_RfData_al7230_24() 933 void Set_ChanIndep_RfData_al7230_50(struct hw_data *pHwData, u32 *pltmp, char number) in Set_ChanIndep_RfData_al7230_50() 949 void RFSynthesizer_initial(struct hw_data *pHwData) in RFSynthesizer_initial() 1266 void BBProcessor_AL7230_2400(struct hw_data *pHwData) in BBProcessor_AL7230_2400() 1307 void BBProcessor_AL7230_5000(struct hw_data *pHwData) in BBProcessor_AL7230_5000() 1361 void BBProcessor_initial(struct hw_data *pHwData) in BBProcessor_initial() 1623 void set_tx_power_per_channel_max2829(struct hw_data *pHwData, struct chan_info Channel) in set_tx_power_per_channel_max2829() 1628 void set_tx_power_per_channel_al2230(struct hw_data *pHwData, struct chan_info Channel) in set_tx_power_per_channel_al2230() [all …]
|
D | phy_calibration.c | 299 static unsigned char hal_get_dxx_reg(struct hw_data *pHwData, u16 number, u32 * pValue) in hal_get_dxx_reg() 307 static unsigned char hal_set_dxx_reg(struct hw_data *pHwData, u16 number, u32 value) in hal_set_dxx_reg() 319 void _reset_rx_cal(struct hw_data *phw_data) in _reset_rx_cal() 339 void _rxadc_dc_offset_cancellation_winbond(struct hw_data *phw_data, u32 frequency) in _rxadc_dc_offset_cancellation_winbond() 434 void _txidac_dc_offset_cancellation_winbond(struct hw_data *phw_data) in _txidac_dc_offset_cancellation_winbond() 559 void _txqdac_dc_offset_cacellation_winbond(struct hw_data *phw_data) in _txqdac_dc_offset_cacellation_winbond() 675 u8 _tx_iq_calibration_loop_winbond(struct hw_data *phw_data, in _tx_iq_calibration_loop_winbond() 958 void _tx_iq_calibration_winbond(struct hw_data *phw_data) in _tx_iq_calibration_winbond() 1104 u8 _rx_iq_calibration_loop_winbond(struct hw_data *phw_data, u16 factor, u32 frequency) in _rx_iq_calibration_loop_winbond() 1374 void _rx_iq_calibration_winbond(struct hw_data *phw_data, u32 frequency) in _rx_iq_calibration_winbond() [all …]
|
D | core.h | 52 struct hw_data sHwData; /*For HAL */
|
D | phy_calibration.h | 81 void phy_set_rf_data(struct hw_data *pHwData, u32 index, u32 value);
|
D | mds.c | 439 struct hw_data *pHwData = &adapter->sHwData; in Mds_Tx() 567 struct hw_data *pHwData = &adapter->sHwData; in Mds_SendComplete()
|
D | wbhal.h | 364 struct hw_data { struct
|
/linux-2.6.39/drivers/video/backlight/ |
D | apple_bl.c | 30 struct hw_data { struct 39 static const struct hw_data *hw_data; variable 84 static const struct hw_data intel_chipset_data = { 131 static const struct hw_data nvidia_chipset_data = { 156 hw_data = &intel_chipset_data; in apple_bl_add() 158 hw_data = &nvidia_chipset_data; in apple_bl_add() 162 if (!hw_data) { in apple_bl_add() 169 intensity = hw_data->backlight_ops.get_brightness(NULL); in apple_bl_add() 172 hw_data->set_brightness(1); in apple_bl_add() 173 if (!hw_data->backlight_ops.get_brightness(NULL)) in apple_bl_add() [all …]
|
/linux-2.6.39/include/sound/ |
D | pcm-indirect.h | 30 unsigned int hw_data; /* Offset to next dst (or src) in hw ring buffer */ member 64 unsigned int hw_to_end = rec->hw_buffer_size - rec->hw_data; in snd_pcm_indirect_playback_transfer() 76 rec->hw_data += bytes; in snd_pcm_indirect_playback_transfer() 77 if (rec->hw_data == rec->hw_buffer_size) in snd_pcm_indirect_playback_transfer() 78 rec->hw_data = 0; in snd_pcm_indirect_playback_transfer() 129 size_t hw_to_end = rec->hw_buffer_size - rec->hw_data; in snd_pcm_indirect_capture_transfer() 141 rec->hw_data += bytes; in snd_pcm_indirect_capture_transfer() 142 if ((int)rec->hw_data == rec->hw_buffer_size) in snd_pcm_indirect_capture_transfer() 143 rec->hw_data = 0; in snd_pcm_indirect_capture_transfer()
|
/linux-2.6.39/sound/i2c/ |
D | cs8427.c | 118 char *hw_data = udata ? in snd_cs8427_send_corudata() local 123 if (!memcmp(hw_data, ndata, count)) in snd_cs8427_send_corudata() 127 memcpy(hw_data, ndata, count); in snd_cs8427_send_corudata() 130 if (memcmp(hw_data, data, count) == 0) { in snd_cs8427_send_corudata()
|
/linux-2.6.39/sound/mips/ |
D | hal2.c | 574 hal2->dac.pcm_indirect.hw_data = 0; in hal2_playback_trigger() 601 unsigned char *buf = hal2->dac.buffer + rec->hw_data; in hal2_playback_transfer() 667 hal2->adc.pcm_indirect.hw_data = 0; in hal2_capture_trigger() 694 unsigned char *buf = hal2->adc.buffer + rec->hw_data; in hal2_capture_transfer()
|
/linux-2.6.39/drivers/net/ |
D | cpmac.c | 181 u32 hw_data; member 404 desc->hw_data = (u32)desc->data_mapping; in cpmac_rx_one() 587 desc->hw_data = (u32)desc->data_mapping; in cpmac_start_xmit() 1007 desc->hw_data = (u32)desc->data_mapping; in cpmac_open()
|
/linux-2.6.39/sound/pci/ |
D | rme32.c | 1078 rme32->playback_pcm.hw_data = snd_rme32_pcm_byteptr(rme32); in snd_rme32_pcm_trigger() 1081 rme32->capture_pcm.hw_data = snd_rme32_pcm_byteptr(rme32); in snd_rme32_pcm_trigger() 1145 memcpy_toio(rme32->iobase + RME32_IO_DATA_BUFFER + rec->hw_data, in snd_rme32_pb_trans_copy() 1171 rme32->iobase + RME32_IO_DATA_BUFFER + rec->hw_data, in snd_rme32_cp_trans_copy()
|
/linux-2.6.39/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 3593 } hw_data[] = { variable 3835 for (i = 0; i < ARRAY_SIZE(hw_data); i++) { in show_registers() 3836 read_register(dev, hw_data[i].addr, &val); in show_registers() 3838 hw_data[i].name, hw_data[i].addr, val); in show_registers()
|
/linux-2.6.39/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 696 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes); in snd_cs46xx_pb_trans_copy() 713 chip->capt.hw_buf.area + rec->hw_data, bytes); in snd_cs46xx_cp_trans_copy()
|