Home
last modified time | relevance | path

Searched +full:2000 +full:mw (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/driver-api/thermal/
H A Dpower_allocator.rst63 An estimate of the sustainable dissipatable power (in mW) should be
73 is typically 2000mW, while on a 10" tablet is around 4500mW (may vary
238 most @power mW and store it in @state. It should return 0 on success,
/linux/drivers/mtd/maps/
H A Dphysmap-core.c22 * Copyright © 2000 Nicolas Pitre <nico@cam.org>
147 map_word mw; in physmap_addr_gpios_read() local
155 mw.x[0] = word; in physmap_addr_gpios_read()
156 return mw; in physmap_addr_gpios_read()
181 static void physmap_addr_gpios_write(struct map_info *map, map_word mw, in physmap_addr_gpios_write() argument
192 word = mw.x[0]; in physmap_addr_gpios_write()
/linux/drivers/iio/adc/
H A Drtq6056.c325 /* Power lsb 25mW */ in rtq6056_adc_read_scale()
347 /* Power lsb 20mW */ in rtq6059_adc_read_scale()
784 /* By default, use 2000 micro-Ohm resistor */ in rtq6056_probe()
785 shunt_resistor_uohm = 2000; in rtq6056_probe()
/linux/drivers/net/pse-pd/
H A Dtps23881.c67 #define TPS23881_MIN_PI_PW_LIMIT_MW 2000
453 /* mW = uV * uA / 1000000000 */ in tps23881_pi_get_actual_pw()
476 int ret, mW; in tps23881_pi_get_pw_limit() local
484 mW = ret; in tps23881_pi_get_pw_limit()
490 mW += ret; in tps23881_pi_get_pw_limit()
493 return mW; in tps23881_pi_get_pw_limit()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h84 /* Send skid of 2000 packets required for CQ size of 4K CQEs. */
85 #define SEND_CQ_SKID 2000
447 void (*pf_queue_work_hdlr)(struct mbox *mb, struct workqueue_struct *mw,
1209 void otx2_queue_vf_work(struct mbox *mw, struct workqueue_struct *mbox_wq,
/linux/drivers/usb/typec/
H A Danx7411.c729 2000, 2000 * 150); in anx7411_wait_msg_empty()
1252 typecp->sink_watt = ret / 500000; /* 500mw per unit */ in anx7411_typec_port_probe()
/linux/drivers/ata/
H A Data_piix.c15 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
736 * Set MW/UDMA mode for device, in host controller PCI config space.
752 * Set MW/UDMA mode for device, in host controller PCI config space.
/linux/sound/pci/
H A Dvia82xx_modem.c7 * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
834 chip->intr_mask = 0x330000; /* FLAGS | EOL for MR, MW */ in snd_via686_pcm_new()