Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 23 of 23) sorted by relevance

/components/drivers/scsi/
A Dscsi_cdrom.c28 #define raw_to_scsi_cdrom(raw) rt_container_of(raw, struct scsi_cdrom, parent) argument
A Dscsi_sd.c31 #define raw_to_scsi_sd(raw) rt_container_of(raw, struct scsi_sd, parent) argument
/components/drivers/regulator/
A Dregulator-fixed.c22 #define raw_to_regulator_fixed(raw) rt_container_of(raw, struct regulator_fixed, parent) argument
A Dregulator-gpio.c47 #define raw_to_regulator_gpio(raw) rt_container_of(raw, struct regulator_gpio, parent) argument
/components/drivers/ata/
A Dahci-pci.c32 #define raw_to_pci_ahci_host(raw) rt_container_of(raw, struct pci_ahci_host, parent) argument
/components/drivers/led/
A Dled-gpio.c26 #define raw_to_gpio_led(raw) rt_container_of(raw, struct gpio_led, parent) argument
/components/drivers/reset/
A Dreset-simple.c20 #define raw_to_reset_simple(raw) rt_container_of(raw, struct reset_simple, parent) argument
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dasn1_dec.c596 snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw) in snmp_asn1_dec_raw()
A Dasn1_enc.c562 snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw) in snmp_asn1_enc_raw()
/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c36 #define raw_to_pwm_fan_cool(raw) rt_container_of(raw, struct pwm_fan_cool, parent) argument
/components/drivers/mailbox/
A Dmailbox-pic.c61 #define raw_to_pic_mbox(raw) rt_container_of(raw, struct pic_mbox, parent) argument
/components/drivers/watchdog/
A Dwatchdog-i6300esb.c62 #define raw_to_i6300esb_wdt(raw) rt_container_of(raw, struct i6300esb_wdt, parent) argument
A Dwatchdog-dw.c75 #define raw_to_dw_wdt(raw) rt_container_of(raw, struct dw_wdt, parent) argument
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_asn1.c133 snmp_asn1_enc_raw(struct snmp_pbuf_stream* pbuf_stream, const u8_t *raw, u16_t raw_len) in snmp_asn1_enc_raw()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_asn1.c133 snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len) in snmp_asn1_enc_raw()
/components/drivers/sdio/
A Ddev_block.c38 #define raw_to_mmcsd_blk(raw) rt_container_of(raw, struct mmcsd_blk_device, parent) argument
A Ddev_sdio.c122 rt_uint8_t raw) in sdio_io_rw_direct()
/components/drivers/pic/
A Dpic-gicv2m.c68 #define raw_to_gicv2m(raw) rt_container_of(raw, struct gicv2m, parent) argument
A Dpic-gicv2.c33 #define raw_to_gicv2(raw) rt_container_of(raw, struct gicv2, parent) argument
A Dpic-gicv3-its.c117 #define raw_to_gicv3_its(raw) rt_container_of(raw, struct gicv3_its, parent) argument
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dapi.h144 struct raw_pcb *raw; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dapi.h215 struct raw_pcb *raw; member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dapi.h228 struct raw_pcb *raw; member

Completed in 25 milliseconds