Home
last modified time | relevance | path

Searched full:pda (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dfw.c101 /* Plug Data Area (PDA) */ in orinoco_dl_firmware()
102 __le16 *pda; in orinoco_dl_firmware() local
114 pda = kzalloc(fw->pda_size, GFP_KERNEL); in orinoco_dl_firmware()
115 if (!pda) in orinoco_dl_firmware()
126 err = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in orinoco_dl_firmware()
127 dev_dbg(dev, "Read PDA returned %d\n", err); in orinoco_dl_firmware()
174 err = hermes_apply_pda_with_defaults(hw, first_block, end, pda, in orinoco_dl_firmware()
175 &pda[fw->pda_size / sizeof(*pda)]); in orinoco_dl_firmware()
176 dev_dbg(dev, "Apply PDA returned %d\n", err); in orinoco_dl_firmware()
195 kfree(pda); in orinoco_dl_firmware()
[all …]
H A Dhermes.c686 /* Read PDA from the adapter */
687 static int hermes_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, in hermes_read_pda() argument
693 __le16 *data = pda; in hermes_read_pda()
696 /* PDA of spectrum symbol is in eeprom */ in hermes_read_pda()
703 /* wl_lkm does not include PDA size in the PDA area. in hermes_read_pda()
704 * We will pad the information into pda, so other routines in hermes_read_pda()
706 pda[0] = cpu_to_le16(pda_len - 2); in hermes_read_pda()
708 pda[1] = cpu_to_le16(0x0800); /* CFG_PROD_DATA */ in hermes_read_pda()
710 data = pda + 2; in hermes_read_pda()
719 /* Read PDA */ in hermes_read_pda()
[all …]
H A Dhermes_dld.c50 #define PDI_END 0x00000000 /* End of PDA */
218 /* Parse PDA and write the records into the adapter
220 * Attempt to write every records that is in the specified pda
226 const __le16 *pda, in hermes_apply_pda() argument
237 pdi = (const struct pdi *) (pda + 2); in hermes_apply_pda()
383 /* Write PDA according to certain rules.
386 * the pda, and use that.
388 * For certain records, use defaults if they are not found in pda.
393 const __le16 *pda, in hermes_apply_pda_with_defaults() argument
397 const struct pdi *first_pdi = (const struct pdi *) &pda[2]; in hermes_apply_pda_with_defaults()
H A Dhermes_dld.h35 __le16 *pda,
42 const __le16 *pda,
47 const __le16 *pda,
H A Dorinoco_usb.c1111 static int ezusb_read_pda(struct hermes *hw, __le16 *pda, in ezusb_read_pda() argument
1124 /* wl_lkm does not include PDA size in the PDA area. in ezusb_read_pda()
1125 * We will pad the information into pda, so other routines in ezusb_read_pda()
1127 pda[0] = cpu_to_le16(pda_len - 2); in ezusb_read_pda()
1129 pda[1] = cpu_to_le16(0x0800); /* CFG_PROD_DATA */ in ezusb_read_pda()
1132 EZUSB_FRAME_CONTROL, &pda[2], pda_len - 4, in ezusb_read_pda()
/openbmc/u-boot/board/atmel/common/
H A Dboard.c28 int pda = 0; in at91_pda_detect() local
48 pda = simple_strtoul((const char *)buf, NULL, 10); in at91_pda_detect()
50 switch (pda) { in at91_pda_detect()
53 printf("PDA TM7000B detected\n"); in at91_pda_detect()
55 printf("PDA TM7000 detected\n"); in at91_pda_detect()
58 printf("PDA TM4300 detected\n"); in at91_pda_detect()
61 printf("PDA TM5000 detected\n"); in at91_pda_detect()
64 env_set("pda", (const char *)buf); in at91_pda_detect()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2fw.c86 struct pda { struct
132 /* PDA, built from [card|newfile]+[addfile1+addfile2...] */
134 static struct pda pda; variable
150 static int read_cardpda(struct pda *pda, struct wlandevice *wlandev);
152 static int mkpdrlist(struct pda *pda);
156 struct pda *pda);
256 /* clear the pda and add an initial END record */ in prism2_fwapply()
257 memset(&pda, 0, sizeof(pda)); in prism2_fwapply()
258 pda.rec[0] = (struct hfa384x_pdrec *)pda.buf; in prism2_fwapply()
259 pda.rec[0]->len = cpu_to_le16(2); /* len in words */ in prism2_fwapply()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dpda,91-00156-a0.yaml4 $id: http://devicetree.org/schemas/display/panel/pda,91-00156-a0.yaml#
7 title: PDA 91-00156-A0 5.0" WVGA TFT LCD panel
18 const: pda,91-00156-a0
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Deeprom.c281 struct pda_channel_output_limit_longbow *pda = data; in p54_get_maxpower() local
284 pda = data; in p54_get_maxpower()
285 for (j = 0; j < ARRAY_SIZE(pda->point); j++) { in p54_get_maxpower()
287 &pda->point[j]; in p54_get_maxpower()
305 struct pda_channel_output_limit *pda = data; in p54_get_maxpower() local
307 rawpower = max(rawpower, pda->val_qpsk); in p54_get_maxpower()
308 rawpower = max(rawpower, pda->val_bpsk); in p54_get_maxpower()
309 rawpower = max(rawpower, pda->val_16qam); in p54_get_maxpower()
310 rawpower = max(rawpower, pda->val_64qam); in p54_get_maxpower()
829 struct pda_custom_wrapper *pda = (void *) entry->data; in p54_parse_eeprom() local
[all …]
/openbmc/linux/arch/mips/include/asm/sn/
H A Dgda.h50 void **g_hooked_norm;/* ptr to pda loc for norm hndlr */
51 void **g_hooked_utlb;/* ptr to pda loc for utlb hndlr */
52 void **g_hooked_xtlb;/* ptr to pda loc for xtlb hndlr */
/openbmc/linux/Documentation/usb/
H A Dusb-serial.rst102 PocketPC PDA Driver
113 which one may run ppp and establish a TCP/IP link to the PDA. Once this
123 from the PDA and xcerdisp, synce utilities from the Linux side.
138 You can also try soft-resetting your PDA before attempting a connection.
140 Other functionality may be possible depending on your PDA. According to
154 Keyspan PDA Serial Adapter
157 Single port DB-9 serial adapter, pushed as a PDA adapter for iMacs (mostly
/openbmc/linux/arch/arm/mach-omap1/
H A DKconfig127 Support for the Palm Tungsten E PDA. To boot the kernel, you'll
130 Say Y here if you have this PDA model, say N otherwise.
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_download.c151 __le16 *pda = (__le16 *) buf; in prism2_pda_ok() local
161 len = le16_to_cpu(pda[pos]); in prism2_pda_ok()
162 pdr = le16_to_cpu(pda[pos + 1]); in prism2_pda_ok()
167 /* PDA end found */ in prism2_pda_ok()
265 PDEBUG(DEBUG_EXTRA2, "%s: trying to read PDA from 0x%08x", in prism2_read_pda()
282 printk(KERN_DEBUG "%s: valid PDA not found\n", dev->name); in prism2_read_pda()
H A Dhostap_proc.c204 if (local->pda == NULL || *_pos >= PRISM2_PDA_SIZE) in prism2_pda_proc_read()
210 if (copy_to_user(buf, local->pda + off, count) != 0) in prism2_pda_proc_read()
384 proc_create_data("pda", 0, local->proc, in hostap_init_proc()
/openbmc/qemu/docs/system/arm/
H A Dcollie.rst5 a 1990s PDA based on the StrongARM SA1110.
/openbmc/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc1075 {"id-pda", 1879048204, 0},
1078 {"id-pda-dateOfBirth", 1880096780, "AttributeType"},
1079 {0, 1073741825, "id-pda"},
1082 {"id-pda-placeOfBirth", 1880096780, "AttributeType"},
1083 {0, 1073741825, "id-pda"},
1086 {"id-pda-gender", 1880096780, "AttributeType"},
1087 {0, 1073741825, "id-pda"},
1091 {"id-pda-countryOfCitizenship", 1880096780, "AttributeType"},
1092 {0, 1073741825, "id-pda"},
1096 {"id-pda-countryOfResidence", 1880096780, "AttributeType"},
[all …]
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_recv.c465 u8 *psa, *pda, *pbssid; in validate_recv_data_frame() local
472 pda = ieee80211_get_DA((struct ieee80211_hdr *)ptr); in validate_recv_data_frame()
477 memcpy(pattrib->dst, pda, ETH_ALEN); in validate_recv_data_frame()
482 memcpy(pattrib->ra, pda, ETH_ALEN); in validate_recv_data_frame()
487 memcpy(pattrib->ra, pda, ETH_ALEN); in validate_recv_data_frame()
/openbmc/linux/drivers/net/usb/
H A Dzaurus.c83 /* PDA style devices are always connected if present */
331 /* C-750/C-760/C-860/SL-C3000 PDA in MDLM mode */
405 MODULE_DESCRIPTION("Sharp Zaurus PDA, and compatible products");
/openbmc/linux/drivers/usb/serial/
H A DKconfig195 tristate "USB PocketPC PDA Driver"
198 or any other PDA running Windows CE 3.0 or PocketPC 2002
302 tristate "USB Keyspan PDA / Xircom Single Port Serial Driver"
305 Say Y here if you want to use a Keyspan PDA, Xircom or Entrega single
H A Dkeyspan_pda.c3 * USB Keyspan PDA / Xircom / Entrega Converter driver
29 #define DRIVER_DESC "USB Keyspan PDA Converter driver"
682 .description = "Keyspan PDA - (prerenumeration)",
693 .description = "Keyspan PDA",
/openbmc/linux/tools/perf/Documentation/
H A Djitdump-specification.txt167 …cribed in the document at https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/ehframechpt.html
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/
H A Dcopyright.txt43 > machines (PDA, settopbox, devboards, desktops, thin clients, routers).
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A Diozone343 > machines (PDA, settopbox, devboards, desktops, thin clients, routers).
/openbmc/qemu/hw/arm/
H A Dcollie.c76 mc->desc = "Sharp SL-5500 (Collie) PDA (SA-1110)"; in collie_machine_class_init()
/openbmc/linux/sound/soc/
H A DKconfig19 SoC based systems like PDA's, Phones and Personal Media Players.

123