| /linux-6.15/drivers/counter/ |
| H A 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() 535 size_t num_ext; in counter_get_data() local 601 num_ext = counter->num_ext; in counter_get_data() 605 num_ext = signal->num_ext; in counter_get_data() [all …]
|
| H A 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),
|
| H A 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()
|
| H A D | stm32-lptimer-cnt.c | 401 .num_ext = ARRAY_SIZE(stm32_lptim_cnt_ext) 413 .num_ext = ARRAY_SIZE(stm32_lptim_cnt_ext)
|
| H A 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()
|
| H A D | interrupt-cnt.c | 215 priv->cnts.num_ext = ARRAY_SIZE(interrupt_cnt_ext); in interrupt_cnt_probe()
|
| H A D | ftm-quaddec.c | 256 .num_ext = ARRAY_SIZE(ftm_quaddec_count_ext)
|
| H A 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) \
|
| H A D | stm32-timer-cnt.c | 566 .num_ext = ARRAY_SIZE(stm32_count_clock_ext), 614 .num_ext = ARRAY_SIZE(stm32_count_ext)
|
| H A D | i8254.c | 388 .num_ext = ARRAY_SIZE(i8254_count_ext) \
|
| H A D | intel-qep.c | 388 .num_ext = ARRAY_SIZE(intel_qep_count_ext),
|
| H A D | ti-eqep.c | 453 .num_ext = ARRAY_SIZE(ti_eqep_position_ext),
|
| H A D | microchip-tcb-capture.c | 349 .num_ext = ARRAY_SIZE(mchp_tc_count_ext),
|
| /linux-6.15/net/sctp/ |
| H A D | sm_make_chunk.c | 262 num_ext += 2; in sctp_make_init() 267 num_ext += 1; in sctp_make_init() 275 num_ext += 1; in sctp_make_init() 300 num_ext += 1; in sctp_make_init() 304 if (num_ext) in sctp_make_init() 346 if (num_ext) { in sctp_make_init() 432 num_ext += 2; in sctp_make_init_ack() 437 num_ext += 1; in sctp_make_init_ack() 445 num_ext += 1; in sctp_make_init_ack() 465 num_ext += 1; in sctp_make_init_ack() [all …]
|
| /linux-6.15/fs/exfat/ |
| H A D | dir.c | 70 int i, dentries_per_clu, num_ext, err; in exfat_readdir() local 133 num_ext = ep->dentry.file.num_ext; in exfat_readdir() 158 *cpos = EXFAT_DEN_TO_B(dentry + 1 + num_ext); in exfat_readdir() 492 ep->dentry.file.num_ext = (unsigned char)(num_entries - 1); in exfat_init_ext_entry() 791 num_entries = ep->dentry.file.num_ext + 1; in __exfat_get_dentry_set() 989 int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; in exfat_find_dir_entry() local 1055 num_ext = ep->dentry.file.num_ext; in exfat_find_dir_entry() 1108 if (order == num_ext) in exfat_find_dir_entry() 1120 if (++order == num_ext) in exfat_find_dir_entry() 1184 return (dentry - num_ext); in exfat_find_dir_entry() [all …]
|
| H A D | exfat_raw.h | 117 __u8 num_ext; member
|
| /linux-6.15/include/linux/ |
| H A D | counter.h | 239 size_t num_ext; member 277 size_t num_ext; member 387 size_t num_ext; member
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | sd.c | 1246 u8 num_ext, *gen_info_buf; in sd_read_ext_regs() local 1277 num_ext = gen_info_buf[4]; in sd_read_ext_regs() 1296 for (i = 0; i < num_ext; i++) { in sd_read_ext_regs()
|