Searched refs:pvalue (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/scripts/ |
D | get_maintainer.pl | 1242 my $pvalue = $2; 1244 $role = $pvalue; 1292 my $pvalue = $2; 1294 my $list_address = $pvalue; 1328 my ($name, $address) = parse_email($pvalue); 1335 $pvalue = format_email($name, $address, $email_usename); 1342 push_email_addresses($pvalue, $role); 1345 my ($name, $address) = parse_email($pvalue); 1352 $pvalue = format_email($name, $address, $email_usename); 1359 push_email_addresses($pvalue, "reviewer:$subsystem"); [all …]
|
/Linux-v4.19/drivers/media/usb/as102/ |
D | as10x_cmd_cfg.c | 33 uint32_t *pvalue) in as10x_cmd_get_context() argument 72 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context()
|
D | as10x_cmd.h | 519 uint32_t *pvalue);
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_api_88xx.c | 5482 enum halmac_hw_id hw_id, void *pvalue) in halmac_get_hw_value_88xx() argument 5500 if (!pvalue) { in halmac_get_hw_value_88xx() 5507 ((struct halmac_rqpn_map *)pvalue)->dma_map_vo = in halmac_get_hw_value_88xx() 5509 ((struct halmac_rqpn_map *)pvalue)->dma_map_vi = in halmac_get_hw_value_88xx() 5511 ((struct halmac_rqpn_map *)pvalue)->dma_map_be = in halmac_get_hw_value_88xx() 5513 ((struct halmac_rqpn_map *)pvalue)->dma_map_bk = in halmac_get_hw_value_88xx() 5515 ((struct halmac_rqpn_map *)pvalue)->dma_map_mg = in halmac_get_hw_value_88xx() 5517 ((struct halmac_rqpn_map *)pvalue)->dma_map_hi = in halmac_get_hw_value_88xx() 5521 *(u32 *)pvalue = halmac_adapter->hw_config_info.efuse_size; in halmac_get_hw_value_88xx() 5524 *(u32 *)pvalue = halmac_adapter->hw_config_info.eeprom_size; in halmac_get_hw_value_88xx() [all …]
|
D | halmac_api_88xx.h | 352 enum halmac_hw_id hw_id, void *pvalue); 356 enum halmac_hw_id hw_id, void *pvalue);
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rf.c | 239 static void write_ofdm_pwr_reg(struct adapter *adapt, u8 index, u32 *pvalue) in write_ofdm_pwr_reg() argument 252 write_val = pvalue[rf]; in write_ofdm_pwr_reg()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
D | rtl_halmac.h | 68 void *pvalue);
|
D | rtl_halmac.c | 1213 void *pvalue) in rtl_halmac_get_hw_value() argument 1222 status = api->halmac_get_hw_value(mac, hw_id, pvalue); in rtl_halmac_get_hw_value()
|
D | halmac_type.h | 1857 void *pvalue); 1860 void *pvalue);
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | rf.c | 326 u8 index, u32 *pvalue) in _rtl8821ae_write_ofdm_power_reg() argument 344 writeval = pvalue[rf]; in _rtl8821ae_write_ofdm_power_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | rf.c | 349 u8 index, u32 *pvalue) in _rtl8723be_write_ofdm_power_reg() argument 367 writeval = pvalue[rf]; in _rtl8723be_write_ofdm_power_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | rf.c | 341 u8 index, u32 *pvalue) in _rtl8723e_write_ofdm_power_reg() argument 361 writeval = pvalue[rf]; in _rtl8723e_write_ofdm_power_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | rf.c | 326 u8 index, u32 *pvalue) in _rtl92d_write_ofdm_power_reg() argument 345 writeval = pvalue[rf]; in _rtl92d_write_ofdm_power_reg()
|
/Linux-v4.19/net/core/ |
D | net-sysfs.c | 1142 unsigned int *pvalue) in bql_set() argument 1157 *pvalue = value; in bql_set()
|