Searched defs:pal (Results 1 - 25 of 43) sorted by relevance

12

/drivers/usb/wusbcore/
H A Dpal.c21 static void wusbhc_channel_changed(struct uwb_pal *pal, int channel) argument
23 struct wusbhc *wusbhc = container_of(pal, struct wusbhc, pal);
37 uwb_pal_init(&wusbhc->pal);
39 wusbhc->pal.name = "wusbhc";
40 wusbhc->pal.device = wusbhc->usb_hcd.self.controller;
41 wusbhc->pal.rc = wusbhc->uwb_rc;
42 wusbhc->pal.channel_changed = wusbhc_channel_changed;
44 return uwb_pal_register(&wusbhc->pal);
53 uwb_pal_unregister(&wusbhc->pal);
[all...]
H A Dwusbhc.h250 struct uwb_pal pal; member in struct:wusbhc
/drivers/uwb/
H A Dpal.c27 * @pal: the PAL to initialize
29 void uwb_pal_init(struct uwb_pal *pal) argument
31 INIT_LIST_HEAD(&pal->node);
37 * @pal: the PAL
41 int uwb_pal_register(struct uwb_pal *pal) argument
43 struct uwb_rc *rc = pal->rc;
46 if (pal->device) {
47 ret = sysfs_create_link(&pal->device->kobj,
52 &pal->device->kobj, pal
73 uwb_pal_unregister(struct uwb_pal *pal) argument
[all...]
H A Dradio.c44 struct uwb_pal *pal; local
46 list_for_each_entry(pal, &rc->pals, node) {
47 if (pal->channel && channel != pal->channel) {
48 pal->channel = channel;
49 if (pal->channel_changed)
50 pal->channel_changed(pal, pal->channel);
90 * @pal
95 uwb_radio_start(struct uwb_pal *pal) argument
119 uwb_radio_stop(struct uwb_pal *pal) argument
175 struct uwb_pal *pal; local
[all...]
H A Duwb-debug.c56 struct uwb_pal pal; member in struct:uwb_dbg
189 ret = uwb_radio_start(&rc->dbg->pal);
192 uwb_radio_stop(&rc->dbg->pal);
287 static void uwb_dbg_channel_changed(struct uwb_pal *pal, int channel) argument
289 struct device *dev = &pal->rc->uwb_dev.dev;
297 static void uwb_dbg_new_rsv(struct uwb_pal *pal, struct uwb_rsv *rsv) argument
299 struct uwb_dbg *dbg = container_of(pal, struct uwb_dbg, pal);
322 uwb_pal_init(&rc->dbg->pal);
323 rc->dbg->pal
392 uwb_dbg_create_pal_dir(struct uwb_pal *pal) argument
[all...]
H A Drsv.c735 struct uwb_pal *pal; local
758 list_for_each_entry(pal, &rc->pals, node) {
759 if (pal->new_rsv)
760 pal->new_rsv(pal, rsv);
/drivers/video/
H A Dvt8500lcdfb.c159 u32 *pal = fbi->fb.pseudo_palette; local
165 pal[regno] = val;
H A Dclps711xfb.c57 unsigned int level, mask, shift, pal; local
83 pal = clps_readl(regno);
84 pal = (pal & ~mask) | level;
85 clps_writel(pal, regno);
H A Dwm8505fb.c191 u32 *pal = info->pseudo_palette; local
197 pal[regno] = val;
H A Dnuc900fb.c310 u32 *pal = info->pseudo_palette; local
315 pal[regno] = val;
H A Dplatinumfb.c208 u32 *pal = info->pseudo_palette; local
211 pal[regno] = (regno << 10) | (regno << 5) | regno;
215 pal[regno] = (i << 16) | i;
H A Dacornfb.c322 union palette pal; local
327 pal.p = 0;
328 pal.vidc.reg = regno;
329 pal.vidc.red = red >> 12;
330 pal.vidc.green = green >> 12;
331 pal.vidc.blue = blue >> 12;
333 current_par.palette[regno] = pal;
335 vidc_writel(pal.p);
512 union palette pal; local
527 pal
[all...]
H A Datmel_lcdfb.c659 u32 *pal; local
669 pal = info->pseudo_palette;
675 pal[regno] = val;
H A Doffb.c106 u32 *pal = info->pseudo_palette; local
123 pal[regno] = value;
H A Ds3c2410fb.c496 u32 *pal = info->pseudo_palette; local
502 pal[regno] = val;
/drivers/video/geode/
H A Dgx1fb_core.c170 u32 *pal = info->pseudo_palette; local
180 pal[regno] = v;
H A Dgxfb_core.c205 u32 *pal = info->pseudo_palette; local
215 pal[regno] = v;
H A Dlxfb_core.c312 u32 *pal = info->pseudo_palette; local
322 pal[regno] = v;
/drivers/video/matrox/
H A Dmatroxfb_accel.c88 static inline void matrox_cfb4_pal(u_int32_t* pal) { argument
92 pal[i] = i * 0x11111111U;
96 static inline void matrox_cfb8_pal(u_int32_t* pal) { argument
100 pal[i] = i * 0x01010101U;
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c73 u32 *pal = par->pseudo_palette; local
83 pal[regno] = ((red & 0xff00) << 8) |
/drivers/media/video/cx18/
H A Dcx18-driver.c79 static char pal[] = "--"; variable
115 module_param_string(pal, pal, sizeof(pal), 0644);
164 MODULE_PARM_DESC(pal, "Set PAL standard: B, G, H, D, K, I, M, N, Nc, 60");
452 switch (pal[0]) {
465 if (pal[1] == 'c' || pal[1] == 'C')
482 CX18_WARN("pal= argument not recognised\n");
/drivers/media/video/ivtv/
H A Divtv-driver.c104 static char pal[] = "---"; variable
144 module_param_string(pal, pal, sizeof(pal), 0644);
206 MODULE_PARM_DESC(pal, "Set PAL standard: BGH, DK, I, M, N, Nc, 60");
519 switch (pal[0]) {
534 if (pal[1] == 'c' || pal[1] == 'C')
554 IVTV_WARN("pal= argument not recognised\n");
/drivers/media/video/
H A Dtuner-core.c65 static char pal[] = "--"; variable
72 module_param_string(pal, pal, sizeof(pal), 0644);
882 if (pal[0] != '-' && (std & V4L2_STD_PAL) == V4L2_STD_PAL) {
883 switch (pal[0]) {
904 if (pal[1] == 'c' || pal[1] == 'C')
908 tuner_warn("pal= argument not recognised\n");
/drivers/staging/sm7xx/
H A Dsmtcfb.c401 u32 *pal = sfb->fb.pseudo_palette; local
407 pal[regno] =
413 pal[regno] = val;
416 u32 *pal = sfb->fb.pseudo_palette; local
426 pal[regno] = val;
/drivers/video/mbx/
H A Dmbxfb.c172 u32 *pal = info->pseudo_palette; local
176 pal[regno] = val;

Completed in 381 milliseconds

12