/Linux-v5.10/drivers/s390/scsi/ |
D | zfcp_unit.c | 16 * @unit: The zfcp LUN/unit to register 22 void zfcp_unit_scsi_scan(struct zfcp_unit *unit) in zfcp_unit_scsi_scan() argument 24 struct fc_rport *rport = unit->port->rport; in zfcp_unit_scsi_scan() 27 lun = scsilun_to_int((struct scsi_lun *) &unit->fcp_lun); in zfcp_unit_scsi_scan() 36 struct zfcp_unit *unit = container_of(work, struct zfcp_unit, in zfcp_unit_scsi_scan_work() local 39 zfcp_unit_scsi_scan(unit); in zfcp_unit_scsi_scan_work() 40 put_device(&unit->dev); in zfcp_unit_scsi_scan_work() 55 struct zfcp_unit *unit; in zfcp_unit_queue_scsi_scan() local 58 list_for_each_entry(unit, &port->unit_list, list) { in zfcp_unit_queue_scsi_scan() 59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan() [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | uncore-other.json | 7 "Unit": "CHA" string 17 "Unit": "CHA" string 27 "Unit": "CHA" string 37 "Unit": "CHA" string 48 "Unit": "CHA" string 59 "Unit": "CHA" string 68 "Unit": "CHA" string 77 "Unit": "CHA" string 86 "Unit": "CHA" string 95 "Unit": "CHA" string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylakex/ |
D | uncore-other.json | 7 "Unit": "CHA" string 17 "Unit": "CHA" string 27 "Unit": "CHA" string 37 "Unit": "CHA" string 48 "Unit": "CHA" string 59 "Unit": "CHA" string 68 "Unit": "CHA" string 77 "Unit": "CHA" string 86 "Unit": "CHA" string 95 "Unit": "CHA" string [all …]
|
/Linux-v5.10/include/net/ |
D | Space.h | 6 struct net_device *hp100_probe(int unit); 7 struct net_device *ultra_probe(int unit); 8 struct net_device *wd_probe(int unit); 9 struct net_device *ne_probe(int unit); 10 struct net_device *fmv18x_probe(int unit); 11 struct net_device *i82596_probe(int unit); 12 struct net_device *ni65_probe(int unit); 13 struct net_device *sonic_probe(int unit); 14 struct net_device *smc_init(int unit); 15 struct net_device *atarilance_probe(int unit); [all …]
|
/Linux-v5.10/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 132 #define FIRST(unit) ((unit)*NBYTES) argument 133 #define REST(unit) (FIRST(unit)+NBYTES-1) argument 134 #define UNIT(unit) FIRST(unit) argument 185 EXC( LOAD t0, UNIT(0)(src), l_exc) 186 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 187 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 188 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 190 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u) 191 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 192 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z15/ |
D | extended.json | 3 "Unit": "CPU-M-CF", string 10 "Unit": "CPU-M-CF", string 17 "Unit": "CPU-M-CF", string 24 "Unit": "CPU-M-CF", string 31 "Unit": "CPU-M-CF", string 38 "Unit": "CPU-M-CF", string 45 "Unit": "CPU-M-CF", string 52 "Unit": "CPU-M-CF", string 59 "Unit": "CPU-M-CF", string 66 "Unit": "CPU-M-CF", string [all …]
|
/Linux-v5.10/arch/mips/include/asm/ |
D | mips-cps.h | 16 #define CPS_ACCESSOR_A(unit, off, name) \ argument 17 static inline void *addr_##unit##_##name(void) \ 19 return mips_##unit##_base + (off); \ 22 #define CPS_ACCESSOR_R(unit, sz, name) \ argument 23 static inline uint##sz##_t read_##unit##_##name(void) \ 29 return __raw_readl(addr_##unit##_##name()); \ 33 return __raw_readq(addr_##unit##_##name()); \ 35 val64 = __raw_readl(addr_##unit##_##name() + 4); \ 37 val64 |= __raw_readl(addr_##unit##_##name()); \ 45 #define CPS_ACCESSOR_W(unit, sz, name) \ argument [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z14/ |
D | extended.json | 3 "Unit": "CPU-M-CF", string 10 "Unit": "CPU-M-CF", string 17 "Unit": "CPU-M-CF", string 24 "Unit": "CPU-M-CF", string 31 "Unit": "CPU-M-CF", string 38 "Unit": "CPU-M-CF", string 45 "Unit": "CPU-M-CF", string 52 "Unit": "CPU-M-CF", string 59 "Unit": "CPU-M-CF", string 66 "Unit": "CPU-M-CF", string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z13/ |
D | extended.json | 3 "Unit": "CPU-M-CF", string 10 "Unit": "CPU-M-CF", string 17 "Unit": "CPU-M-CF", string 24 "Unit": "CPU-M-CF", string 31 "Unit": "CPU-M-CF", string 38 "Unit": "CPU-M-CF", string 45 "Unit": "CPU-M-CF", string 52 "Unit": "CPU-M-CF", string 59 "Unit": "CPU-M-CF", string 66 "Unit": "CPU-M-CF", string [all …]
|
/Linux-v5.10/sound/ |
D | sound_core.c | 215 static struct sound_unit *__sound_remove_unit(struct sound_unit **list, int unit) in __sound_remove_unit() argument 220 if(p->unit_minor==unit) in __sound_remove_unit() 227 printk(KERN_ERR "Sound device %d went missing!\n", unit); in __sound_remove_unit() 266 * to the next unit; otherwise, -EBUSY. in sound_insert_unit() 293 * Remove a unit. Acquires locks as needed. The drivers MUST have 298 static void sound_remove_unit(struct sound_unit **list, int unit) in sound_remove_unit() argument 303 p = __sound_remove_unit(list, unit); in sound_remove_unit() 340 * @unit: Unit number to allocate 350 int register_sound_special_device(const struct file_operations *fops, int unit, in register_sound_special_device() argument 353 const int chain = unit % SOUND_STEP; in register_sound_special_device() [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_zec12/ |
D | extended.json | 3 "Unit": "CPU-M-CF", string 10 "Unit": "CPU-M-CF", string 17 "Unit": "CPU-M-CF", string 24 "Unit": "CPU-M-CF", string 31 "Unit": "CPU-M-CF", string 38 "Unit": "CPU-M-CF", string 45 "Unit": "CPU-M-CF", string 52 "Unit": "CPU-M-CF", string 59 "Unit": "CPU-M-CF", string 66 "Unit": "CPU-M-CF", string [all …]
|
D | crypto.json | 3 "Unit": "CPU-M-CF", string 10 "Unit": "CPU-M-CF", string 17 "Unit": "CPU-M-CF", string 24 "Unit": "CPU-M-CF", string 31 "Unit": "CPU-M-CF", string 38 "Unit": "CPU-M-CF", string 45 "Unit": "CPU-M-CF", string 52 "Unit": "CPU-M-CF", string 59 "Unit": "CPU-M-CF", string 66 "Unit": "CPU-M-CF", string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | uncore-cache.json | 7 "Unit": "CBO" string 18 "Unit": "CBO" string 28 "Unit": "CBO" string 39 "Unit": "CBO" string 50 "Unit": "CBO" string 61 "Unit": "CBO" string 72 "Unit": "CBO" string 83 "Unit": "CBO" string 94 "Unit": "CBO" string 105 "Unit": "CBO" string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/haswellx/ |
D | uncore-cache.json | 7 "Unit": "CBO" string 18 "Unit": "CBO" string 28 "Unit": "CBO" string 39 "Unit": "CBO" string 50 "Unit": "CBO" string 61 "Unit": "CBO" string 72 "Unit": "CBO" string 83 "Unit": "CBO" string 94 "Unit": "CBO" string 105 "Unit": "CBO" string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-cache.json | 7 "Unit": "CBO" string 18 "Unit": "CBO" string 28 "Unit": "CBO" string 39 "Unit": "CBO" string 50 "Unit": "CBO" string 61 "Unit": "CBO" string 72 "Unit": "CBO" string 83 "Unit": "CBO" string 94 "Unit": "CBO" string 105 "Unit": "CBO" string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | uncore-cache.json | 7 "Unit": "CBO" string 18 "Unit": "CBO" string 28 "Unit": "CBO" string 39 "Unit": "CBO" string 50 "Unit": "CBO" string 61 "Unit": "CBO" string 72 "Unit": "CBO" string 83 "Unit": "CBO" string 94 "Unit": "CBO" string 105 "Unit": "CBO" string [all …]
|
/Linux-v5.10/drivers/clk/mmp/ |
D | reset.c | 15 struct mmp_clk_reset_unit *unit = rcdev_to_unit(rcdev); in mmp_of_reset_xlate() local 23 cell = &unit->cells[i]; in mmp_of_reset_xlate() 37 struct mmp_clk_reset_unit *unit = rcdev_to_unit(rcdev); in mmp_clk_reset_assert() local 42 cell = &unit->cells[id]; in mmp_clk_reset_assert() 59 struct mmp_clk_reset_unit *unit = rcdev_to_unit(rcdev); in mmp_clk_reset_deassert() local 64 cell = &unit->cells[id]; in mmp_clk_reset_deassert() 86 struct mmp_clk_reset_unit *unit; in mmp_clk_reset_register() local 88 unit = kzalloc(sizeof(*unit), GFP_KERNEL); in mmp_clk_reset_register() 89 if (!unit) in mmp_clk_reset_register() 92 unit->cells = cells; in mmp_clk_reset_register() [all …]
|
D | clk.c | 10 void mmp_clk_init(struct device_node *np, struct mmp_clk_unit *unit, in mmp_clk_init() argument 19 unit->clk_table = clk_table; in mmp_clk_init() 20 unit->nr_clks = nr_clks; in mmp_clk_init() 21 unit->clk_data.clks = clk_table; in mmp_clk_init() 22 unit->clk_data.clk_num = nr_clks; in mmp_clk_init() 23 of_clk_add_provider(np, of_clk_src_onecell_get, &unit->clk_data); in mmp_clk_init() 26 void mmp_register_fixed_rate_clks(struct mmp_clk_unit *unit, in mmp_register_fixed_rate_clks() argument 44 unit->clk_table[clks[i].id] = clk; in mmp_register_fixed_rate_clks() 48 void mmp_register_fixed_factor_clks(struct mmp_clk_unit *unit, in mmp_register_fixed_factor_clks() argument 66 unit->clk_table[clks[i].id] = clk; in mmp_register_fixed_factor_clks() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio-rmu.txt | 1 Message unit node: 3 For SRIO controllers that implement the message unit as part of the controller 5 node is composed of three types of sub-nodes ("fsl-srio-msg-unit", 6 "fsl-srio-dbell-unit" and "fsl-srio-port-write-unit"). 33 (msg-unit, doorbell, port-write). 39 Message Unit: 44 Definition: Must include "fsl,srio-msg-unit-vX.Y", "fsl,srio-msg-unit". 68 Doorbell Unit: 74 "fsl,srio-dbell-unit-vX.Y", "fsl,srio-dbell-unit" 98 Port-Write Unit: [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z196/ |
D | extended.json | 3 "Unit": "CPU-M-CF", string 10 "Unit": "CPU-M-CF", string 17 "Unit": "CPU-M-CF", string 24 "Unit": "CPU-M-CF", string 31 "Unit": "CPU-M-CF", string 38 "Unit": "CPU-M-CF", string 45 "Unit": "CPU-M-CF", string 52 "Unit": "CPU-M-CF", string 59 "Unit": "CPU-M-CF", string 66 "Unit": "CPU-M-CF", string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | uncore.json | 3 "Unit": "CBO", string 15 "Unit": "CBO", string 27 "Unit": "CBO", string 39 "Unit": "CBO", string 51 "Unit": "CBO", string 63 "Unit": "CBO", string 75 "Unit": "CBO", string 87 "Unit": "CBO", string 99 "Unit": "CBO", string 111 "Unit": "CBO", string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | uncore.json | 3 "Unit": "CBO", string 15 "Unit": "CBO", string 27 "Unit": "CBO", string 39 "Unit": "CBO", string 51 "Unit": "CBO", string 63 "Unit": "CBO", string 75 "Unit": "CBO", string 87 "Unit": "CBO", string 99 "Unit": "CBO", string 111 "Unit": "CBO", string [all …]
|
/Linux-v5.10/Documentation/hwmon/ |
D | sysfs-interface.rst | 101 Unit: millisecond 116 Unit: millivolt 123 Unit: millivolt 134 Unit: millivolt 141 Unit: millivolt 152 Unit: millivolt 173 Unit: millivolt 180 Unit: millivolt 187 Unit: millivolt 226 Unit: millivolt [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/tremontx/ |
D | uncore-other.json | 8 "Unit": "CHA" string 20 "Unit": "CHA" string 32 "Unit": "CHA" string 44 "Unit": "CHA" string 57 "Unit": "CHA" string 70 "Unit": "CHA" string 86 "Unit": "IIO" string 102 "Unit": "IIO" string 115 "Unit": "IIO" string 128 "Unit": "IIO" string [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/s390/cf_z10/ |
D | crypto.json | 3 "Unit": "CPU-M-CF", string 10 "Unit": "CPU-M-CF", string 17 "Unit": "CPU-M-CF", string 24 "Unit": "CPU-M-CF", string 31 "Unit": "CPU-M-CF", string 38 "Unit": "CPU-M-CF", string 45 "Unit": "CPU-M-CF", string 52 "Unit": "CPU-M-CF", string 59 "Unit": "CPU-M-CF", string 66 "Unit": "CPU-M-CF", string [all …]
|