/linux/sound/firewire/oxfw/ |
H A D | oxfw-spkr.c | 28 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 D | memcpy.S | 249 #define FIRST(unit) ((unit)*NBYTES) argument 250 #define REST(unit) (FIRST(unit)+NBYTES-1) argument 251 #define UNIT(unit) FIRST(unit) argument
|
H A D | csum_partial.S | 57 #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 D | maple.c | 56 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 D | ppp_generic.c | 198 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 D | bsd_comp.c | 143 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 D | wd.h | 14 unsigned int unit; member
|
/linux/lib/crypto/powerpc/ |
H A D | sha256.h | 48 u32 unit = min_t(size_t, nblocks, in sha256_blocks() local
|
H A D | sha1.h | 45 u32 unit = min_t(size_t, nblocks, MAX_BYTES / SHA1_BLOCK_SIZE); in sha1_blocks() local
|
/linux/drivers/net/ipa/ |
H A D | ipa_interrupt.c | 54 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 D | lib.c | 33 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction()
|
H A D | iso-resources.h | 21 struct fw_unit *unit; member
|
H A D | iso-resources.c | 26 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 D | sticon.c | 145 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 D | pata_parport.c | 419 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 D | gp100.c | 90 gp100_fifo_intr_mmu_fault_unit(struct nvkm_fifo *fifo, int unit) in gp100_fifo_intr_mmu_fault_unit()
|
H A D | gm107.c | 101 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 D | img-ir-hw.c | 66 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 D | extable.h | 29 unsigned unit; member
|
/linux/tools/testing/selftests/kvm/ |
H A D | kvm_binary_stats_test.c | 33 u32 type, unit, base; in stats_test() local
|
/linux/arch/mips/bcm63xx/ |
H A D | dev-enet.c | 210 int __init bcm63xx_enet_register(int unit, in bcm63xx_enet_register()
|
/linux/include/linux/pwrseq/ |
H A D | provider.h | 49 const struct pwrseq_unit_data *unit; member
|
/linux/include/linux/ |
H A D | kvm_host.h | 1921 #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 D | stat-shadow.c | 202 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 D | pci_init.c | 163 mt76x2_power_on_rf(struct mt76x02_dev *dev, int unit) in mt76x2_power_on_rf()
|