/linux-6.6.21/drivers/counter/ |
D | counter-chrdev.c | 240 const size_t num_ext, const size_t component_id, in counter_get_ext() argument 246 for (*ext_idx = 0; *ext_idx < num_ext; (*ext_idx)++) { in counter_get_ext() 272 size_t num_ext; in counter_add_watch() local 288 num_ext = counter->num_ext; in counter_add_watch() 298 num_ext = counter->signals[parent].num_ext; in counter_add_watch() 308 num_ext = counter->counts[parent].num_ext; in counter_add_watch() 351 err = counter_get_ext(ext, num_ext, id, &ext_idx, &ext_id); in counter_add_watch() 536 size_t num_ext; in counter_get_data() local 602 num_ext = counter->num_ext; in counter_get_data() 606 num_ext = signal->num_ext; in counter_get_data() [all …]
|
D | ti-ecap-capture.c | 392 .num_ext = ARRAY_SIZE(ecap_cnt_clock_ext), 398 .num_ext = ARRAY_SIZE(ecap_cnt_signal_ext), 432 .num_ext = ARRAY_SIZE(ecap_cnt_count_ext),
|
D | rz-mtu3-cnt.c | 762 .num_ext = ARRAY_SIZE(rz_mtu3_count_ext), 772 .num_ext = ARRAY_SIZE(rz_mtu3_count_ext), 782 .num_ext = ARRAY_SIZE(rz_mtu3_count_ext), 876 counter->num_ext = ARRAY_SIZE(rz_mtu3_device_ext); in rz_mtu3_cnt_probe()
|
D | stm32-lptimer-cnt.c | 395 .num_ext = ARRAY_SIZE(stm32_lptim_cnt_ext) 407 .num_ext = ARRAY_SIZE(stm32_lptim_cnt_ext)
|
D | counter-sysfs.c | 805 const size_t num_ext, in counter_sysfs_exts_add() argument 816 for (i = 0; i < num_ext; i++) { in counter_sysfs_exts_add() 863 signal->num_ext, scope, signal); in counter_signal_attrs_create() 972 count->num_ext, scope, count); in counter_count_attrs_create() 1103 counter->num_ext, scope, NULL); in counter_sysfs_attr_add()
|
D | interrupt-cnt.c | 215 priv->cnts.num_ext = ARRAY_SIZE(interrupt_cnt_ext); in interrupt_cnt_probe()
|
D | ftm-quaddec.c | 256 .num_ext = ARRAY_SIZE(ftm_quaddec_count_ext)
|
D | 104-quad-8.c | 1081 .num_ext = ARRAY_SIZE(quad8_signal_ext) \ 1088 .num_ext = ARRAY_SIZE(quad8_index_ext) \ 1177 .num_ext = ARRAY_SIZE(quad8_count_ext) \
|
D | ti-eqep.c | 353 .num_ext = ARRAY_SIZE(ti_eqep_position_ext),
|
D | stm32-timer-cnt.c | 311 .num_ext = ARRAY_SIZE(stm32_count_ext)
|
D | i8254.c | 388 .num_ext = ARRAY_SIZE(i8254_count_ext) \
|
D | intel-qep.c | 388 .num_ext = ARRAY_SIZE(intel_qep_count_ext),
|
/linux-6.6.21/fs/exfat/ |
D | dir.c | 70 int i, dentries_per_clu, num_ext, err; in exfat_readdir() local 136 num_ext = ep->dentry.file.num_ext; in exfat_readdir() 177 *cpos = EXFAT_DEN_TO_B(dentry + 1 + num_ext); in exfat_readdir() 514 num_entries = fep->dentry.file.num_ext + 1; in exfat_update_dir_chksum() 568 ep->dentry.file.num_ext = (unsigned char)(num_entries - 1); in exfat_init_ext_entry() 888 ep->dentry.file.num_ext + 1 : type; in exfat_get_dentry_set() 986 int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; in exfat_find_dir_entry() local 1052 num_ext = ep->dentry.file.num_ext; in exfat_find_dir_entry() 1105 if (order == num_ext) in exfat_find_dir_entry() 1117 if (++order == num_ext) in exfat_find_dir_entry() [all …]
|
D | exfat_raw.h | 116 __u8 num_ext; member
|
/linux-6.6.21/net/sctp/ |
D | sm_make_chunk.c | 224 int num_ext = 0; in sctp_make_init() local 260 extensions[num_ext] = SCTP_CID_ASCONF; in sctp_make_init() 261 extensions[num_ext+1] = SCTP_CID_ASCONF_ACK; in sctp_make_init() 262 num_ext += 2; in sctp_make_init() 266 extensions[num_ext] = SCTP_CID_RECONF; in sctp_make_init() 267 num_ext += 1; in sctp_make_init() 274 extensions[num_ext] = SCTP_CID_I_DATA; in sctp_make_init() 275 num_ext += 1; in sctp_make_init() 299 extensions[num_ext] = SCTP_CID_AUTH; in sctp_make_init() 300 num_ext += 1; in sctp_make_init() [all …]
|
/linux-6.6.21/include/linux/ |
D | counter.h | 238 size_t num_ext; member 276 size_t num_ext; member 387 size_t num_ext; member
|
/linux-6.6.21/drivers/mmc/core/ |
D | sd.c | 1243 u8 num_ext, *gen_info_buf; in sd_read_ext_regs() local 1274 num_ext = gen_info_buf[4]; in sd_read_ext_regs() 1293 for (i = 0; i < num_ext; i++) { in sd_read_ext_regs()
|