Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 44) sorted by relevance

12

/drivers/mtd/nand/raw/
Ds3c2410.c1028 struct s3c2410_nand_set *sets; in s3c24xx_nand_probe_dt() local
1046 sets = devm_kcalloc(&pdev->dev, pdata->nr_sets, sizeof(*sets), in s3c24xx_nand_probe_dt()
1048 if (!sets) in s3c24xx_nand_probe_dt()
1051 pdata->sets = sets; in s3c24xx_nand_probe_dt()
1054 sets->name = (char *)child->name; in s3c24xx_nand_probe_dt()
1055 sets->of_node = child; in s3c24xx_nand_probe_dt()
1056 sets->nr_chips = 1; in s3c24xx_nand_probe_dt()
1060 sets++; in s3c24xx_nand_probe_dt()
1087 struct s3c2410_nand_set *sets; in s3c24xx_nand_probe() local
1143 if (!plat->sets || plat->nr_sets < 1) { in s3c24xx_nand_probe()
[all …]
/drivers/net/wireless/ti/wlcore/
Dscan.c376 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list() local
384 if (sets[i].ssid.ssid_len > 0) in wlcore_scan_sched_scan_ssid_list()
420 if (!sets[i].ssid.ssid_len) in wlcore_scan_sched_scan_ssid_list()
424 cmd->ssids[cmd->n_ssids].len = sets[i].ssid.ssid_len; in wlcore_scan_sched_scan_ssid_list()
426 sets[i].ssid.ssid, sets[i].ssid.ssid_len); in wlcore_scan_sched_scan_ssid_list()
/drivers/ata/
Dpata_sis.c728 struct sis_chipset *sets; in sis_init_one() local
785 for (sets = &sis_chipsets[0]; sets->device; sets++) { in sis_init_one()
786 host = pci_get_device(PCI_VENDOR_ID_SI, sets->device, NULL); in sis_init_one()
788 chipset = sets; /* Match found */ in sis_init_one()
789 if (sets->device == 0x630) { /* SIS630 */ in sis_init_one()
/drivers/cpufreq/
DKconfig52 This option sets which CPUFreq governor shall be loaded at
59 Use the CPUFreq governor 'performance' as default. This sets
67 Use the CPUFreq governor 'powersave' as default. This sets
121 This cpufreq governor sets the frequency statically to the
132 This cpufreq governor sets the frequency statically to the
204 by the scheduler. It sets the CPU frequency to be proportional to
240 This option adds a generic dummy CPUfreq driver, which sets a fake
/drivers/dma/ti/
Dk3-udma.c4555 for (i = 0; i < rm_res->sets; i++) in udma_setup_resources()
4559 irq_res.sets = rm_res->sets; in udma_setup_resources()
4567 for (i = 0; i < rm_res->sets; i++) in udma_setup_resources()
4572 irq_res.sets += rm_res->sets; in udma_setup_resources()
4573 irq_res.desc = kcalloc(irq_res.sets, sizeof(*irq_res.desc), GFP_KERNEL); in udma_setup_resources()
4575 for (i = 0; i < rm_res->sets; i++) { in udma_setup_resources()
4582 for (j = 0; j < rm_res->sets; j++, i++) { in udma_setup_resources()
4608 for (i = 0; i < rm_res->sets; i++) in udma_setup_resources()
4702 irq_res.sets = 0; in bcdma_setup_resources()
4711 for (i = 0; i < rm_res->sets; i++) in bcdma_setup_resources()
[all …]
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c494 s = &wm->sets[0]; in hubbub2_wm_read_state()
505 s = &wm->sets[1]; in hubbub2_wm_read_state()
516 s = &wm->sets[2]; in hubbub2_wm_read_state()
527 s = &wm->sets[3]; in hubbub2_wm_read_state()
/drivers/firmware/
Dti_sci.c3061 for (set = 0; set < res->sets; set++) { in ti_sci_get_free_resource()
3093 for (set = 0; set < res->sets; set++) { in ti_sci_release_resource()
3117 for (set = 0; set < res->sets; set++) in ti_sci_get_num_resources()
3138 u32 sets) in devm_ti_sci_get_resource_sets() argument
3148 res->sets = sets; in devm_ti_sci_get_resource_sets()
3149 res->desc = devm_kcalloc(dev, res->sets, sizeof(*res->desc), in devm_ti_sci_get_resource_sets()
3154 for (i = 0; i < res->sets; i++) { in devm_ti_sci_get_resource_sets()
3202 int sets; in devm_ti_sci_get_of_resource() local
3204 sets = of_property_count_elems_of_size(dev_of_node(dev), of_prop, in devm_ti_sci_get_of_resource()
3206 if (sets < 0) { in devm_ti_sci_get_of_resource()
[all …]
/drivers/tee/optee/
DKconfig16 This sets the number of private shared memory pages to be
/drivers/staging/pi433/Documentation/
Dpi433.txt44 As soon as an application sets a request for receiving a telegram, the reception
196 sets the electrical adoption of the antenna
200 sets the gain of the low noise amp
209 sets the bandwidth of the channel filter - part one: mantisse.
214 sets the bandwidth of the channel filter - part two: exponent.
/drivers/infiniband/hw/qib/
DKconfig16 Setting this enables DCA support on some Intel chip sets
/drivers/gpu/drm/bridge/cadence/
DKconfig22 initializes the J721E Display Port and sets up the
/drivers/gpu/drm/vmwgfx/
DKconfig9 # again once vmwgfx sets up the primary plane itself.
/drivers/staging/media/av7110/
Dvideo-set-format.rst52 This ioctl sets the screen format (aspect ratio) of the connected output
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c52 s = &wm->sets[0]; in hubbub1_wm_read_state()
62 s = &wm->sets[1]; in hubbub1_wm_read_state()
72 s = &wm->sets[2]; in hubbub1_wm_read_state()
82 s = &wm->sets[3]; in hubbub1_wm_read_state()
/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubbub.c632 s = &wm->sets[0]; in hubbub21_wm_read_state()
646 s = &wm->sets[1]; in hubbub21_wm_read_state()
660 s = &wm->sets[2]; in hubbub21_wm_read_state()
674 s = &wm->sets[3]; in hubbub21_wm_read_state()
/drivers/infiniband/hw/hfi1/
Dtid_rdma.c977 u32 *idx, u32 pages, u32 sets) in tid_flush_pages() argument
986 list[sets].idx = *idx; in tid_flush_pages()
987 list[sets++].count = maxpages; in tid_flush_pages()
992 if (sets & 1) in tid_flush_pages()
993 list[sets++].count = 0; in tid_flush_pages()
994 return sets; in tid_flush_pages()
1025 u32 idx, sets = 0, i; in tid_rdma_find_phys_blocks_8k() local
1041 sets = tid_flush_pages(list, &idx, pagecnt, sets); in tid_rdma_find_phys_blocks_8k()
1043 list[sets].idx = idx++; in tid_rdma_find_phys_blocks_8k()
1044 list[sets++].count = 1; in tid_rdma_find_phys_blocks_8k()
[all …]
/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h53 struct dcn_hubbub_wm_set sets[4]; member
/drivers/gpu/drm/i915/
Dintel_dram.c501 static const u8 sets[4] = { 1, 1, 2, 2 }; in gen9_edram_size_mb() local
505 sets[EDRAM_SETS_IDX(cap)]; in gen9_edram_size_mb()
/drivers/mtd/chips/
DKconfig186 sets which a CFI-compliant chip may claim to implement. This code
196 sets which a CFI-compliant chip may claim to implement. This code
206 sets which a CFI-compliant chip may claim to implement. This code
/drivers/soc/ti/
Dti_sci_inta_msi.c79 for (set = 0; set < res->sets; set++) { in ti_sci_inta_msi_alloc_descs()
DKconfig28 on Keystone family of devices. It sets up the dma channels for the
/drivers/thermal/qcom/
DKconfig21 Thermal client sets threshold temperature for both warm and cool and
/drivers/platform/mellanox/
DKconfig32 space through sysfs interface. The sets of registers for sysfs access
/drivers/phy/
DKconfig70 functional modes using gpios and sets the attribute max link
/drivers/net/wireless/realtek/rtlwifi/
DKconfig136 To use the module option that sets the dynamic-debugging level for,

12