Searched full:nump (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_malloc.c | 184 ++mp->nump; in ___mp0_get_mem_cluster() 192 --mp->nump; in ___mp0_free_mem_cluster() 224 ++mp->nump; in ___get_dma_mem_cluster() 246 --mp->nump; in ___free_dma_mem_cluster() 313 if (!mp->nump) in __sym_calloc_dma() 333 if (!mp->nump) in __sym_mfree_dma()
|
H A D | sym_hipd.h | 1158 int nump; member
|
/linux/include/linux/ |
H A D | moduleparam.h | 512 * @nump: optional pointer filled in with the number written 521 #define module_param_array(name, type, nump, perm) \ argument 522 module_param_array_named(name, name, type, nump, perm) 529 * @nump: optional pointer filled in with the number written 535 #define module_param_array_named(name, array, type, nump, perm) \ argument 538 = { .max = ARRAY_SIZE(array), .num = nump, \ 585 * @nump: optional pointer filled in with the number written 594 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument 597 = { .max = ARRAY_SIZE(name), .num = nump, \
|
H A D | bpf.h | 3772 const char **linep, int *nump);
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn68xx_device.c | 78 tx_pipe &= 0xffffffffff00ffffULL; /* clear out NUMP field */ in lio_cn68xx_setup_pkt_ctl_regs() 79 tx_pipe |= max_oqs << 16; /* put max_oqs in NUMP field */ in lio_cn68xx_setup_pkt_ctl_regs()
|
/linux/sound/core/ |
H A D | pcm_lib.c | 825 * @nump: pointer to store the resultant numerator 833 unsigned int *nump, unsigned int *denp) in snd_interval_ratnum() argument 929 if (nump) in snd_interval_ratnum() 930 *nump = result_num; in snd_interval_ratnum() 943 * @nump: pointer to store the resultant numerator 952 unsigned int *nump, unsigned int *denp) in snd_interval_ratden() argument 1028 if (nump) in snd_interval_ratden() 1029 *nump = best_num; in snd_interval_ratden()
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | snps,dwc3-common.yaml | 289 In device mode, this field specifies the NUMP value that is sent in
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | usb.c | 749 rtw89_write8(rtwdev, R_AX_USB_ENDPOINT_2 + 1, NUMP); in rtw89_usb_ops_mac_post_init()
|
/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 221 int nump; member 356 ++mp->nump; in ___mp0_getp() 363 --mp->nump; in ___mp0_freep() 393 ++mp->nump; in ___dma_getp() 416 --mp->nump; in ___dma_freep() 466 if (mp && !mp->nump) in __m_calloc_dma() 482 if (mp && !mp->nump) in __m_free_dma()
|
/linux/include/sound/ |
H A D | pcm.h | 1075 unsigned int *nump, unsigned int *denp);
|
/linux/kernel/bpf/ |
H A D | core.c | 3242 const char **linep, int *nump) in bpf_prog_get_file_line() argument 3282 *nump = BPF_LINE_INFO_LINE_NUM(linfo[idx].line_col); in bpf_prog_get_file_line()
|