Home
last modified time | relevance | path

Searched defs:select (Results 76 - 100 of 313) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c107 enum dcn20_input_csc_select select = DCN2_ICSC_SELECT_BYPASS; in dpp2_cnv_setup() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dnetcp_xgbepcsr.c249 netcp_xgbe_serdes_write_tbus_addr(void __iomem *serdes_regs, int select, int ofs) netcp_xgbe_serdes_write_tbus_addr() argument
273 netcp_xgbe_serdes_read_select_tbus(void __iomem *serdes_regs, int select, int ofs) netcp_xgbe_serdes_read_select_tbus() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.c10 hw_atl2_rpf_redirection_table2_select_set(struct aq_hw_s *aq_hw, u32 select) hw_atl2_rpf_redirection_table2_select_set() argument
/kernel/linux/linux-5.10/drivers/phy/hisilicon/
H A Dphy-histb-combphy.c37 int select; member
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_input.c122 static void virtinput_cfg_bits(struct virtio_input *vi, int select, int subsel, in virtinput_cfg_bits() argument
111 virtinput_cfg_select(struct virtio_input *vi, u8 select, u8 subsel) virtinput_cfg_select() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.c10 hw_atl2_rpf_redirection_table2_select_set(struct aq_hw_s *aq_hw, u32 select) hw_atl2_rpf_redirection_table2_select_set() argument
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_input.c138 static void virtinput_cfg_bits(struct virtio_input *vi, int select, int subsel, in virtinput_cfg_bits() argument
127 virtinput_cfg_select(struct virtio_input *vi, u8 select, u8 subsel) virtinput_cfg_select() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c107 enum dcn20_input_csc_select select = DCN2_ICSC_SELECT_BYPASS; in dpp2_cnv_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp_cm.c317 program_gamut_remap( struct dcn3_dpp *dpp, const uint16_t *regval, int select) program_gamut_remap() argument
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dnetcp_xgbepcsr.c249 netcp_xgbe_serdes_write_tbus_addr(void __iomem *serdes_regs, int select, int ofs) netcp_xgbe_serdes_write_tbus_addr() argument
273 netcp_xgbe_serdes_read_select_tbus(void __iomem *serdes_regs, int select, int ofs) netcp_xgbe_serdes_read_select_tbus() argument
/kernel/linux/linux-6.6/drivers/phy/hisilicon/
H A Dphy-histb-combphy.c38 int select; member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dfalcon.h63 int (*select)(struct nvkm_falcon *); member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dqemu_fw_cfg.h62 __be16 select; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dqemu_fw_cfg.h49 __be16 select; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralFormat.java551 public String select(Object context, double number); in select() method
559 public String select(Object context, double number) { in select() method in PluralFormat.PluralSelectorAdapter
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java93 public String select(DataDrivenNumberFormatTestData tuple) { in select() method in DataDrivenNumberFormatTestUtility.CodeUnderTest
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralFormat.java536 public String select(Object context, double number); in select() method
544 public String select(Object context, double number) { in select() method in PluralFormat.PluralSelectorAdapter
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java96 public String select(DataDrivenNumberFormatTestData tuple) { in select() method in DataDrivenNumberFormatTestUtility.CodeUnderTest
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java591 public void select(int start, int end) { in select() method in DemoTextFieldHolder
/third_party/python/Tools/scripts/
H A Dstable_abi.py68 def select(self, kinds, *, include_abi_only=True, ifdef=None): member in Manifest
[all...]
/third_party/python/Lib/idlelib/
H A Dtree.py114 def select(self, event=None): member in TreeNode
/third_party/python/Lib/
H A Dselectors.py12 import select namespace
155 def select(self, timeout=None): member in BaseSelector
319 def select(self, timeout=None): global() member in SelectSelector
402 def select(self, timeout=None): global() member in _PollLikeSelector
451 def select(self, timeout=None): global() member in _PollLikeSelector.EpollSelector
553 def select(self, timeout=None): global() member in _PollLikeSelector.KqueueSelector
[all...]

Completed in 17 milliseconds

12345678910>>...13