Home
last modified time | relevance | path

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

123

/Linux-v6.1/drivers/net/wireless/intersil/orinoco/
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 …]
Dhermes.c685 /* Read PDA from the adapter */
686 static int hermes_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, in hermes_read_pda() argument
692 __le16 *data = pda; in hermes_read_pda()
695 /* PDA of spectrum symbol is in eeprom */ in hermes_read_pda()
702 /* wl_lkm does not include PDA size in the PDA area. in hermes_read_pda()
703 * We will pad the information into pda, so other routines in hermes_read_pda()
705 pda[0] = cpu_to_le16(pda_len - 2); in hermes_read_pda()
707 pda[1] = cpu_to_le16(0x0800); /* CFG_PROD_DATA */ in hermes_read_pda()
709 data = pda + 2; in hermes_read_pda()
718 /* Read PDA */ in hermes_read_pda()
[all …]
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()
Dhermes_dld.h35 __le16 *pda,
42 const __le16 *pda,
47 const __le16 *pda,
/Linux-v6.1/drivers/staging/wlan-ng/
Dprism2fw.c107 struct pda { struct
153 /* PDA, built from [card|newfile]+[addfile1+addfile2...] */
155 static struct pda pda; variable
171 static int read_cardpda(struct pda *pda, struct wlandevice *wlandev);
173 static int mkpdrlist(struct pda *pda);
177 struct pda *pda);
277 /* clear the pda and add an initial END record */ in prism2_fwapply()
278 memset(&pda, 0, sizeof(pda)); in prism2_fwapply()
279 pda.rec[0] = (struct hfa384x_pdrec *)pda.buf; in prism2_fwapply()
280 pda.rec[0]->len = cpu_to_le16(2); /* len in words */ in prism2_fwapply()
[all …]
/Linux-v6.1/arch/arm/mach-omap1/
DKconfig176 touchscreen, PDA-ish buttons, a resume button, bicolor LED,
199 Support for the Palm Tungsten E PDA. To boot the kernel, you'll
202 Say Y here if you have this PDA model, say N otherwise.
209 Support for the Palm Zire71 PDA. To boot the kernel,
212 Say Y here if you have such a PDA, say N otherwise.
219 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
222 Say Y here if you have this PDA model, say N otherwise.
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
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
/Linux-v6.1/drivers/net/wireless/intersil/p54/
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 …]
/Linux-v6.1/arch/arm/mach-pxa/
DKconfig342 for this PDA.
600 e330 family PDA.
608 e350 family PDA.
616 e740 family PDA.
624 e750 family PDA.
632 e400 family PDA.
640 e800 family PDA.
Dmagician.h3 * GPIO and IRQ definitions for HTC Magician PDA phones
/Linux-v6.1/arch/mips/include/asm/sn/
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 */
/Linux-v6.1/sound/soc/pxa/
DKconfig104 toshiba e740 PDA
115 toshiba e750 PDA
128 Toshiba e800 PDA
/Linux-v6.1/Documentation/usb/
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
/Linux-v6.1/Documentation/admin-guide/blockdev/
Dparide.rst244 pda: Sharing parport1 at 0x378
245 pda: epat 1.0, Shuttle EPAT chip c3 at 0x378, mode 5 (EPP-32), delay 1
246 pda: SyQuest EZ135A, 262144 blocks [128M], (512/16/32), removable media
247 pda: pda1
292 If you have a fresh Avatar Shark cartridge, and the drive is pda, you
295 fdisk /dev/pda -- make a new partition table with
/Linux-v6.1/sound/soc/samsung/
DKconfig107 This driver provides audio support for HP iPAQ h1940 PDA.
116 This driver provides audio support for HP iPAQ RX1950 PDA.
/Linux-v6.1/drivers/net/wireless/intersil/hostap/
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()
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()
/Linux-v6.1/arch/arm/mach-sa1100/include/mach/
Dcerf.h5 * Apr-2003 : Removed some old PDA crud [FB]
/Linux-v6.1/drivers/staging/rtl8712/
Drtl871x_recv.c463 u8 *psa, *pda, *pbssid; in validate_recv_data_frame() local
470 pda = ieee80211_get_DA((struct ieee80211_hdr *)ptr); in validate_recv_data_frame()
475 memcpy(pattrib->dst, pda, ETH_ALEN); in validate_recv_data_frame()
480 memcpy(pattrib->ra, pda, ETH_ALEN); in validate_recv_data_frame()
485 memcpy(pattrib->ra, pda, ETH_ALEN); in validate_recv_data_frame()
/Linux-v6.1/drivers/net/usb/
Dzaurus.c83 /* PDA style devices are always connected if present */
310 /* C-750/C-760/C-860/SL-C3000 PDA in MDLM mode */
384 MODULE_DESCRIPTION("Sharp Zaurus PDA, and compatible products");
/Linux-v6.1/drivers/usb/serial/
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
Dkeyspan_pda.c3 * USB Keyspan PDA / Xircom / Entrega Converter driver
29 #define DRIVER_DESC "USB Keyspan PDA Converter driver"
678 .description = "Keyspan PDA - (prerenumeration)",
689 .description = "Keyspan PDA",
/Linux-v6.1/Documentation/arm/samsung-s3c24xx/
Doverview.rst78 Samsung's own development board, geared for PDA work.
108 A S3C2410 based PDA from Acer. There is a Wiki page at
/Linux-v6.1/tools/perf/Documentation/
Djitdump-specification.txt167 …cribed in the document at https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/ehframechpt.html
/Linux-v6.1/sound/soc/
DKconfig19 SoC based systems like PDA's, Phones and Personal Media Players.

123