Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 25 of 46) sorted by relevance

12

/linux/rust/kernel/
H A Dusb.rs105 pub const fn from_id(vendor: u16, product: u16) -> Self { in from_id()
116 pub const fn from_device_ver(vendor: u16, product: u16, bcd_lo: u16, bcd_hi: u16) -> Self { in from_device_ver()
153 pub const fn from_device_interface_class(vendor: u16, product: u16, class: u8) -> Self { in from_device_interface_class()
166 pub const fn from_device_interface_protocol(vendor: u16, product: u16, protocol: u8) -> Self { in from_device_interface_protocol()
179 pub const fn from_device_interface_number(vendor: u16, product: u16, number: u8) -> Self { in from_device_interface_number()
193 vendor: u16, in from_device_and_interface_info()
194 product: u16, in from_device_and_interface_info()
H A Dpci.rs449 pub fn device_id(&self) -> u16 { in device_id()
465 pub fn dev_id(&self) -> u16 { in dev_id()
473 pub fn subsystem_vendor_id(&self) -> u16 { in subsystem_vendor_id()
481 pub fn subsystem_device_id(&self) -> u16 { in subsystem_device_id()
/linux/rust/kernel/net/phy/
H A Dreg.rs45 fn read(&self, dev: &mut Device) -> Result<u16>; in read()
51 fn read_status(dev: &mut Device) -> Result<u16>; in read_status()
105 fn read(&self, dev: &mut Device) -> Result<u16> { in read()
127 fn read_status(dev: &mut Device) -> Result<u16> { in read_status()
197 fn read(&self, dev: &mut Device) -> Result<u16> { in read()
216 fn read_status(dev: &mut Device) -> Result<u16> { in read_status()
/linux/rust/kernel/net/
H A Dphy.rs184 pub fn read<R: reg::Register>(&mut self, reg: R) -> Result<u16> { in read()
194 pub fn read_paged(&mut self, page: u16, regnum: u16) -> Result<u16> { in read_paged()
252 pub fn genphy_read_status<R: reg::Register>(&mut self) -> Result<u16> { in genphy_read_status()
428 regnum: u16, in read_mmd_callback()
447 regnum: u16, in write_mmd_callback()
448 val: u16, in write_mmd_callback()
606 fn read_status(_dev: &mut Device) -> Result<u16> { in read_status()
621 fn read_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16) -> Result<u16> { in read_mmd()
626 fn write_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16, _val: u16) -> Result { in write_mmd()
/linux/drivers/gpu/nova-core/falcon/hal/
H A Dga102.rs42 engine_id_mask: u16, in signature_reg_fuse_version_ga102()
107 engine_id_mask: u16, in signature_reg_fuse_version()
/linux/drivers/misc/sgi-xp/
H A Dxp_main.c84 enum xp_retval (*send) (short, int, u32, void *, u16), in xpc_set_interface() argument
/linux/drivers/net/phy/
H A Dqt2025.rs100 fn read_status(dev: &mut phy::Device) -> Result<u16> { in read_status()
H A Dax88796b_rust.rs50 fn read_status(dev: &mut phy::Device) -> Result<u16> { in read_status()
/linux/tools/sched_ext/include/scx/
H A Dcommon.h22 typedef uint16_t u16; typedef
/linux/drivers/gpu/nova-core/falcon/
H A Dhal.rs28 engine_id_mask: u16, in signature_reg_fuse_version()
/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst4 .. |u16| replace:: :c:type:`u16 <u16>` substdef
/linux/drivers/spi/
H A Dspi-fsl-lib.c53 MPC8XXX_SPI_RX_BUF(u16) in MPC8XXX_SPI_RX_BUF() argument
/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c10 typedef uint16_t u16; typedef
/linux/net/caif/
H A Dcfpkt_skbuff.c247 u16 (*iter_func)(u16, void *, u16), in cfpkt_iterate() argument
/linux/arch/powerpc/boot/
H A Dtypes.h10 typedef unsigned short u16; typedef
/linux/include/asm-generic/
H A Dint-ll64.h19 typedef __u16 u16; typedef
/linux/drivers/gpu/drm/
H A Ddrm_panic_qr.rs311 fn get_header(&self) -> (u16, usize) { in get_header()
346 fn get_length_field(&self, version: Version) -> (u16, usize) { in get_length_field()
418 fn pop3(&mut self) -> Option<(u16, usize)> { in pop3()
513 fn push(&mut self, offset: &mut usize, bits: (u16, usize)) { in push()
/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu106-revA.dts409 u16: ina226@44 { /* u16 */ label
H A Dzynqmp-zcu102-revA.dts410 u16: ina226@44 { /* u16 */ label
/linux/drivers/staging/fbtft/
H A Dfbtft-bus.c66 define_fbtft_write_reg(fbtft_write_reg16_bus8, __be16, u16, cpu_to_be16) in define_fbtft_write_reg() argument
/linux/rust/kernel/pci/
H A Did.rs162 pub const fn as_raw(self) -> u16 { in as_raw()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c212 int (*exec)(struct nvkm_bios *, void *, int, u16)) in dcb_outp_foreach() argument
/linux/tools/include/linux/
H A Dtypes.h39 typedef __u16 u16; typedef
/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h31 typedef uint16_t u16; typedef
/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h23 typedef __u16 u16; typedef

12