/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp.c | 286 enum dcn10_input_csc_select select; in dpp1_cnv_setup() local 297 select = INPUT_CSC_SELECT_BYPASS; in dpp1_cnv_setup() 343 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup() 349 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup() 355 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup() 361 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup() 394 select = INPUT_CSC_SELECT_ICSC; in dpp1_cnv_setup() 396 select = INPUT_CSC_SELECT_BYPASS; in dpp1_cnv_setup() 398 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp1_cnv_setup() 400 dpp1_program_input_csc(dpp_base, color_space, select, NUL in dpp1_cnv_setup() [all...] |
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
H A D | ccu_frac.c | 77 pr_debug("%s: clock reg is 0x%x (select is 0x%x)\n", in ccu_frac_helper_read_rate() 78 clk_hw_get_name(&common->hw), reg, cf->select); in ccu_frac_helper_read_rate() 80 return (reg & cf->select) ? cf->rates[1] : cf->rates[0]; in ccu_frac_helper_read_rate() 96 sel = cf->select; in ccu_frac_helper_set_rate() 102 reg &= ~cf->select; in ccu_frac_helper_set_rate()
|
H A D | ccu_frac.h | 15 u32 select; member 23 .select = _select, \
|
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/ |
H A D | ccu_frac.c | 81 pr_debug("%s: clock reg is 0x%x (select is 0x%x)\n", in ccu_frac_helper_read_rate() 82 clk_hw_get_name(&common->hw), reg, cf->select); in ccu_frac_helper_read_rate() 84 return (reg & cf->select) ? cf->rates[1] : cf->rates[0]; in ccu_frac_helper_read_rate() 101 sel = cf->select; in ccu_frac_helper_set_rate() 107 reg &= ~cf->select; in ccu_frac_helper_set_rate()
|
H A D | ccu_frac.h | 15 u32 select; member 23 .select = _select, \
|
/kernel/linux/linux-5.10/drivers/phy/hisilicon/ |
H A D | phy-histb-combphy.c | 37 int select; member 87 switch (mode->select) { in histb_combphy_set_mode() 175 mode->select = args->args[0]; in histb_combphy_xlate() 177 if (mode->select < PHY_TYPE_SATA || mode->select > PHY_TYPE_USB3) { in histb_combphy_xlate() 178 dev_err(dev, "invalid phy mode select argument\n"); in histb_combphy_xlate() 182 if (is_mode_fixed(mode) && mode->select != mode->fixed) { in histb_combphy_xlate() 183 dev_err(dev, "mode select %d mismatch fixed phy mode %d\n", in histb_combphy_xlate() 184 mode->select, mode->fixed); in histb_combphy_xlate() 224 ret = of_property_read_u32_array(np, "hisilicon,mode-select in histb_combphy_probe() [all...] |
/kernel/linux/linux-6.6/drivers/phy/hisilicon/ |
H A D | phy-histb-combphy.c | 38 int select; member 88 switch (mode->select) { in histb_combphy_set_mode() 176 mode->select = args->args[0]; in histb_combphy_xlate() 178 if (mode->select < PHY_TYPE_SATA || mode->select > PHY_TYPE_USB3) { in histb_combphy_xlate() 179 dev_err(dev, "invalid phy mode select argument\n"); in histb_combphy_xlate() 183 if (is_mode_fixed(mode) && mode->select != mode->fixed) { in histb_combphy_xlate() 184 dev_err(dev, "mode select %d mismatch fixed phy mode %d\n", in histb_combphy_xlate() 185 mode->select, mode->fixed); in histb_combphy_xlate() 225 ret = of_property_read_u32_array(np, "hisilicon,mode-select in histb_combphy_probe() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | tcp_server.py | 9 import select namespace 62 select.select(readList, [], [], 2)
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | It_ipc_fdset_001.cpp | 57 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase() 61 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase() 69 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
|
H A D | It_ipc_fdzero_001.cpp | 56 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase() 60 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase() 69 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
|
H A D | It_ipc_fdclr_001.cpp | 53 printf("next is select ...\n"); in Testcase() 54 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase() 56 printf("select passed &&&&&&&&&&&&&&&&\n"); in Testcase() 58 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase() 67 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | coprocessor.h | 39 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT variable 46 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT variable 58 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT variable 65 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT variable
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | coprocessor.h | 39 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT variable 46 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT variable 58 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT variable 65 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT variable
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp_xgbepcsr.c | 250 int select, int ofs) in netcp_xgbe_serdes_write_tbus_addr() 253 reg_rmw(serdes_regs + 0x0008, ((select << 5) + ofs) << 24, in netcp_xgbe_serdes_write_tbus_addr() 259 switch (select) { in netcp_xgbe_serdes_write_tbus_addr() 261 select = 2; in netcp_xgbe_serdes_write_tbus_addr() 264 select = 3; in netcp_xgbe_serdes_write_tbus_addr() 270 reg_rmw(serdes_regs + 0x00fc, ((select << 8) + ofs) << 16, ~0xf800ffff); in netcp_xgbe_serdes_write_tbus_addr() 274 int select, int ofs) in netcp_xgbe_serdes_read_select_tbus() 277 netcp_xgbe_serdes_write_tbus_addr(serdes_regs, select, ofs); in netcp_xgbe_serdes_read_select_tbus() 249 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/net/ethernet/ti/ |
H A D | netcp_xgbepcsr.c | 250 int select, int ofs) in netcp_xgbe_serdes_write_tbus_addr() 253 reg_rmw(serdes_regs + 0x0008, ((select << 5) + ofs) << 24, in netcp_xgbe_serdes_write_tbus_addr() 259 switch (select) { in netcp_xgbe_serdes_write_tbus_addr() 261 select = 2; in netcp_xgbe_serdes_write_tbus_addr() 264 select = 3; in netcp_xgbe_serdes_write_tbus_addr() 270 reg_rmw(serdes_regs + 0x00fc, ((select << 8) + ofs) << 16, ~0xf800ffff); in netcp_xgbe_serdes_write_tbus_addr() 274 int select, int ofs) in netcp_xgbe_serdes_read_select_tbus() 277 netcp_xgbe_serdes_write_tbus_addr(serdes_regs, select, ofs); in netcp_xgbe_serdes_read_select_tbus() 249 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/kernel/ |
H A D | profile.c | 62 const char *select = NULL; in profile_setup() local 69 select = sleepstr; in profile_setup() 75 select = schedstr; in profile_setup() 78 select = kvmstr; in profile_setup() 86 if (select) { in profile_setup() 87 if (str[strlen(select)] == ',') in profile_setup() 88 str += strlen(select) + 1; in profile_setup() 92 select, prof_shift); in profile_setup()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dpp.c | 66 enum dcn10_input_csc_select select; in dpp3_program_post_csc() local 90 * currently. select the alternate set to double buffer in dpp3_program_post_csc() 97 select = INPUT_CSC_SELECT_ICSC; in dpp3_program_post_csc() 99 select = INPUT_CSC_SELECT_COMA; in dpp3_program_post_csc() 106 if (select == INPUT_CSC_SELECT_ICSC) { in dpp3_program_post_csc() 124 CM_POST_CSC_MODE, select); in dpp3_program_post_csc() 183 enum dcn10_input_csc_select select = INPUT_CSC_SELECT_BYPASS; in dpp3_cnv_setup() local 227 select = INPUT_CSC_SELECT_ICSC; in dpp3_cnv_setup() 233 select = INPUT_CSC_SELECT_ICSC; in dpp3_cnv_setup() 239 select in dpp3_cnv_setup() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | i2c-mux.h | 27 int (*select)(struct i2c_mux_core *, u32 chan_id); member 38 int (*select)(struct i2c_mux_core *, u32), 55 * The chan_id parameter is passed to the select and deselect
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | i2c-mux.h | 27 int (*select)(struct i2c_mux_core *, u32 chan_id); member 38 int (*select)(struct i2c_mux_core *, u32), 55 * The chan_id parameter is passed to the select and deselect
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | max6697.c | 330 int val, ret, index, select; in offset_store() local 342 select = i2c_smbus_read_byte_data(data->client, MAX6581_REG_OFFSET_SELECT); in offset_store() 343 if (select < 0) { in offset_store() 344 ret = select; in offset_store() 347 channel_enabled = (select & (1 << (index - 1))); in offset_store() 354 select & ~(1 << (index - 1))); in offset_store() 360 select | (1 << (index - 1))); in offset_store() 375 int select, ret, index; in offset_show() local 380 select = i2c_smbus_read_byte_data(data->client, MAX6581_REG_OFFSET_SELECT); in offset_show() 381 if (select < in offset_show() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max6697.c | 329 int val, ret, index, select; in offset_store() local 341 select = i2c_smbus_read_byte_data(data->client, MAX6581_REG_OFFSET_SELECT); in offset_store() 342 if (select < 0) { in offset_store() 343 ret = select; in offset_store() 346 channel_enabled = (select & (1 << (index - 1))); in offset_store() 353 select & ~(1 << (index - 1))); in offset_store() 359 select | (1 << (index - 1))); in offset_store() 374 int select, ret, index; in offset_show() local 379 select = i2c_smbus_read_byte_data(data->client, MAX6581_REG_OFFSET_SELECT); in offset_show() 380 if (select < in offset_show() [all...] |
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-mux.c | 49 ret = muxc->select(muxc, priv->chan_id); in __i2c_mux_master_xfer() 68 ret = muxc->select(muxc, priv->chan_id); in i2c_mux_master_xfer() 89 ret = muxc->select(muxc, priv->chan_id); in __i2c_mux_smbus_xfer() 111 ret = muxc->select(muxc, priv->chan_id); in i2c_mux_smbus_xfer() 242 int (*select)(struct i2c_mux_core *, u32), in i2c_mux_alloc() 262 muxc->select = select; in i2c_mux_alloc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
H A D | dp_audio.c | 356 u32 select = 0; in dp_audio_setup_acr() local 361 select = 0; in dp_audio_setup_acr() 364 select = 1; in dp_audio_setup_acr() 367 select = 2; in dp_audio_setup_acr() 370 select = 3; in dp_audio_setup_acr() 374 select = 0; in dp_audio_setup_acr() 378 catalog->audio_data = select; in dp_audio_setup_acr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
H A D | dp_audio.c | 371 u32 select = 0; in dp_audio_setup_acr() local 376 select = 0; in dp_audio_setup_acr() 379 select = 1; in dp_audio_setup_acr() 382 select = 2; in dp_audio_setup_acr() 385 select = 3; in dp_audio_setup_acr() 389 select = 0; in dp_audio_setup_acr() 393 catalog->audio_data = select; in dp_audio_setup_acr()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-mux.c | 49 ret = muxc->select(muxc, priv->chan_id); in __i2c_mux_master_xfer() 68 ret = muxc->select(muxc, priv->chan_id); in i2c_mux_master_xfer() 89 ret = muxc->select(muxc, priv->chan_id); in __i2c_mux_smbus_xfer() 111 ret = muxc->select(muxc, priv->chan_id); in i2c_mux_smbus_xfer() 242 int (*select)(struct i2c_mux_core *, u32), in i2c_mux_alloc() 263 muxc->select = select; in i2c_mux_alloc()
|