Home
last modified time | relevance | path

Searched refs:thp (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c64 static void __iomem *th1520_padcfg(struct th1520_pinctrl *thp, in th1520_padcfg() argument
67 return thp->base + 4 * (pin / 2); in th1520_padcfg()
75 static void __iomem *th1520_muxcfg(struct th1520_pinctrl *thp, in th1520_muxcfg() argument
78 return thp->base + 0x400 + 4 * (pin / 8); in th1520_muxcfg()
359 struct th1520_pinctrl *thp = pinctrl_dev_get_drvdata(pctldev); in th1520_pinctrl_get_groups_count() local
361 return thp->desc.npins; in th1520_pinctrl_get_groups_count()
367 struct th1520_pinctrl *thp = pinctrl_dev_get_drvdata(pctldev); in th1520_pinctrl_get_group_name() local
369 return thp->desc.pins[gsel].name; in th1520_pinctrl_get_group_name()
377 struct th1520_pinctrl *thp = pinctrl_dev_get_drvdata(pctldev); in th1520_pinctrl_get_group_pins() local
379 *pins = &thp->desc.pins[gsel].number; in th1520_pinctrl_get_group_pins()
[all …]
/linux/drivers/net/slip/
H A Dslhc.c497 struct tcphdr *thp; in slhc_uncompress() local
534 thp = &cs->cs_tcp; in slhc_uncompress()
537 thp->check = *(__sum16 *)cp; in slhc_uncompress()
540 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress()
547 hdrlen = ip->ihl * 4 + thp->doff * 4; in slhc_uncompress()
554 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); in slhc_uncompress()
555 thp->seq = htonl( ntohl(thp->seq) + i); in slhc_uncompress()
560 thp->seq = htonl( ntohl(thp->seq) + in slhc_uncompress()
566 thp->urg = 1; in slhc_uncompress()
570 thp->urg_ptr = htons(x); in slhc_uncompress()
[all …]
/linux/tools/lib/thermal/
H A Dsampling.c16 struct thermal_handler_param *thp = arg; in handle_thermal_sample() local
17 struct thermal_handler *th = thp->th; in handle_thermal_sample()
19 arg = thp->arg; in handle_thermal_sample()
36 struct thermal_handler_param thp = { .th = th, .arg = arg }; in thermal_sampling_handle() local
42 handle_thermal_sample, &thp)) in thermal_sampling_handle()
/linux/tools/testing/selftests/mm/
H A Dgup_test.c95 int filed, i, opt, nr_pages = 1, thp = -1, write = 1, nthreads = 1, ret; in main()
144 thp = 1; in main()
147 thp = 0; in main()
240 if (thp == 1) in main()
242 else if (thp == 0) in main()
94 int filed, i, opt, nr_pages = 1, thp = -1, write = 1, nthreads = 1, ret; main() local
H A Dvm_util.c236 uint64_t thp = -1; in check_huge_anon()
243 if (sscanf(entry, "%9" SCNu64 " kB", &thp) != 1)
247 return thp == (nr_hpages * (hpage_size >> 10)); in check_huge_shmem()
199 uint64_t thp = -1; __check_huge() local
H A Drun_vmtests.sh68 - thp
/linux/drivers/i2c/busses/
H A Di2c-octeon-core.c682 unsigned int thp, mdiv_min, mdiv = 2, ndiv = 0, ds = 10; in octeon_i2c_set_clock() local
688 thp = TWSI_MASTER_CLK_REG_OTX2_VAL; in octeon_i2c_set_clock()
693 thp = TWSI_MASTER_CLK_REG_DEF_VAL; in octeon_i2c_set_clock()
736 thp = thp_idx; in octeon_i2c_set_clock()
743 octeon_i2c_reg_write(i2c, SW_TWSI_OP_TWSI_CLK, thp); in octeon_i2c_set_clock()
/linux/Documentation/admin-guide/mm/
H A Dshrinker_debugfs.rst33 sb-bpf-32 sb-pipefs-14 sb-sysfs-26 thp-deferred_split-10
34 sb-btrfs:vda2-24 sb-proc-25 sb-tmpfs-1 thp-zero-9
H A Dtranshuge.rst275 A lower value leads to gain less thp performance. Value of
550 is incremented every time a huge zero page used for thp is
/linux/include/trace/events/
H A Dthp.h3 #define TRACE_SYSTEM thp
/linux/fs/nfs/
H A Dpnfs.c3409 struct nfs4_threshold *thp; in pnfs_mdsthreshold_alloc() local
3411 thp = kzalloc(sizeof(*thp), nfs_io_gfp_mask()); in pnfs_mdsthreshold_alloc()
3412 if (!thp) { in pnfs_mdsthreshold_alloc()
3416 return thp; in pnfs_mdsthreshold_alloc()