/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.c | 585 void *data, u16 value, u16 length) in get_port_status() 592 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, value, in get_port_status() 1059 * value as an offset into the route string to locate the bits in hub_activate() 1444 * The resulting value will be used for SetIsochDelay() request. in hub_configure() 1819 * appropriate value to avoid the subtle problem if someone in hub_probe() 2039 * @new_state: new state value to be stored 2527 * value. 3999 * value that will fit in the SET SEL control transfer. in usb_req_set_sel() 4017 * but the other link state has a too high SEL or PEL value, in usb_req_set_sel() 4136 "which is a reserved value in usb_set_lpm_timeout() 584 get_port_status(struct usb_device *hdev, int port1, void *data, u16 value, u16 length) get_port_status() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 2072 /* init priv variables here. only non_zero value should be initialized here. */ 2736 /* TODO: (it value is only for FPGA version). need to be changed!! */ in rtl8192_adapter_start() 3740 /* We can not declare RSSI/EVM total value of sliding window to 3742 * value will be kept in memory or disk. Declare the value in the adaptor 3954 static u8 rtl819x_evm_dbtopercentage(s8 value) in rtl819x_evm_dbtopercentage() argument 3956 s8 ret_val = clamp(-value, 0, 33) * 3; in rtl819x_evm_dbtopercentage() 4146 /* Get Rx snr value in DB */ in rtl8192_query_rxphystatus() 4186 * shifting operation which may change a negative value in rtl8192_query_rxphystatus() 4187 * to positive one, then the dbm value (whic in rtl8192_query_rxphystatus() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 239 if (oldval == 0x00001000L) { /* RESET value */ in pci_inteli960ni_init() 1583 static void f815xxa_mem_serial_out(struct uart_port *p, int offset, int value) in f815xxa_mem_serial_out() argument 1589 writeb(value, p->membase + offset); in f815xxa_mem_serial_out() 1688 * setting IER register inadvertently to 0, if the value read in kt_serial_in() 1689 * is 0, double check with ier value in uart_8250_port and use in kt_serial_in() 1690 * that instead. up->ier should be the same value as what is in kt_serial_in() 2780 * value, which is encoded in the pci_device_id PCI probe table's
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 56 * Minimum page order among possible hugepage sizes, set to a proper value 153 * global pools must be adjusted (upward). The returned value may 154 * only be different than the passed value (delta) in the case where 199 * The return value may only be different than the passed value (delta) 505 * regions_needed is the out value provided by a previous call to region_chg. 574 * resv->adds_in_progress. This value needs to be provided to a follow up call 611 * is the value returned by the region_chg call, it is used to decrement 634 * In the normal case, the return value is zero or more. In the 870 unsigned long value) in set_vma_private_data() 869 set_vma_private_data(struct vm_area_struct *vma, unsigned long value) set_vma_private_data() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 355 * value from the context image itself, which is saved/restored earlier in intel_context_get_runtime() 448 * we have to flip the index value to become priority. in queue_prio() 469 * We record the highest value priority we saw during rescheduling in need_preempt() 3693 * values are only initialized once so we cannot take register value at the 3694 * beginning and reuse it further; hence we save its value to memory, upload a 3695 * constant value with bit21 set and then we restore it back with the saved value. 3696 * To simplify the WA, a constant value is formed by using the default value 3699 * use additional instructions that read the actual value o 3783 u32 value; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1346 * Returns 0 on success, negative value on failure 2561 * e1000_update_itr - update the dynamic ITR value based on statistics 2567 * Stores a new ITR value based on packets and byte 3516 * @new_mtu: new value for maximum frame size 4126 * the return value indicates whether actual cleaning was done, there 4871 void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value) in e1000_io_write() argument 4873 outl(value, port); in e1000_io_write()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 1896 /* init priv variables here. only non_zero value should be initialized here. */ 2552 /* TODO: (it value is only for FPGA version). need to be changed!! */ in rtl8192_adapter_start() 3553 /* We can not declare RSSI/EVM total value of sliding window to 3555 * value will be kept in memory or disk. Declare the value in the adaptor 3767 static u8 rtl819x_evm_dbtopercentage(s8 value) in rtl819x_evm_dbtopercentage() argument 3769 s8 ret_val = clamp(-value, 0, 33) * 3; in rtl819x_evm_dbtopercentage() 3959 /* Get Rx snr value in DB */ in rtl8192_query_rxphystatus() 3999 * shifting operation which may change a negative value in rtl8192_query_rxphystatus() 4000 * to positive one, then the dbm value (whic in rtl8192_query_rxphystatus() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 222 if (oldval == 0x00001000L) { /* RESET value */ in pci_inteli960ni_init() 1054 * by 8. The table is sorted by the decreasing value of the oversampling 1055 * rate and ties are resolved by sorting by the decreasing value of the 1065 * 4-bit value of the oversampling rate and the 9-bit value of the clock 1666 static void f815xxa_mem_serial_out(struct uart_port *p, int offset, int value) in f815xxa_mem_serial_out() argument 1672 writeb(value, p->membase + offset); in f815xxa_mem_serial_out() 1771 * setting IER register inadvertently to 0, if the value read in kt_serial_in() 1772 * is 0, double check with ier value in uart_8250_port and use in kt_serial_in() 1773 * that instead. up->ier should be the same value a in kt_serial_in() [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.c | 592 void *data, u16 value, u16 length) in get_port_status() 599 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, value, in get_port_status() 1066 * value as an offset into the route string to locate the bits in hub_activate() 1451 * The resulting value will be used for SetIsochDelay() request. in hub_configure() 1828 * appropriate value to avoid the subtle problem if someone in hub_probe() 2084 * @new_state: new state value to be stored 2550 * value. 4034 * value that will fit in the SET SEL control transfer. in usb_req_set_sel() 4155 "which is a reserved value.\n", in usb_set_lpm_timeout() 4726 * Get the bMaxPacketSize0 value durin 591 get_port_status(struct usb_device *hdev, int port1, void *data, u16 value, u16 length) get_port_status() argument [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | floppy.c | 600 static inline void fdc_outb(unsigned char value, int fdc, int reg) in fdc_outb() argument 602 fd_outb(value, fdc_state[fdc].address, reg); in fdc_outb() 862 pr_info("bad drive value %d\n", drive); in set_fdc() 868 pr_info("bad fdc value\n"); in set_fdc() 1263 * The value "dtr" is the data transfer rate in Kbps. It is needed 1366 /* If data rate not already set to desired value, set it. */ in fdc_dtr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 289 * The return value means how many bytes have been transferred. 395 * Returns the 32 bit value from the offset specified. 434 * Returns the 8 bit value from the offset specified. 449 * @value: the value want to be written to the register 457 * @value: 8 bit value to write 459 * Writes the value specified to the offset specified. 461 void amdgpu_mm_wreg8(struct amdgpu_device *adev, uint32_t offset, uint8_t value) in amdgpu_mm_wreg8() argument 467 writeb(value, ade in amdgpu_mm_wreg8() [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | core.c | 2195 * During consecutive calls, the same disable value will be written to related 2612 * may be reduced from 1 to 0. If so, the bad_spec event value in __icl_update_topdown_event() 2613 * will be 0 which is definitely less than the last value. in __icl_update_topdown_event() 3272 /* lock in msr value */ in __intel_shared_reg_get_constraints() 3716 * CNTMASK instructions. By setting CNTMASK to a value (16) in intel_pebs_aliases_core2() 3744 * CNTMASK micro-ops. By setting CNTMASK to a value (16) in intel_pebs_aliases_snb() 4048 * .host = the value the hardware has when it doesn't run a guest, 4049 * .guest = the value the hardware has when it runs a guest, 4473 * the two to enforce a minimum period of 128 (the smallest value that has bits 4832 static int intel_pmu_check_period(struct perf_event *event, u64 value) in intel_pmu_check_period() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 1914 le->length = 0; /* initial checksum value */ in sky2_xmit_frame() 3771 static void sky2_set_msglevel(struct net_device *netdev, u32 value) in sky2_set_msglevel() argument 3774 sky2->msg_enable = value; in sky2_set_msglevel() 4673 /* if the address is invalid, use a random value */ in sky2_init_netdev()
|
H A D | skge.c | 538 static void skge_set_msglevel(struct net_device *netdev, u32 value) in skge_set_msglevel() argument 541 skge->msg_enable = value; in skge_set_msglevel() 1823 /* remember this value is defined in big endian (!) */ in genesis_link_up()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 632 /* Save the syscfg0 value for mac_finish */ in mtk_mac_config() 3910 * up with the more appropriate value when mtk_mac_config call is being in mtk_hw_init() 4265 static void mtk_set_msglevel(struct net_device *dev, u32 value) in mtk_set_msglevel() argument 4269 mac->hw->msg_enable = value; in mtk_set_msglevel()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | cassini.c | 176 static int cassini_debug = -1; /* -1 == use CAS_DEF_MSG_ENABLE as value */ 184 MODULE_PARM_DESC(cassini_debug, "Cassini bitmapped debugging message enable value"); 202 * value in 'ticks' (units used by jiffies). Set when we init the 4552 * print the value reported in parentheses after the in cas_get_link_ksettings() 4636 static void cas_set_msglevel(struct net_device *dev, u32 value) in cas_set_msglevel() argument 4639 cp->msg_enable = value; in cas_set_msglevel() 4942 /* A value of 0 indicates we never explicitly set it */ in cas_init_one()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 2167 * maximum value between HE PPE Threshold and Common in iwl_mvm_set_sta_pkt_ext() 3968 int iwl_mvm_mac_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in iwl_mvm_mac_set_rts_threshold() argument 3972 mvm->rts_threshold = value; in iwl_mvm_mac_set_rts_threshold() 5870 /* firmware only reports a value after RXing a few beacons */ in iwl_mvm_mac_sta_statistics()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 1988 static void b43_lpphy_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_lpphy_op_radio_write() argument 1994 b43_write16(dev, B43_MMIO_RADIO_DATA_LOW, value); in b43_lpphy_op_radio_write()
|
/kernel/linux/linux-6.6/mm/ |
H A D | hugetlb.c | 168 * global pools must be adjusted (upward). The returned value may 169 * only be different than the passed value (delta) in the case where 214 * The return value may only be different than the passed value (delta) 696 * regions_needed is the out value provided by a previous call to region_chg. 764 * resv->adds_in_progress. This value needs to be provided to a follow up call 801 * is the value returned by the region_chg call, it is used to decrement 824 * In the normal case, the return value is zero or more. In the 1065 unsigned long value) in set_vma_private_data() 1067 vma->vm_private_data = (void *)value; in set_vma_private_data() 1064 set_vma_private_data(struct vm_area_struct *vma, unsigned long value) set_vma_private_data() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | advansys.c | 1540 * Bit 0 can be used to change the Int Pin for the Function. The value is 1546 * value specified in the PCI Configuration Space. 1707 * value of the field is never reset. 1980 * Return value: 4301 * to a non-zero value to indicate when the command is completed. in AdvSendIdleCmd() 4307 * Write the idle command value after the idle command parameter in AdvSendIdleCmd() 4322 * Clear the tickle value. In the ASC-3550 the RISC flag in AdvSendIdleCmd() 4324 * value is cleared. in AdvSendIdleCmd() 4620 * The microcode will set the SCSI_CFG0 register using this value in AdvInitAsc3550Driver() 4630 * The microcode will set the SCSI_CFG1 register using this value in AdvInitAsc3550Driver() 8716 uchar value; AscSetIsaDmaChannel() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 608 * @ulp_word4: command response value 1743 * new_ndlp has the right value. in lpfc_plogi_confirm_nport() 8319 * will initiate PLOGI. The higher lexicographical value party shall has 10120 uint16_t value; in lpfc_els_rcv_fpin_cgn() local 10178 value = phba->cgn_fpin_frequency; in lpfc_els_rcv_fpin_cgn() 10183 cpu_to_le16(value); in lpfc_els_rcv_fpin_cgn() 10185 cpu_to_le16(value); in lpfc_els_rcv_fpin_cgn() 10232 /* Sanity check descriptor length. The desc_len value does not in lpfc_els_rcv_fpin() 10281 /* Sanity check descriptor length. The desc_len value does not in lpfc_els_rcv_fpin()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 1284 uint32_t value) in amdgpu_dm_dmub_reg_write() 1288 return dm_write_reg(adev->dm.dc->ctx, address, value); in amdgpu_dm_dmub_reg_write() 2219 * Where CV is a one-byte value. in update_connector_ext_caps() 2225 * need to pre-compute the value of r/32. For pre-computing the values in update_connector_ext_caps() 4373 * Cap display bpc based on the user requested value. 4375 * The value for state->max_bpc may not correctly updated 6517 * configure support HPD hot plug connector_>polled default value is 0 6973 attributes.attribute_flags.value = 0; 1283 amdgpu_dm_dmub_reg_write(void *ctx, uint32_t address, uint32_t value) amdgpu_dm_dmub_reg_write() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifssmb.c | 752 struct cifs_credits credits = { .value = 1, .instance = 0 }; in cifs_echo_callback() 1631 struct cifs_credits credits = { .value = 1, .instance = 0 }; in cifs_readv_callback() 2157 struct cifs_credits credits = { .value = 1, .instance = 0 }; in cifs_writev_callback() 6168 * it looks for that attribute name and stuffs that value into the EAData 6170 * buffer. In both cases, the return value is either the length of the
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 807 * dev_get_iflink - get 'iflink' value of a interface 2025 * @val: value passed unmodified to notifier function 2028 * Call all network notifier blocks. Parameters and return value 2064 * @val: value passed unmodified to notifier function 2067 * Call all network notifier blocks. Parameters and return value 2079 * @val: value passed unmodified to notifier function 2083 * Call all network notifier blocks. Parameters and return value 4092 * including NET_XMIT_DROP, which is a positive value. So, errors can also 4095 * Regardless of the return value, the skb is consumed, so it is currently 5664 * Since return value o 8986 dev_change_proto_down_reason(struct net_device *dev, unsigned long mask, u32 value) dev_change_proto_down_reason() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 687 * integer value since we support only integer values of bpp. in intel_dp_mode_valid() 1243 /* just trace the final value */ in intel_dp_aux_wait_done() 1264 * 2MHz. So, take the hrawclk value and divide by 2000 and use that in g4x_get_aux_clock_divider() 1280 * like to run at 2MHz. So, take the cdclk or PCH rawclk value and in ilk_get_aux_clock_divider() 1431 /* just trace the final value */ in intel_dp_aux_xfer() 2111 * bpp value was assumed to RGB format. And YCbCr 4:2:0 output in intel_dp_output_bpp() 2903 u32 value) in wait_panel_status() 2916 "mask %08x value %08x status %08x control %08x\n", in wait_panel_status() 2917 mask, value, in wait_panel_status() 2922 mask, value, 500 in wait_panel_status() 2901 wait_panel_status(struct intel_dp *intel_dp, u32 mask, u32 value) wait_panel_status() argument [all...] |