/linux-4.4.14/drivers/leds/ |
H A D | leds-cobalt-qube.c | 4 * Control the Cobalt Qube/RaQ front LED 30 .name = "qube::front",
|
H A D | leds-ot200.c | 27 * and can handle up to seven leds on the front panel. 132 leds_front = 0; /* turn off all front leds */ ot200_led_probe()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
H A D | udl_transfer.c | 36 * Trims identical data from front and back of line 37 * Sets new front buffer address and width 40 * for back and front buffer ptrs and width 47 const unsigned long *front = (const unsigned long *) *bfront; 53 prefetch((void *) front); 57 if (back[j] != front[j]) { 64 if (back[k] != front[k]) { 71 *bfront = (u8 *) &front[start]; 216 * There are 3 copies of every pixel: The front buffer that the fbdev 222 const char *front, char **urb_buf_ptr, udl_render_hline() 235 line_start = (u8 *) (front + byte_offset); udl_render_hline() 221 udl_render_hline(struct drm_device *dev, int bpp, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 device_byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) udl_render_hline() argument
|
H A D | udl_drv.h | 114 const char *front, char **urb_buf_ptr,
|
/linux-4.4.14/include/video/ |
H A D | display_timing.h | 53 * |<- sync ->|<- back ->|<----- active ----->|<- front ->|<- sync.. 64 struct timing_entry hfront_porch; /* hor. front porch */ 69 struct timing_entry vfront_porch; /* ver. front porch */
|
H A D | pmagb-b-fb.h | 36 #define SFB_VID_HOR_FP_SHIFT 0x09 /* front porch */ 46 #define SFB_VID_VER_FP_SHIFT 0x0b /* front porch */
|
H A D | sstfb.h | 99 # define WR_BUFF_FRONT 0 /* write buf select (front) */ 101 # define RD_BUFF_FRONT 0 /* read buff select (front) */
|
H A D | omapdss.h | 346 u16 hfp; /* Horizontal front porch */ 352 u16 vfp; /* Vertical front porch */
|
/linux-4.4.14/include/xen/interface/io/ |
H A D | ring.h | 51 * struct mytag_front_ring - The 'front' half of the ring. 56 * the front half: 63 * Initializing the back follows similarly (note that only the front 106 * FRONT_RING_whatever works on the "front end" of a ring: here 114 * requestor (front end) never has more than RING_SIZE()-1 158 /* Number of free requests (for use on front side only). */ 162 /* Test if there is an empty slot available on the front ring. 163 * (This is only meaningful from the front. ) 216 wmb(); /* front sees responses /before/ updated producer index */ \ 225 * in a backend, the front may be able to queue further requests without 263 wmb(); /* front sees responses /before/ updated producer index */ \ 265 mb(); /* front sees new responses /before/ we check rsp_event */ \
|
H A D | blkif.h | 21 * Back->front notifications: When enqueuing a new response, sending a
|
H A D | vscsiif.h | 38 * section enumerates these nodes which reside in the respective front and
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | auxio_64.h | 31 * L - System LED on front panel (0=off, 1=on) 61 * LED - System LED on front panel (0=off, 1=on) 90 /* auxio_set_led - Set system front panel LED
|
H A D | auxio_32.h | 12 * First, it is used to control the front panel LED light on machines 64 /* auxio_set_led - Set system front panel LED
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
H A D | rd88f5181l-fxo-setup.c | 66 MPP0_GPIO, /* LED1 CardBus LED (front panel) */ 70 MPP4_GPIO, /* LED6 - phone LED (front panel) */ 71 MPP5_GPIO, /* LED5 - phone LED (front panel) */ 76 MPP10_GPIO, /* LED2 MiniPCI LED (front panel) */
|
H A D | board-d2net.c | 36 * The blue front LED is wired to the CPLD and can blink in relation with the 49 * Notes: The blue and the red front LED's can't be on at the same time.
|
H A D | net2big-setup.c | 191 * The power front LEDs (blue and red) and SATA red LEDs are controlled via a 203 * Notes: The blue and the red front LED's can't be on at the same time. 350 MPP6_GPIO, /* Red front LED (0 = Off, 1 = On) */ 351 MPP7_GPIO, /* Disable initial blinking on front LED */ 360 MPP16_GPIO, /* Blue front LED control */
|
/linux-4.4.14/net/ceph/ |
H A D | msgpool.c | 60 dout("msgpool_get %s need front %d, pool size is %d\n", ceph_msgpool_get() 78 msg->front.iov_len = pool->front_len; ceph_msgpool_put()
|
H A D | mon_client.c | 107 monc->m_auth->front.iov_len = len; __send_prepared_auth_request() 158 monc->m_auth->front.iov_base, __open_session() 207 p = msg->front.iov_base; __send_subscribe() 238 msg->front.iov_len = p - msg->front.iov_base; __send_subscribe() 239 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); __send_subscribe() 251 struct ceph_mon_subscribe_ack *h = msg->front.iov_base; handle_subscribe_ack() 253 if (msg->front.iov_len < sizeof(*h)) handle_subscribe_ack() 384 p = msg->front.iov_base; ceph_monc_handle_map() 385 end = p + msg->front.iov_len; ceph_monc_handle_map() 566 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; handle_statfs_reply() 569 if (msg->front.iov_len != sizeof(*reply)) handle_statfs_reply() 620 h = req->request->front.iov_base; ceph_monc_do_statfs() 639 void *p = msg->front.iov_base; handle_get_version_reply() 705 p = req->request->front.iov_base; ceph_monc_do_get_version() 928 ret = ceph_handle_auth_reply(monc->auth, msg->front.iov_base, handle_auth_reply() 929 msg->front.iov_len, handle_auth_reply() 930 monc->m_auth->front.iov_base, handle_auth_reply() 972 ret = ceph_build_auth(monc->auth, monc->m_auth->front.iov_base, __validate_auth() 1084 pr_warn("mon_alloc_msg front %d > prealloc %d (%u#%llu)\n", mon_alloc_msg()
|
H A D | messenger.c | 990 * first page in the list, or the front of the next page. 1294 BUG_ON(le32_to_cpu(m->hdr.front_len) != m->front.iov_len); prepare_write_message() 1296 /* tag + hdr + front + middle */ prepare_write_message() 1299 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); prepare_write_message() 1310 /* fill in front and middle crc, footer */ prepare_write_message() 1311 crc = crc32c(0, m->front.iov_base, m->front.iov_len); prepare_write_message() 2362 dout("got hdr type %d front %d data %d\n", con->in_hdr.type, read_partial_message() 2382 m->front.iov_len = 0; /* haven't read it yet */ read_partial_message() 2392 /* front */ read_partial_message() 2393 ret = read_partial_message_section(con, &m->front, front_len, read_partial_message() 2436 pr_err("read_partial_message %p front crc %u != exp. %u\n", read_partial_message() 3031 BUG_ON(msg->front.iov_len != le32_to_cpu(msg->hdr.front_len)); ceph_con_send() 3096 /* data, middle, front */ ceph_msg_revoke() 3281 /* front */ ceph_msg_new() 3283 m->front.iov_base = ceph_kvmalloc(front_len, flags); ceph_msg_new() 3284 if (m->front.iov_base == NULL) { ceph_msg_new() 3290 m->front.iov_base = NULL; ceph_msg_new() 3292 m->front_alloc_len = m->front.iov_len = front_len; ceph_msg_new() 3294 dout("ceph_msg_new %p front %d\n", m, front_len); ceph_msg_new() 3301 pr_err("msg_new can't create type %d front %d\n", type, ceph_msg_new() 3305 dout("msg_new can't create type %d front %d\n", type, ceph_msg_new() 3315 * per-type header in the front and then gracefully fail (i.e., 3316 * propagate the error to the caller based on info in the front) when 3404 kvfree(m->front.iov_base); ceph_msg_free() 3466 print_hex_dump(KERN_DEBUG, " front: ", ceph_msg_dump() 3468 msg->front.iov_base, msg->front.iov_len, true); ceph_msg_dump()
|
H A D | osd_client.c | 433 memset(msg->front.iov_base, 0, msg->front.iov_len); ceph_osdc_alloc_request() 952 * requests back on the front of the osd client's unsent __kick_osd_requests() 957 * front of the osd client's unsent list. Once we've seen a __kick_osd_requests() 1778 p = msg->front.iov_base; handle_reply() 1779 end = p + msg->front.iov_len; handle_reply() 1943 (int)msg->front.iov_len, le32_to_cpu(msg->hdr.front_len)); handle_reply() 2084 p = msg->front.iov_base; ceph_osdc_handle_map() 2085 end = p + msg->front.iov_len; ceph_osdc_handle_map() 2358 p = msg->front.iov_base; handle_watch_notify() 2359 end = p + msg->front.iov_len; handle_watch_notify() 2419 p = msg->front.iov_base; ceph_osdc_build_request() 2488 BUG_ON(p > msg->front.iov_base + msg->front.iov_len); ceph_osdc_build_request() 2489 msg_size = p - msg->front.iov_base; ceph_osdc_build_request() 2490 msg->front.iov_len = msg_size; ceph_osdc_build_request() 2856 pr_warn("%s osd%d tid %llu front %d > preallocated %d\n", get_reply() 2890 int front = le32_to_cpu(hdr->front_len); alloc_msg() local 2896 return ceph_msg_new(type, front, GFP_NOFS, false); alloc_msg()
|
H A D | crypto.c | 92 * in-buffer (msg front).
|
/linux-4.4.14/sound/soc/blackfin/ |
H A D | bf5xx-ac97.h | 17 u16 ac97_pcm_l; /*slot 3:front left*/ 18 u16 ac97_pcm_r; /*slot 4:front left*/
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | util.h | 120 size_t front, back, size, mask; \ 125 for (iter = (fifo)->front; \ 138 (fifo)->front = (fifo)->back = 0; \ 168 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask) 174 #define fifo_front(fifo) ((fifo)->data[(fifo)->front]) 194 (i) = (fifo)->data[(fifo)->front++]; \ 195 (fifo)->front &= (fifo)->mask; \ 204 --(fifo)->front; \ 205 (fifo)->front &= (fifo)->mask; \ 206 (fifo)->data[(fifo)->front] = (i); \ 227 swap((l)->front, (r)->front); \
|
/linux-4.4.14/sound/pci/hda/ |
H A D | patch_analog.c | 88 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, ad198x_power_eapd_write() argument 91 if (snd_hda_query_pin_caps(codec, front) & AC_PINCAP_EAPD) ad198x_power_eapd_write() 92 snd_hda_codec_write(codec, front, 0, AC_VERB_SET_EAPD_BTLENABLE, ad198x_power_eapd_write() 101 /* We currently only handle front, HP */ ad198x_power_eapd() 310 { 0x1b, 0x01014011 }, /* front */ 426 * with multiple output pins. The copy of front to surrounds patch_ad1986a() 689 * 6stack - front/surr/CLFE/side/opt DACs - 04/06/05/0a/03 690 * 3stack - front/surr/CLFE/opt DACs - 04/05/0a/03 693 * 0:Port-B (front mic) 704 * 1:Port-B (front mic-in) 717 * Port-A front headphone 718 * B front mic-in 720 * D rear front-out 727 * Port-A front headphone 728 * B front mic 730 * D rear front-out 892 { 0x11, 0x02214130 }, /* front-hp */ 894 { 0x14, 0x02a19122 }, /* front-mic */ 949 * port-B - front line/mic-in 954 * port-A - front line/hp-out 960 * port-B (0x14) - front mic-in 965 * port-A (0x11) - front hp-out 1128 * port-A - front hp-out 1129 * port-B - front mic-in
|
H A D | hda_auto_parser.h | 58 INPUT_PIN_ATTR_FRONT, /* mic/line-in jack in front */
|
H A D | hda_auto_parser.c | 85 * ALSA sequence is front/surr/clfe/side 87 * 4-ch: front/surr => OK as it is 88 * 6-ch: front/clfe/surr 89 * 8-ch: front/clfe/rear/side|fc 158 * in the order of front, rear, CLFE, side, ...
|
/linux-4.4.14/sound/usb/ |
H A D | stream.c | 237 SNDRV_CHMAP_FL, /* left front */ convert_chmap() 238 SNDRV_CHMAP_FR, /* right front */ convert_chmap() 239 SNDRV_CHMAP_FC, /* center front */ convert_chmap() 252 SNDRV_CHMAP_FL, /* front left */ convert_chmap() 253 SNDRV_CHMAP_FR, /* front right */ convert_chmap() 254 SNDRV_CHMAP_FC, /* front center */ convert_chmap() 258 SNDRV_CHMAP_FLC, /* front left of center */ convert_chmap() 259 SNDRV_CHMAP_FRC, /* front right of center */ convert_chmap() 264 SNDRV_CHMAP_TFL, /* top front left */ convert_chmap() 265 SNDRV_CHMAP_TFC, /* top front center */ convert_chmap() 266 SNDRV_CHMAP_TFR, /* top front right */ convert_chmap() 270 SNDRV_CHMAP_TFLC, /* top front left of center */ convert_chmap() 271 SNDRV_CHMAP_TFRC, /* top front right of center */ convert_chmap()
|
/linux-4.4.14/drivers/media/dvb-core/ |
H A D | demux.h | 319 * @connectivity_list: List of front-ends that can be connected to a 356 * front-ends from the generic type struct list_head 402 * front-end, the demux driver software will read packets from memory. 477 * @add_frontend: Registers a connectivity between a demux and a front-end, 479 * @connect_frontend to use the given front-end as a TS source. The 487 * The @frontend function parameter contains a pointer to the front-end 493 * @remove_frontend: Indicates that the given front-end, registered by a call 495 * demux. The function should be called when a front-end driver or a demux 496 * driver is removed from the system. If the front-end is in use, the 503 * The @frontend function parameter contains a pointer to the front-end 507 * -ENODEV, if the front-end was not found, 510 * @get_frontends: Provides the APIs of the front-ends that have been 511 * registered for this demux. Any of the front-ends obtained with this 519 * It returns a struct list_head pointer to the list of front-end 522 * @connect_frontend: Connects the TS output of the front-end to the input of 523 * the demux. A demux can only be connected to a front-end registered to 525 * possible to connect multiple demuxes to the same front-end, depending 526 * on the capabilities of the HW platform. When not used, the front-end 530 * The @frontend function parameter contains a pointer to the front-end 536 * @disconnect_frontend: Disconnects the demux and a front-end previously
|
H A D | dmxdev.c | 127 struct dmx_frontend *front; dvb_dvr_open() local 169 front = get_fe(dmxdev->demux, DMX_MEMORY_FE); dvb_dvr_open() 171 if (!front) { dvb_dvr_open() 176 dmxdev->demux->connect_frontend(dmxdev->demux, front); dvb_dvr_open()
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | bkm_ax.h | 35 /* Video front end horizontal configuration register */ 37 /* Video front end vertical configuration register */ 39 /* Video front end scaler and pixel format register */
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | utdebug.c | 285 /* Check if enabled up-front for performance */ ACPI_EXPORT_SYMBOL() 321 /* Check if enabled up-front for performance */ ACPI_EXPORT_SYMBOL() 357 /* Check if enabled up-front for performance */ acpi_ut_trace_str() 393 /* Check if enabled up-front for performance */ acpi_ut_trace_u32() 425 /* Check if enabled up-front for performance */ acpi_ut_exit() 463 /* Check if enabled up-front for performance */ ACPI_EXPORT_SYMBOL() 511 /* Check if enabled up-front for performance */ ACPI_EXPORT_SYMBOL() 550 /* Check if enabled up-front for performance */ ACPI_EXPORT_SYMBOL()
|
H A D | dbxface.c | 91 /* Handshake with the front-end that gets user command lines */ acpi_db_start_command() 416 * a separate thread so that the front end can be in another address acpi_initialize_debugger()
|
H A D | hwvalid.c | 214 * DESCRIPTION: Read data from an I/O port or register. This is a front-end 278 * DESCRIPTION: Write data to an I/O port or register. This is a front-end
|
H A D | nsobject.c | 179 /* Install the object at the front of the object list */ acpi_ns_attach_object() 230 /* Unlink object from front of possible object list */ acpi_ns_detach_object()
|
H A D | acdebug.h | 251 * dbinput - user front-end to the AML debugger
|
H A D | utstate.c | 68 /* Push the state object onto the front of the list (stack) */ acpi_ut_push_generic_state()
|
/linux-4.4.14/fs/cachefiles/ |
H A D | key.c | 31 * - the raw key should include the length in the two bytes at the front 59 max += 2; /* two base64'd length chars on the front */ cachefiles_cook_key()
|
H A D | interface.c | 61 * - stick the length on the front and leave space on the back for the cachefiles_alloc_object()
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | mktree.c | 4 * a 32 byte header on the front. 24 /* This gets tacked on the front of the image. There are also a few
|
H A D | wii-head.S | 134 /* turn on the front blue led (aka: yay! we got here!) */
|
/linux-4.4.14/fs/ceph/ |
H A D | mds_client.c | 299 info->head = msg->front.iov_base; parse_reply_info() 300 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); parse_reply_info() 301 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); parse_reply_info() 846 h = msg->front.iov_base; create_session_msg() 889 h = msg->front.iov_base; create_session_open_msg() 903 p = msg->front.iov_base + sizeof(*h); create_session_open_msg() 1608 head = msg->front.iov_base; ceph_send_cap_releases() 1610 msg->front.iov_len = sizeof(*head); ceph_send_cap_releases() 1617 head = msg->front.iov_base; ceph_send_cap_releases() 1619 item = msg->front.iov_base + msg->front.iov_len; ceph_send_cap_releases() 1624 msg->front.iov_len += sizeof(*item); ceph_send_cap_releases() 1629 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); ceph_send_cap_releases() 1644 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); ceph_send_cap_releases() 1968 head = msg->front.iov_base; create_request_message() 1969 p = msg->front.iov_base + sizeof(*head); create_request_message() 1970 end = msg->front.iov_base + msg->front.iov_len; create_request_message() 1982 req->r_request_release_offset = p - msg->front.iov_base; create_request_message() 2003 p = msg->front.iov_base + req->r_request_release_offset; create_request_message() 2016 msg->front.iov_len = p - msg->front.iov_base; create_request_message() 2017 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); create_request_message() 2086 rhead = msg->front.iov_base; __prepare_send_request() 2101 p = msg->front.iov_base + req->r_request_release_offset; __prepare_send_request() 2108 msg->front.iov_len = p - msg->front.iov_base; __prepare_send_request() 2109 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); __prepare_send_request() 2124 rhead = msg->front.iov_base; __prepare_send_request() 2387 struct ceph_mds_reply_head *head = msg->front.iov_base; handle_reply() 2394 if (msg->front.iov_len < sizeof(*head)) { handle_reply() 2583 void *p = msg->front.iov_base; handle_forward() 2584 void *end = p + msg->front.iov_len; handle_forward() 2633 struct ceph_mds_session_head *h = msg->front.iov_base; handle_session() 2637 if (msg->front.iov_len != sizeof(*h)) handle_session() 2728 (int)msg->front.iov_len); handle_session() 3163 struct ceph_mds_lease *h = msg->front.iov_base; handle_lease() 3172 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) handle_lease() 3178 dname.len = msg->front.iov_len - sizeof(*h) - sizeof(u32); handle_lease() 3277 lease = msg->front.iov_base; ceph_mdsc_lease_send_msg() 3736 void *p = msg->front.iov_base; ceph_mdsc_handle_map() 3737 void *end = p + msg->front.iov_len; ceph_mdsc_handle_map()
|
H A D | snap.c | 841 void *p = msg->front.iov_base; ceph_handle_snap() 842 void *e = p + msg->front.iov_len; ceph_handle_snap() 850 if (msg->front.iov_len < sizeof(*h)) ceph_handle_snap()
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | revo.h | 48 #define VT1724_REVO_CS1 0x20 /* front AKM4381 chipselect */
|
/linux-4.4.14/tools/perf/tests/ |
H A D | switch-tracking.c | 389 /* Test moving an event to the front */ test__switch_tracking() 391 pr_debug("cycles event already at front"); test__switch_tracking() 396 pr_debug("Failed to move cycles event to front"); test__switch_tracking() 422 /* Check moved event is still at the front */ test__switch_tracking() 424 pr_debug("Front event no longer at front"); test__switch_tracking()
|
/linux-4.4.14/include/uapi/sound/ |
H A D | asound.h | 512 SNDRV_CHMAP_FL, /* front left */ 513 SNDRV_CHMAP_FR, /* front right */ 516 SNDRV_CHMAP_FC, /* front center */ 522 SNDRV_CHMAP_FLC, /* front left center */ 523 SNDRV_CHMAP_FRC, /* front right center */ 526 SNDRV_CHMAP_FLW, /* front left wide */ 527 SNDRV_CHMAP_FRW, /* front right wide */ 528 SNDRV_CHMAP_FLH, /* front left high */ 529 SNDRV_CHMAP_FCH, /* front center high */ 530 SNDRV_CHMAP_FRH, /* front right high */ 532 SNDRV_CHMAP_TFL, /* top front left */ 533 SNDRV_CHMAP_TFR, /* top front right */ 534 SNDRV_CHMAP_TFC, /* top front center */ 539 SNDRV_CHMAP_TFLC, /* top front left center */ 540 SNDRV_CHMAP_TFRC, /* top front right center */
|
H A D | emu10k1.h | 198 #define A_EXTOUT_FRONT_L 0x00 /* digital front left */ 200 #define A_EXTOUT_CENTER 0x02 /* digital front center */ 201 #define A_EXTOUT_LFE 0x03 /* digital front lfe */ 206 #define A_EXTOUT_AFRONT_L 0x08 /* analog front left */ 214 #define A_EXTOUT_AC97_L 0x10 /* AC97 left (front) */
|
/linux-4.4.14/drivers/macintosh/ |
H A D | windfarm_fcu_controls.c | 331 if (mpu0 && !strcmp(fan->ctrl.name, "cpu-front-fan-0")) { wf_fcu_get_rpmfan_minmax() 336 if (mpu1 && !strcmp(fan->ctrl.name, "cpu-front-fan-1")) { wf_fcu_get_rpmfan_minmax() 415 { "CPU A INTAKE", "cpu-front-fan-0", }, wf_fcu_lookup_fans() 417 { "CPU B INTAKE", "cpu-front-fan-1", }, wf_fcu_lookup_fans() 492 wf_fcu_add_fan(pv, "cpu-front-fan-0", FCU_FAN_RPM, 3); wf_fcu_default_fans() 494 wf_fcu_add_fan(pv, "cpu-front-fan-1", FCU_FAN_RPM, 5); wf_fcu_default_fans()
|
H A D | via-pmu-led.c | 75 .name = "pmu-led::front",
|
H A D | windfarm_smu_controls.c | 198 fct->ctrl.name = "cpu-front-fan-0"; smu_fan_create() 201 fct->ctrl.name = "cpu-front-fan-1"; smu_fan_create()
|
H A D | windfarm_pm112.c | 60 "cpu-front-fan-0", 61 "cpu-front-fan-1",
|
H A D | windfarm_pm72.c | 675 if (!strcmp(ct->name, "cpu-front-fan-0")) pm72_new_control() 677 else if (!strcmp(ct->name, "cpu-front-fan-1")) pm72_new_control()
|
H A D | rack-meter.c | 618 MODULE_DESCRIPTION("RackMeter: Support vu-meter on XServe front panel");
|
/linux-4.4.14/drivers/thermal/st/ |
H A D | st_thermal_syscfg.c | 108 .sys_compat = "st,stih415-front-syscfg", 128 .sys_compat = "st,stih416-front-syscfg",
|
/linux-4.4.14/arch/unicore32/include/mach/ |
H A D | regs-unigfx.h | 56 * cursor front color UDE_CC0 108 * front color UGE_FCOLOR
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | rwsem.h | 27 * released, if there's a writer at the front of the queue, then that and only 29 * front, then they'll all be woken up, but no other readers will be.
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | rwsem.h | 33 * released, if there's a writer at the front of the queue, then that and only 35 * front, then they'll all be woken up, but no other readers will be.
|
/linux-4.4.14/drivers/reset/sti/ |
H A D | reset-stih415.c | 23 static const char stih415_front[] = "st,stih415-front-syscfg";
|
H A D | reset-stih416.c | 23 static const char stih416_front[] = "st,stih416-front-syscfg";
|
/linux-4.4.14/drivers/media/rc/keymaps/ |
H A D | rc-encore-enltv.c | 16 /* Encore ENLTV-FM - black plastic, white front cover with white glowing buttons
|
/linux-4.4.14/drivers/net/wireless/ath/ |
H A D | spectral_common.h | 30 * Please keep the type/length at the front position and change
|
/linux-4.4.14/kernel/debug/ |
H A D | debug_core.h | 15 * debugger core and the debugger front end code.
|
/linux-4.4.14/include/linux/ |
H A D | moduleloader.h | 21 /* Additional bytes needed by arch in front of individual sections */
|
H A D | nfs_fs.h | 422 /* linux/net/ipv4/ipconfig.c: trims ip addr off front of name, too. */
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | barrier.h | 83 * The group barrier in front of the rsm & ssm are necessary to ensure
|
/linux-4.4.14/tools/testing/selftests/size/ |
H A D | get_size.c | 38 /* put digits in buffer from back to front */ num_to_str()
|
/linux-4.4.14/sound/pci/oxygen/ |
H A D | xonar_dg.c | 34 * I²S 4 -> CS4361 (front) 50 * input 2 <- front mic 53 * aux out -> front panel headphones
|
H A D | xonar_cs43xx.c | 25 * I²C <-> CS4398 (addr 1001111) (front) 31 * GPIO 1 -> route output to front panel 44 * FMIC_IN <- front mic
|
H A D | oxygen_mixer.c | 137 /* DAC 0: front, DAC 1: surround, DAC 2: center/LFE, DAC 3: back */ oxygen_update_dac_routing() 139 /* stereo -> front */ oxygen_update_dac_routing() 144 /* stereo -> front+surround */ oxygen_update_dac_routing() 149 /* stereo -> front+surround+back */ oxygen_update_dac_routing() 154 /* stereo -> front+surround+center/LFE */ oxygen_update_dac_routing() 159 /* stereo -> front+surround+center/LFE+back */ oxygen_update_dac_routing()
|
H A D | xonar_pcm179x.c | 25 * SPI 0 -> 1st PCM1796 (front) 53 * I²C <-> PCM1796 (addr 1001100) (front) 116 * GPIO 1 -> route HP to front panel (0) or rear jack (1) 151 * I²C <-> PCM1796 (addr 1001100) (front) 160 * GPIO 1 -> route HP to front panel (0) or rear jack (1) 178 * GPO 1 -> route mic-in from input jack (0) or front panel header (1)
|
H A D | xonar_wm87x6.c | 26 * SPI 1 -> WM8776 (front, input) 30 * GPIO 7 -> enable output to front L/R speaker channels 31 * GPIO 8 -> enable output to other speaker channels and front panel headphone 37 * input 3 <- front mic
|
H A D | oxygen_regs.h | 29 /* AC'97 (front panel) playback channel */
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
H A D | cx231xx-dvb.c | 633 "Failed to attach s5h1432 front end\n"); dvb_init() 658 "Failed to attach s5h1411 front end\n"); dvb_init() 681 "Failed to attach s5h1432 front end\n"); dvb_init() 705 "Failed to attach s5h1411 front end\n"); dvb_init() 732 "Failed to attach LG3305 front end\n"); dvb_init() 754 "Failed to attach SI2165 front end\n"); dvb_init() 787 "Failed to attach SI2165 front end\n"); dvb_init()
|
/linux-4.4.14/fs/afs/ |
H A D | write.c | 37 struct afs_writeback *front; afs_unlink_writeback() local 42 /* if an fsync rises to the front of the queue then wake it afs_unlink_writeback() 44 front = list_entry(vnode->writebacks.next, afs_unlink_writeback() 46 if (front->state == AFS_WBACK_SYNCING) { afs_unlink_writeback() 48 front->state = AFS_WBACK_COMPLETE; afs_unlink_writeback() 49 wake_up(&front->waitq); afs_unlink_writeback() 699 * the front of the queue, all the outstanding writes are either afs_fsync()
|
H A D | cell.c | 438 /* remove the next cell from the front of the list */ afs_cell_purge()
|
/linux-4.4.14/sound/pci/ac97/ |
H A D | ac97_pcm.c | 48 /* 3&4 front, 7&8 rear, 6&9 center/lfe */ 60 /* 7&8 front, 6&9 rear, 10&11 center/lfe */ 72 /* 6&9 front, 10&11 rear, 3&4 center/lfe */ 84 /* 10&11 front, 3&4 rear, 7&8 center/lfe */ 99 /* 3&4 front, 7&8 front (t+1) */ 730 * @runtime: the runtime of the ac97 front playback pcm
|
H A D | ac97_patch.c | 2052 * and we need to revert the front/surround mixer switches patch_ad1888() 2209 /* switch front/surround line-out/hp-out */ patch_ad1985() 2658 downmix off, duplicate front off patch_alc650() 2806 duplicate front off patch_alc655() 2893 duplicate front off patch_alc850() 3286 * bit 4: front control patch_cm9761() 3288 * bit 2: front mic patch_cm9761() 3300 val |= (1 << 4); /* front on */ patch_cm9761() 3923 of unused blocks in the ADC analog front end and the PLL. */
|
H A D | ac97_proc.c | 223 snd_iprintf(buffer, "PCM front DAC : %iHz\n", val); snd_ac97_proc_read_main()
|
/linux-4.4.14/net/sched/ |
H A D | sch_qfq.c | 176 unsigned int front; /* Index of the front slot. */ member in struct:qfq_group 911 i = (grp->front + slot) % QFQ_MAX_SLOTS; qfq_slot_insert() 920 return hlist_entry(grp->slots[grp->front].first, qfq_slot_head() 933 if (hlist_empty(&grp->slots[grp->front])) qfq_front_slot_remove() 954 grp->front = (grp->front + i) % QFQ_MAX_SLOTS; qfq_slot_scan() 975 grp->front = (grp->front - i) % QFQ_MAX_SLOTS; qfq_slot_rotate() 1352 i = (grp->front + offset) % QFQ_MAX_SLOTS; qfq_slot_remove() 1361 * not in the front bucket, or if the latter has other aggregates in 1362 * the front bucket, we can simply remove the aggregate with no other 1398 } else if (hlist_empty(&grp->slots[grp->front])) { qfq_deactivate_agg()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_phy.c | 18 * DOC: Programming Atheros 802.11n analog front end radios 21 * devices have either an external AR2133 analog front end radio for single 22 * band 2.4 GHz communication or an AR5133 analog front end radio for dual 26 * have their analog front radios, MAC/BB and host PCIe/USB interface embedded
|
H A D | dfs.c | 121 /* HW sometimes adds 2 garbage bytes in front of FFT samples */ ath9k_check_chirping()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | blktrace_api.h | 40 __BLK_TA_FRONTMERGE, /* front merge to existing rq */
|
H A D | elfcore.h | 30 * tacked on the front to prevent clashes with linux definitions,
|
H A D | videodev2.h | 802 * unless there is a header in front of the data 1201 * @hfrontporch:Horizontal front porch in pixels 1204 * @vfrontporch:Vertical front porch in lines 1207 * @il_vfrontporch:Vertical front porch for the even field
|
H A D | audit.h | 157 #define AUDIT_FILTER_PREPEND 0x10 /* Prepend to front of list */
|
/linux-4.4.14/include/uapi/linux/dvb/ |
H A D | dmx.h | 50 DMX_IN_FRONTEND, /* Input from a front-end device. */
|
/linux-4.4.14/arch/mips/include/asm/sgi/ |
H A D | ip22.h | 59 #define SGI_PANEL_IRQ SGINT_LOCAL1 + 1 /* front panel */
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | led.c | 148 MODULE_DESCRIPTION("Provides control of the front LED on SPARC systems.");
|
H A D | spiterrs.S | 116 * the front-end of the processor.
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | kuser32.S | 24 * vector page. New segments (if ever needed) must be added in front of
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
H A D | omapfb.h | 81 int hfp; /* Horizontal front porch */ 85 int vfp; /* Vertical front porch */
|
/linux-4.4.14/drivers/input/joystick/ |
H A D | twidjoy.c | 14 * the front, six buttons on the top, and a built-in tilt sensor. The buttons 15 * on the front, which are grouped as four rows of three buttons, are pressed
|
/linux-4.4.14/kernel/locking/ |
H A D | rwsem-spinlock.c | 81 /* grant an infinite number of read locks to the front of the queue */ __rwsem_do_wake() 289 * - just wake up any readers at the front of the queue
|
H A D | rwsem-xadd.c | 132 /* Wake writer at the front of the queue, but do not __rwsem_do_wake() 160 /* Grant an infinite number of read locks to the readers at the front __rwsem_do_wake() 233 /* If there are no active locks, wake the front queued process(es). rwsem_down_read_failed() 559 * - just wake up any readers at the front of the queue
|
/linux-4.4.14/include/linux/amba/ |
H A D | clcd.h | 289 CHECK(left_margin, (5+1), 256) || /* front porch */ clcdfb_check() 293 var->upper_margin > 255 || /* front porch */ clcdfb_check()
|
/linux-4.4.14/include/linux/ceph/ |
H A D | messenger.h | 141 * footer (crc values, mainly), a "front" message body, and possibly a 150 struct kvec front; /* unaligned blobs of message */ member in struct:ceph_msg
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | dt3000.c | 286 int front; dt3k_ai_empty_fifo() local 292 front = readw(dev->mmio + DPR_AD_BUF_FRONT); dt3k_ai_empty_fifo() 293 count = front - devpriv->ai_front; dt3k_ai_empty_fifo()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | ths8200.c | 246 /* h front porch */ ths8200_setup() 279 * area. The line numbers for start of active video, start of front ths8200_setup() 355 "horizontal: front porch %d, back porch %d, sync %d\n" ths8200_setup()
|
H A D | tda7432.c | 95 * output (for front and rear). Since most vidcap cards probably 96 * don't have 4 channel output, this driver will set front & rear
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_dmap.h | 78 * The calculation figures out how many logical pages are in front of the dmap. 93 * The calculation figures out how many logical pages are in front of the L0. 108 * The calculation figures out how many logical pages are in front of the L1.
|
H A D | jfs_filsys.h | 215 * the front of an aggregate, in terms of physical blocks. This value is 223 * front of an aggregate. This value is currently defined to be 32K. This
|
/linux-4.4.14/sound/oss/dmasound/ |
H A D | dmasound_q40.c | 410 start = write_sq.buffers[write_sq.front]; Q40PlayNextFrame() 416 write_sq.front = (write_sq.front+1) % write_sq.max_count; Q40PlayNextFrame()
|
H A D | dmasound_paula.c | 469 start = write_sq.buffers[write_sq.front]; AmiPlayNextFrame() 514 write_sq.front = (write_sq.front+1) % write_sq.max_count; AmiPlayNextFrame()
|
H A D | dmasound.h | 226 int front, rear, count; member in struct:sound_queue
|
H A D | dmasound_core.c | 528 sq->front = sq->count = sq->rear_size = 0; sq_setup() 826 /* write_sq.front = (write_sq.rear+1) % write_sq.max_count;*/ sq_reset_output() 827 write_sq.front = 0 ; sq_reset_output() 1330 write_sq.max_active, write_sq.front, write_sq.rear, state_open()
|
H A D | dmasound_atari.c | 1175 start = write_sq.buffers[write_sq.front]; AtaPlayNextFrame() 1183 write_sq.front = (write_sq.front+1) % write_sq.max_count; AtaPlayNextFrame()
|
/linux-4.4.14/drivers/video/fbdev/exynos/ |
H A D | exynos_mipi_dsi_lowlevel.h | 39 unsigned int front, unsigned int back);
|
H A D | exynos_mipi_dsi_lowlevel.c | 165 unsigned int front, unsigned int back) exynos_mipi_dsi_set_main_disp_hporch() 172 reg |= DSIM_MAIN_HFP_SHIFT(front) | DSIM_MAIN_HBP_SHIFT(back); exynos_mipi_dsi_set_main_disp_hporch() 164 exynos_mipi_dsi_set_main_disp_hporch(struct mipi_dsim_device *dsim, unsigned int front, unsigned int back) exynos_mipi_dsi_set_main_disp_hporch() argument
|
/linux-4.4.14/drivers/scsi/ |
H A D | jazz_esp.c | 1 /* jazz_esp.c: ESP front-end for MIPS JAZZ systems.
|
H A D | esp_scsi.h | 380 * status bit lives in the DMA controller sitting in front of 545 /* A front-end driver for the ESP chip should do the following in 553 * 4) Hook up esp->ops to the front-end implementation.
|
H A D | sun3x_esp.c | 1 /* sun3x_esp.c: ESP front-end for Sun3x systems.
|
H A D | mac_esp.c | 1 /* mac_esp.c: ESP front-end for Macintosh Quadra systems.
|
H A D | sun_esp.c | 1 /* sun_esp.c: ESP front-end for Sparc SBUS systems.
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
H A D | ttm_execbuf_util.c | 166 /* move this item to the front of the list, list_for_each_entry()
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | sa1111_lubbock.c | 190 * available in the seat pocket in front of you! lubbock_pcmcia_configure_socket()
|
/linux-4.4.14/drivers/phy/ |
H A D | phy-bcm-cygnus-pcie.c | 88 * front end is brought up cygnus_pcie_power_config()
|
/linux-4.4.14/block/ |
H A D | blk-timeout.c | 228 * will often be a little in front of what we asked for. blk_add_timer()
|
H A D | deadline-iosched.c | 132 * check for front merge deadline_merge() 160 * if the merge was a front merge, we need to reposition request deadline_merged_request()
|
H A D | bio.c | 257 * If we have front padding, adjust the bio pointer before freeing bio_free() 1774 * @sectors: number of sectors to split from the front of @bio 1819 * @offset: number of sectors to trim from the front of @bio 1915 * @front_pad: Number of bytes to allocate in front of the returned bio 1919 * to ask for a number of bytes to be allocated in front of the bio. 1934 * @front_pad: Number of bytes to allocate in front of the returned bio
|
/linux-4.4.14/drivers/char/ |
H A D | ttyprintk.c | 33 * - adds a ttyprintk source tag in front of each line
|
H A D | misc.c | 232 * Add it to the front, so that later devices can "override" misc_register()
|
/linux-4.4.14/fs/dlm/ |
H A D | midcomms.c | 52 * the end of a buffer are saved and tacked onto the front of the next
|
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/ |
H A D | wii.c | 157 /* turn off the front blue led and IR light */ wii_setup_arch()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 31 * double underscore on the front to: a) avoid some programs to
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-bootmem.c | 253 * impossible requests up front. (NOP for address_min == 0) cvmx_bootmem_phy_alloc() 369 * the front of this one. Create a new block from the cvmx_bootmem_phy_alloc() 425 /* add at front of list - special case with changing head ptr */ __cvmx_bootmem_phy_free() 429 /* Add to front of existing first block */ __cvmx_bootmem_phy_free()
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
H A D | ip22-reset.c | 195 printk(KERN_ERR "Allocation of front panel IRQ failed\n"); reboot_setup()
|
/linux-4.4.14/arch/mn10300/proc-mn103e010/include/proc/ |
H A D | dmactl-regs.h | 34 #define DMxCTR_BG_AFE 0x0000000d /* - analogue front-end interrupt source */
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | vmlinux.lds.S | 129 * table, eh_frame, etc...). We need all of our .text up front and
|
H A D | ipipe.c | 259 * ipipe_trigger_irq() -- Push the interrupt at front of the pipeline
|
/linux-4.4.14/sound/soc/pxa/ |
H A D | mioa701_wm9713.c | 118 /* front speaker connected to HPL, OUT3 */
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | udlfb.c | 356 * Trims identical data from front and back of line 357 * Sets new front buffer address and width 360 * for back and front buffer ptrs and width 366 const unsigned long *front = (const unsigned long *) *bfront; dlfb_trim_hline() local 372 prefetch((void *) front); dlfb_trim_hline() 376 if (back[j] != front[j]) { dlfb_trim_hline() 383 if (back[k] != front[k]) { dlfb_trim_hline() 390 *bfront = (u8 *) &front[start]; dlfb_trim_hline() 513 * There are 3 copies of every pixel: The front buffer that the fbdev 519 const char *front, char **urb_buf_ptr, dlfb_render_hline() 529 line_start = (u8 *) (front + byte_offset); dlfb_render_hline() 518 dlfb_render_hline(struct dlfb_data *dev, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) dlfb_render_hline() argument
|
H A D | sa1100fb.c | 519 * VESA_NO_BLANKING (mode 0) Video on, front/back light on 520 * VESA_VSYNC_SUSPEND (mode 1) Video on, front/back light off 521 * VESA_HSYNC_SUSPEND (mode 2) Video on, front/back light off 522 * VESA_POWERDOWN (mode 3) Video off, front/back light off
|
/linux-4.4.14/scripts/kconfig/ |
H A D | Makefile | 137 @echo ' xconfig - Update current config utilising a Qt based front-end' 138 @echo ' gconfig - Update current config utilising a GTK+ based front-end'
|
/linux-4.4.14/sound/pci/trident/ |
H A D | trident.h | 348 unsigned short vol; /* front volume */ 405 struct snd_kcontrol *ctl_vol; /* front volume */
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-cmd-queue.h | 262 /* Find out how many tickets are in front of me */ __cvmx_cmd_queue_lock() 264 /* Use tickets in front of me minus one to delay */ __cvmx_cmd_queue_lock() 266 /* Delay will be ((tickets in front)-1)*32 loops */ __cvmx_cmd_queue_lock()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
H A D | vc4_regs.h | 411 /* Horizontal front porch (hsync_start - hdisplay). */ 440 /* Vertical front porch (vsync_start - vdisplay). */
|
/linux-4.4.14/drivers/net/irda/ |
H A D | toim3232-sir.c | 48 * The dongle I have (below) adds some extra hardware on the front end, 116 * - Vishay/Temic TFDS4500 SIR IRDA front-end transceiver
|
/linux-4.4.14/net/rxrpc/ |
H A D | ar-accept.c | 317 * - assign the user call ID to the call at the front of the queue 411 * - reject the call at the front of the queue
|
/linux-4.4.14/drivers/tty/vt/ |
H A D | selection.c | 45 from interrupt (via scrollback/front) */
|
/linux-4.4.14/drivers/staging/fbtft/ |
H A D | fb_ili9320.c | 74 /* set the back and front porch */ init_display()
|
H A D | fb_ili9325.c | 118 write_reg(par, 0x0008, 0x0207); /* set the back porch and front porch */ init_display()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-cache-policy-cleaner.c | 49 * so we can allocate them up front.
|
H A D | bitmap.h | 121 /* the superblock at the front of the bitmap file -- little endian */
|
H A D | dm-cache-policy-smq.c | 634 * Also moves each entry to the front of the bucket. 644 * Move to the front because this entry is likely h_lookup() 940 * Punch this into the queue just in front of the sentinel, to push()
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-gt683r.c | 51 "front",
|
/linux-4.4.14/drivers/input/misc/ |
H A D | dm355evm_keys.c | 44 * power connector is immediately in front of you and the IR sensor
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 103 /* unpin the front buffers */ qxl_drm_freeze()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | 11n_aggr.c | 156 * A TxPD is also added to the front of the resultant AMSDU packets for
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_nic.h | 145 /* assume that rflag is cleared so therefore front data will only have octnet_prepare_pci_cmd()
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | irq.c | 34 * NOTE: we could probably initialize them all statically up front.
|
/linux-4.4.14/fs/ntfs/ |
H A D | volume.h | 41 * used elements to front of structure. Obviously do this only when the
|
/linux-4.4.14/fs/ufs/ |
H A D | ufs_fs.h | 80 * counts, it is placed at the very front of the partition. Historically, 81 * UFS1 placed it 8K from the front to leave room for the disk label and 82 * a small bootstrap. For UFS2 it got moved to 64K from the front to leave 84 * systems we check at 256K from the front if the first three fail. In
|
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/ |
H A D | msp_regops.h | 10 * front-end the registers with cached memory "registers" and have a single
|
/linux-4.4.14/arch/m68k/mm/ |
H A D | memory.c | 121 * move this descriptor to the front of the list, since free_pointer_table()
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | module.c | 33 * Instead we now insert individual PLT stub entries directly in front of 39 * to be reserved amount of memory in front of each individual section. 307 /* Additional bytes needed in front of individual sections */ arch_mod_section_prepend() 447 /* initialize stub_offset to point in front of the section */ get_stub()
|
H A D | pdc_chassis.c | 161 * and changes the front panel LEDs according to the new system state
|
H A D | unwind.c | 84 /* Move-to-front to exploit common traces */ find_unwind_entry()
|
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | emu10k1.c | 96 * 0x60 = Sound out of front Left.
|
H A D | emu10k1x.c | 185 * - channel 0 is the front channel 188 * Volume is controlled by the AC97 for the front and rear channels by 191 * the front/rear channel mixing in the REAR OUT jack. When using the 192 * 4-Speaker Stereo, both front and rear channels will be mixed in the
|
/linux-4.4.14/sound/soc/sti/ |
H A D | sti_uniperif.c | 16 * Request is done by front end to associate ctrl with pcm device id
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
H A D | pciback.h | 181 /* Handles events from front-end */
|
H A D | pciback_ops.c | 303 * as well as pcie aer front end ack. We use a new work_queue to schedule
|
/linux-4.4.14/drivers/block/xen-blkback/ |
H A D | blkback.c | 5 * by any operating system that implements a compatible front end. A 6 * reference front-end implementation can be found in: 87 * Maximum order of pages to be used for the shared ring between front and 537 * the front-end. If the current state is "connected" the xen_vbd_resize() 538 * front-end will get the new size information online. xen_vbd_resize()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | cx24110.c | 87 /* leave front-end AGC parameters at default values */ 95 {0x41,0x00}, /* @ MSB of front-end derotator frequency */
|
/linux-4.4.14/drivers/net/slip/ |
H A D | slhc.c | 286 * we want is almost always near the front, we locate slhc_compress() 319 * Found it -- move to the front on the connection list. slhc_compress()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | tc35876x-dsi-lvds.c | 389 /* Horizontal front porch and horizontal active video size. 0x00500500*/ tc35876x_configure_lvds_bridge() 395 /* Vertical front porch and vertical display size. 0x000e0320 */ tc35876x_configure_lvds_bridge()
|
/linux-4.4.14/fs/ |
H A D | ioctl.c | 304 * allocated block at the front of the file, and then __generic_block_fiemap() 306 * to make sure that extent at the front gets properly __generic_block_fiemap()
|
/linux-4.4.14/kernel/debug/kdb/ |
H A D | kdb_io.c | 619 * appear at the front of the buffer. vkdb_printf() 631 * so they will be at the front of the vkdb_printf()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | smu.h | 221 * enable the backlight. For the G5s, it only activates the front LED. However, 246 * The front LED dimms itself during sleep. Its brightness (or, well, the PWM
|
/linux-4.4.14/arch/powerpc/lib/ |
H A D | rheap.c | 423 /* The front free fragment */ rh_detach_region() 585 /* The front free fragment */ rh_alloc_fixed()
|
/linux-4.4.14/drivers/s390/char/ |
H A D | tape_char.c | 257 * Since process_eov positions the tape in front of the written tapechar_write()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | zoran.h | 285 struct videocodec *vfe; /* video front end */
|
H A D | zoran_device.c | 281 * trying to understand this without the ZR36057 manual in front of 612 /* Set zr36057 video front end and enable video */ zr36057_set_memgrab() 1420 /* Set zr36057 video front end and enable video */ zoran_irq() 1608 * initialize video front end
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
H A D | m5602_s5k83a.c | 204 /* return to "front" flip */ rotation_thread_function()
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
H A D | hdpvr-core.c | 50 "1=RCA front / 2=S/PDIF");
|
/linux-4.4.14/lib/ |
H A D | klist.c | 119 * klist_add_head - Initialize a klist_node and add it to front.
|
/linux-4.4.14/sound/i2c/ |
H A D | tea6330t.c | 42 #define TEA6330T_FCH 0x10 /* select fader channels - front or rear */
|
/linux-4.4.14/sound/pci/ca0106/ |
H A D | ca0106_proc.c | 23 * Enable playback 48000 and 96000 rates. (Rates other that these do not work, even with "plug:front".)
|
/linux-4.4.14/sound/soc/au1x/ |
H A D | psc-ac97.c | 236 /* channels: enable slots for front L/R channel */ au1xpsc_ac97_hw_params()
|
/linux-4.4.14/tools/perf/util/ |
H A D | hist.h | 275 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
|
/linux-4.4.14/tools/power/cpupower/ |
H A D | Makefile | 71 # added in front of any of them
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | di.c | 754 An unknown Id will cause "?-" in the front of the request. 778 An unknown Id will cause "?-" in the front of the request. 817 cause "?-" in the front of the request. In this case the
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_crtc_helper.c | 71 * drm_helper_move_panel_connectors_to_head() - move panels to the front in the 78 * (eDP/LVDS) panels to the front of the connector list, instead of 297 /* Update crtc values up front so the driver can rely on them for mode drm_crtc_helper_set_mode()
|
H A D | drm_modes.c | 299 /* Fixed number of lines for vertical front porch - default 3*/ drm_cvt_mode() 502 /* 18. Find the number of pixels in horizontal front porch period */ drm_gtf_mode_complex() 504 /* 36. Find the number of lines in the odd front porch period: */ drm_gtf_mode_complex()
|
/linux-4.4.14/fs/btrfs/tests/ |
H A D | free-space-tests.c | 106 test_msg("Error removing front end %d\n", ret); test_extents() 117 test_msg("Still have space at the front\n"); test_extents() 688 * space from a bitmap to the front of an extent entry works. test_steal_space_from_bitmap_to_extent()
|
/linux-4.4.14/include/sound/ |
H A D | ac97_codec.h | 158 #define AC97_PD_PR1 0x0200 /* Power down PCM front DAC */ 626 AC97_PCM_CFG_40 = 4, /* front + rear */ 627 AC97_PCM_CFG_51 = 6, /* front + rear + center/lfe */
|
/linux-4.4.14/fs/f2fs/ |
H A D | f2fs.h | 482 struct extent_info *front) __is_extent_mergeable() 484 return (back->fofs + back->len == front->fofs && __is_extent_mergeable() 485 back->blk + back->len == front->blk); __is_extent_mergeable() 495 struct extent_info *front) __is_front_mergeable() 497 return __is_extent_mergeable(cur, front); __is_front_mergeable() 481 __is_extent_mergeable(struct extent_info *back, struct extent_info *front) __is_extent_mergeable() argument 494 __is_front_mergeable(struct extent_info *cur, struct extent_info *front) __is_front_mergeable() argument
|
/linux-4.4.14/sound/pci/ |
H A D | cmipci.c | 227 #define CM_SFIL_MASK 0x30000000 /* filter control at front end DAC, model 037? */ 230 #define CM_N4SPK3D 0x04000000 /* copy front to rear */ 235 #define CM_XCHGDAC 0x00400000 /* 0: front=ch0, 1: front=ch1 */ 246 #define CM_SFILENB 0x00001000 /* filter stepping at front end DAC, model 037? */ 253 #define CM_MIDSMP 0x00000010 /* 1/2 interpolation at front end DAC */ 293 #define CM_REAR2FRONT 0x10 /* exchange rear/front */
|
/linux-4.4.14/drivers/pinctrl/ |
H A D | pinctrl-st.c | 1589 { .compatible = "st,stih415-front-pinctrl", 1592 { .compatible = "st,stih416-front-pinctrl", .data = &stih416_data}, 1597 { .compatible = "st,stih407-front-pinctrl", .data = &stih416_data},
|
/linux-4.4.14/sound/soc/intel/atom/ |
H A D | sst-atom-controls.c | 1283 * sst_send_pipe_gains - send gains for the front-end DAIs 1285 * The gains in the pipes connected to the front-ends are muted/unmuted 1287 * gains for the front-end pipes.
|
/linux-4.4.14/drivers/staging/speakup/ |
H A D | i18n.c | 233 [MSG_KEYNAME_FRONT] = "front",
|
/linux-4.4.14/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 25 /* Can we use the specified front-end? Remember that if we are compiled
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-queue.c | 158 * right at the front of the queue. If we don't, we likely have cx18_queue_get_mdl()
|
/linux-4.4.14/drivers/net/usb/ |
H A D | asix_common.c | 182 /* We need to push 4 bytes in front of frame (packet_len) asix_tx_fixup()
|
H A D | ipheth.c | 74 #define IPHETH_IP_ALIGN 2 /* padding at front of URB */
|
/linux-4.4.14/arch/x86/platform/olpc/ |
H A D | olpc-xo1-sci.c | 115 * front-end inverter to ensure that that's the edge we're always detect_lid_state()
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 161 /* Find out which fragments are in front and at the back of us lowpan_frag_queue()
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | mmap.c | 106 * Octets 24-25: Number of header extents at front of file
|
/linux-4.4.14/arch/s390/kvm/ |
H A D | guestdbg.c | 87 * The instruction in front of the desired bp has to enable_all_hw_bp()
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | unwind.c | 211 /* Move-to-front to exploit common traces */ unwind_find_idx()
|
/linux-4.4.14/net/ipv6/ |
H A D | esp6.c | 60 * placed at the front, if present. Followed by the IV, the request and finally
|