Home
last modified time | relevance | path

Searched defs:unit (Results 51 – 75 of 245) sorted by relevance

12345678910

/linux/sound/firewire/oxfw/
H A Doxfw-spkr.c28 static int avc_audio_feature_mute(struct fw_unit *unit, u8 fb_id, bool *value, in avc_audio_feature_mute()
84 static int avc_audio_feature_volume(struct fw_unit *unit, u8 fb_id, s16 *value, in avc_audio_feature_volume()
/linux/arch/mips/lib/
H A Dmemcpy.S249 #define FIRST(unit) ((unit)*NBYTES) argument
250 #define REST(unit) (FIRST(unit)+NBYTES-1) argument
251 #define UNIT(unit) FIRST(unit) argument
H A Dcsum_partial.S57 #define UNIT(unit) ((unit)*NBYTES) argument
427 #define FIRST(unit) ((unit)*NBYTES) argument
428 #define REST(unit) (FIRST(unit)+NBYTES-1) argument
/linux/drivers/sh/maple/
H A Dmaple.c56 int unit; member
211 static struct maple_device *maple_alloc_dev(int port, int unit) in maple_alloc_dev()
249 int port, unit, from, to, len; in maple_build_block() local
/linux/drivers/net/ppp/
H A Dppp_generic.c198 s32 unit; member
729 int unit, cflags; in ppp_ioctl() local
1054 int unit, err = -EFAULT; in ppp_unattached_ioctl() local
1173 static int ppp_unit_register(struct ppp *ppp, int unit, bool ifname_is_set) in ppp_unit_register()
2951 int unit = -1; in ppp_unit_number() local
3346 static int ppp_create_interface(struct net *net, struct file *file, int *unit) in ppp_create_interface()
3447 ppp_find_unit(struct ppp_net *pn, int unit) in ppp_find_unit()
3461 ppp_find_channel(struct ppp_net *pn, int unit) in ppp_find_channel()
3484 ppp_connect_channel(struct channel *pch, int unit) in ppp_connect_channel()
3604 int unit; in unit_set() local
H A Dbsd_comp.c143 unsigned char unit; /* ppp unit number */ member
464 int opt_len, int unit, int debug, int decomp) in bsd_init()
507 int opt_len, int unit, int opthdr, int debug) in bsd_comp_init()
513 int opt_len, int unit, int opthdr, int mru, in bsd_decomp_init()
/linux/arch/mips/include/asm/sgi/
H A Dwd.h14 unsigned int unit; member
/linux/lib/crypto/powerpc/
H A Dsha256.h48 u32 unit = min_t(size_t, nblocks, in sha256_blocks() local
H A Dsha1.h45 u32 unit = min_t(size_t, nblocks, MAX_BYTES / SHA1_BLOCK_SIZE); in sha1_blocks() local
/linux/drivers/net/ipa/
H A Dipa_interrupt.c54 u32 unit; in ipa_interrupt_suspend_clear_all() local
197 u32 unit = endpoint_id / 32; in ipa_interrupt_suspend_control() local
/linux/sound/firewire/
H A Dlib.c33 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
H A Diso-resources.h21 struct fw_unit *unit; member
H A Diso-resources.c26 int fw_iso_resources_init(struct fw_iso_resources *r, struct fw_unit *unit) in fw_iso_resources_init()
/linux/drivers/video/console/
H A Dsticon.c145 static void sticon_set_def_font(int unit) in sticon_set_def_font()
161 int unit = vc->vc_num; in sticon_set_font() local
/linux/drivers/ata/pata_parport/
H A Dpata_parport.c419 static bool pi_probe_unit(struct pi_adapter *pi, int unit) in pi_probe_unit()
494 struct pi_protocol *pr, int mode, int unit, int delay) in pi_init_one()
638 int mode = -1, unit = -1, delay = -1; in new_device_store() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgp100.c90 gp100_fifo_intr_mmu_fault_unit(struct nvkm_fifo *fifo, int unit) in gp100_fifo_intr_mmu_fault_unit()
H A Dgm107.c101 gm107_fifo_intr_mmu_fault_unit(struct nvkm_fifo *fifo, int unit) in gm107_fifo_intr_mmu_fault_unit()
/linux/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c66 unsigned int unit) in img_ir_timing_preprocess()
78 unsigned int unit) in img_ir_symbol_timing_preprocess()
85 unsigned int unit) in img_ir_timings_preprocess()
/linux/arch/alpha/include/asm/
H A Dextable.h29 unsigned unit; member
/linux/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c33 u32 type, unit, base; in stats_test() local
/linux/arch/mips/bcm63xx/
H A Ddev-enet.c210 int __init bcm63xx_enet_register(int unit, in bcm63xx_enet_register()
/linux/include/linux/pwrseq/
H A Dprovider.h49 const struct pwrseq_unit_data *unit; member
/linux/include/linux/
H A Dkvm_host.h1921 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1930 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1938 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1946 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1954 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1963 #define STATS_DESC(SCOPE, stat, type, unit, base, exp, sz, bsz) \ argument
1966 #define STATS_DESC_CUMULATIVE(SCOPE, name, unit, base, exponent) \ argument
1969 #define STATS_DESC_INSTANT(SCOPE, name, unit, base, exponent) \ argument
1972 #define STATS_DESC_PEAK(SCOPE, name, unit, base, exponent) \ argument
1975 #define STATS_DESC_LINEAR_HIST(SCOPE, name, unit, base, exponent, sz, bsz) \ argument
[all …]
/linux/tools/perf/util/
H A Dstat-shadow.c202 const char *unit = NULL; in print_ratio() local
521 char *unit; in generic_metric() local
721 char unit = ' '; in perf_stat__print_shadow_stats() local
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci_init.c163 mt76x2_power_on_rf(struct mt76x02_dev *dev, int unit) in mt76x2_power_on_rf()

12345678910